Searched defs:ps_tile_next_tmp (Results 1 - 1 of 1) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_utils.c392 tile_t *ps_tile_next_tmp; local
393 ps_tile_next_tmp = ps_pps->ps_tile + i + 1;
394 next_tile_ctb_x = ps_tile_next_tmp->u1_pos_x;
414 tile_t *ps_tile_next_tmp; local
415 ps_tile_next_tmp = ps_pps->ps_tile + ((i + 1) * ps_pps->i1_num_tile_columns);
416 next_tile_ctb_y = ps_tile_next_tmp->u1_pos_y;

Completed in 801 milliseconds