Home | History | Annotate | Download | only in decoder

Lines Matching refs:next_ctb_idx

412         WORD32 next_ctb_idx;
413 next_ctb_idx = cur_ctb_idx + 1;
422 next_ctb_idx = cur_ctb_idx + 1;
427 next_ctb_idx = ps_tile_next->u1_pos_x + (ps_tile_next->u1_pos_y * ps_sps->i2_pic_wd_in_ctb);
432 next_ctb_idx = ((ps_tile->u1_pos_y + ps_proc->i4_ctb_tile_y + 1) * ps_sps->i2_pic_wd_in_ctb) + ps_tile->u1_pos_x;
435 ps_proc->i4_next_pu_ctb_cnt = next_ctb_idx;
437 ps_proc->pu4_pic_pu_idx[next_ctb_idx]
697 WORD32 next_ctb_idx, num_pu_per_ctb, ctb_start_pu_idx, pu_cnt;
718 next_ctb_idx = ps_proc->i4_next_pu_ctb_cnt;
719 num_pu_per_ctb = ps_proc->pu4_pic_pu_idx[next_ctb_idx]