Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_process_slice.c456 WORD32 next_ctb_tu_idx; in ihevcd_update_ctb_tu_cnt() local
462 next_ctb_tu_idx = cur_ctb_idx % RESET_TU_BUF_NCTB + 1; in ihevcd_update_ctb_tu_cnt()
470 next_ctb_tu_idx = (cur_ctb_idx % RESET_TU_BUF_NCTB) + 1; in ihevcd_update_ctb_tu_cnt()
475next_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()
480next_ctb_tu_idx = ((ps_tile->u1_pos_y + ps_proc->i4_ctb_tile_y + 1) * ps_sps->i2_pic_wd_in_ctb) + … in ihevcd_update_ctb_tu_cnt()
483 ps_proc->i4_next_tu_ctb_cnt = next_ctb_tu_idx; in ihevcd_update_ctb_tu_cnt()
484 …ps_proc->i4_ctb_tu_cnt = ps_proc->pu4_pic_tu_idx[next_ctb_tu_idx] - ps_proc->pu4_pic_tu_idx[cur_ct… in ihevcd_update_ctb_tu_cnt()
488 next_ctb_tu_idx = cur_ctb_idx + 1; in ihevcd_update_ctb_tu_cnt()
496 next_ctb_tu_idx = (cur_ctb_idx % RESET_TU_BUF_NCTB) + 1; in ihevcd_update_ctb_tu_cnt()
501next_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()
[all …]