Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_utils.h48 WORD32 ctb_x,
Dihevcd_utils.c351 WORD32 ctb_x, in ihevcd_get_tile_pos() argument
362 if(ctb_x < 0 || ctb_y < 0) in ihevcd_get_tile_pos()
376 *pi4_ctb_tile_x = ctb_x; in ihevcd_get_tile_pos()
396 if((ctb_x >= ps_tile_tmp->u1_pos_x) && (ctb_x < next_tile_ctb_x)) in ihevcd_get_tile_pos()
402 *pi4_ctb_tile_x = ctb_x - ps_tile_tmp->u1_pos_x; in ihevcd_get_tile_pos()