Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_process_slice.c428 tile_t *ps_tile_next = ps_proc->ps_tile + 1; in ihevcd_ctb_avail_update() local
429 … next_ctb_idx = ps_tile_next->u1_pos_x + (ps_tile_next->u1_pos_y * ps_sps->i2_pic_wd_in_ctb); in ihevcd_ctb_avail_update()
476 tile_t *ps_tile_next = ps_proc->ps_tile + 1; in ihevcd_update_ctb_tu_cnt() local
477 … next_ctb_tu_idx = ps_tile_next->u1_pos_x + (ps_tile_next->u1_pos_y * ps_sps->i2_pic_wd_in_ctb); in ihevcd_update_ctb_tu_cnt()
502 tile_t *ps_tile_next = ps_proc->ps_tile + 1; in ihevcd_update_ctb_tu_cnt() local
503 … next_ctb_tu_idx = ps_tile_next->u1_pos_x + (ps_tile_next->u1_pos_y * ps_sps->i2_pic_wd_in_ctb); in ihevcd_update_ctb_tu_cnt()