Home
last modified time | relevance | path

Searched refs:next_tile_ctb_x (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/decoder/
Dihevcd_utils.c482 WORD16 next_tile_ctb_x; in ihevcd_get_tile_pos() local
486 next_tile_ctb_x = ps_sps->i2_pic_wd_in_ctb; in ihevcd_get_tile_pos()
492 next_tile_ctb_x = ps_tile_next_tmp->u1_pos_x; in ihevcd_get_tile_pos()
494 if((ctb_x >= ps_tile_tmp->u1_pos_x) && (ctb_x < next_tile_ctb_x)) in ihevcd_get_tile_pos()