Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_utils.c358 tile_t *ps_tile_tmp; in ihevcd_get_tile_pos() local
373 ps_tile_tmp = ps_pps->ps_tile; in ihevcd_get_tile_pos()
385 ps_tile_tmp = ps_pps->ps_tile + i; //* ps_pps->i1_num_tile_rows; 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()
407 ps_tile_tmp = ps_pps->ps_tile + i * ps_pps->i1_num_tile_columns; 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()
425 *pi4_ctb_tile_y = ctb_y - ps_tile_tmp->u1_pos_y; in ihevcd_get_tile_pos()