Home
last modified time | relevance | path

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

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