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

/external/libhevc/decoder/
H A Dihevcd_utils.c358 tile_t *ps_tile_tmp; local
373 ps_tile_tmp = ps_pps->ps_tile;
385 ps_tile_tmp = ps_pps->ps_tile + i; //* ps_pps->i1_num_tile_rows;
396 if((ctb_x >= ps_tile_tmp->u1_pos_x) && (ctb_x < next_tile_ctb_x))
402 *pi4_ctb_tile_x = ctb_x - ps_tile_tmp->u1_pos_x;
407 ps_tile_tmp = ps_pps->ps_tile + i * ps_pps->i1_num_tile_columns;
418 if((ctb_y >= ps_tile_tmp->u1_pos_y) && (ctb_y < next_tile_ctb_y))
425 *pi4_ctb_tile_y = ctb_y - ps_tile_tmp->u1_pos_y;

Completed in 250 milliseconds