Lines Matching refs:ps_proc
113 void ihevcd_inter_pred_ctb(process_ctxt_t *ps_proc) in ihevcd_inter_pred_ctb() argument
168 ps_codec = ps_proc->ps_codec; in ihevcd_inter_pred_ctb()
169 ps_slice_hdr = ps_proc->ps_slice_hdr; in ihevcd_inter_pred_ctb()
170 ps_pps = ps_proc->ps_pps; in ihevcd_inter_pred_ctb()
171 ps_sps = ps_proc->ps_sps; in ihevcd_inter_pred_ctb()
172 cur_ctb_idx = ps_proc->i4_ctb_x in ihevcd_inter_pred_ctb()
173 + ps_proc->i4_ctb_y * (ps_sps->i2_pic_wd_in_ctb); in ihevcd_inter_pred_ctb()
178 next_ctb_idx = ps_proc->i4_next_pu_ctb_cnt; in ihevcd_inter_pred_ctb()
179 i4_pu_cnt = ps_proc->pu4_pic_pu_idx[next_ctb_idx] - ps_proc->pu4_pic_pu_idx[cur_ctb_idx]; in ihevcd_inter_pred_ctb()
181 ps_pu = ps_proc->ps_pu; in ihevcd_inter_pred_ctb()
183 pi2_tmp1 = ps_proc->pi2_inter_pred_tmp_buf1; in ihevcd_inter_pred_ctb()
184 pi2_tmp2 = ps_proc->pi2_inter_pred_tmp_buf2; in ihevcd_inter_pred_ctb()
185 pu1_dst_luma = ps_proc->pu1_cur_pic_luma; in ihevcd_inter_pred_ctb()
186 pu1_dst_chroma = ps_proc->pu1_cur_pic_chroma; in ihevcd_inter_pred_ctb()
219 pu_x = (ps_proc->i4_ctb_x << ps_sps->i1_log2_ctb_size) + (ps_pu->b4_pos_x << 2); in ihevcd_inter_pred_ctb()
220 pu_y = (ps_proc->i4_ctb_y << ps_sps->i1_log2_ctb_size) + (ps_pu->b4_pos_y << 2); in ihevcd_inter_pred_ctb()