Lines Matching refs:ps_pu
443 ps_proc->ps_pu = &ps_proc->ps_pic_pu[cur_pu_idx]; in ihevcd_ctb_avail_update()
678 s_mv_ctxt.ps_pu = ps_proc->ps_pu; in ihevcd_process()
700 pu_t *ps_pu; in ihevcd_process() local
718 ps_pu = &ps_proc->ps_pic_pu[ctb_start_pu_idx]; in ihevcd_process()
720 for(pu_cnt = 0; pu_cnt < num_pu_per_ctb; pu_cnt++, ps_pu++) in ihevcd_process()
723 WORD32 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_process()
724 WORD32 pu_wd = (ps_pu->b4_wd + 1) << 2; in ihevcd_process()
730 pu4_nbr_pu_idx[(1 + ps_pu->b4_pos_x + col) in ihevcd_process()
731 + (1 + ps_pu->b4_pos_y + row) in ihevcd_process()
827 ps_proc->s_bs_ctxt.ps_pu = ps_proc->ps_pu; in ihevcd_process()
877 ps_proc->ps_pu += ps_proc->i4_ctb_pu_cnt; in ihevcd_process()
997 ps_proc->ps_pu += ps_proc->i4_ctb_pu_cnt; in ihevcd_process()
1583 ps_proc->ps_pu = ps_proc->ps_pic_pu + pu_idx; in ihevcd_init_proc_ctxt()