Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_utils.c406 WORD16 next_tile_ctb_y; in ihevcd_get_tile_pos() local
410 next_tile_ctb_y = ps_sps->i2_pic_ht_in_ctb; in ihevcd_get_tile_pos()
416 next_tile_ctb_y = ps_tile_next_tmp->u1_pos_y; in ihevcd_get_tile_pos()
418 if((ctb_y >= ps_tile_tmp->u1_pos_y) && (ctb_y < next_tile_ctb_y)) in ihevcd_get_tile_pos()