Lines Matching refs:ps_pu
375 pu_t *ps_pu, in ihevce_luma_inter_pred_pu() argument
383 WORD32 inter_pred_idc = ps_pu->b2_pred_mode; in ihevce_luma_inter_pred_pu()
385 WORD32 pu_wd = (ps_pu->b4_wd + 1) << 2; in ihevce_luma_inter_pred_pu()
386 WORD32 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevce_luma_inter_pred_pu()
412 frm_x_pu = ps_inter_pred_ctxt->i4_ctb_frm_pos_x + (ps_pu->b4_pos_x << 2); in ihevce_luma_inter_pred_pu()
413 frm_y_pu = ps_inter_pred_ctxt->i4_ctb_frm_pos_y + (ps_pu->b4_pos_y << 2); in ihevce_luma_inter_pred_pu()
418 ASSERT(ps_pu->b1_intra_flag == 0); in ihevce_luma_inter_pred_pu()
429 ps_ref_pic_l0 = ps_inter_pred_ctxt->ps_ref_list[0][ps_pu->mv.i1_l0_ref_idx]; in ihevce_luma_inter_pred_pu()
434 ps_ref_pic_l1 = ps_inter_pred_ctxt->ps_ref_list[1][ps_pu->mv.i1_l1_ref_idx]; in ihevce_luma_inter_pred_pu()
464 WORD32 mv_x = ps_pu->mv.s_l0_mv.i2_mvx; in ihevce_luma_inter_pred_pu()
465 WORD32 mv_y = ps_pu->mv.s_l0_mv.i2_mvy; in ihevce_luma_inter_pred_pu()
472 WORD32 ref_idx = (ps_pu->mv.i1_l0_ref_idx); in ihevce_luma_inter_pred_pu()
574 WORD32 mv_x = ps_pu->mv.s_l1_mv.i2_mvx; in ihevce_luma_inter_pred_pu()
575 WORD32 mv_y = ps_pu->mv.s_l1_mv.i2_mvy; in ihevce_luma_inter_pred_pu()
582 WORD32 ref_idx = (ps_pu->mv.i1_l1_ref_idx); in ihevce_luma_inter_pred_pu()
1009 void *pv_inter_pred_ctxt, pu_t *ps_pu, UWORD8 *pu1_dst_buf, WORD32 dst_stride) in ihevce_chroma_inter_pred_pu() argument
1014 WORD32 inter_pred_idc = ps_pu->b2_pred_mode; in ihevce_chroma_inter_pred_pu()
1017 WORD32 pu_wd_chroma = (ps_pu->b4_wd + 1) << 1; in ihevce_chroma_inter_pred_pu()
1018 WORD32 pu_ht_chroma = (ps_pu->b4_ht + 1) << (u1_is_422 + 1); in ihevce_chroma_inter_pred_pu()
1042 frm_x_pu = ps_inter_pred_ctxt->i4_ctb_frm_pos_x + (ps_pu->b4_pos_x << 2); in ihevce_chroma_inter_pred_pu()
1044 (ps_pu->b4_pos_y << (u1_is_422 + 1)); in ihevce_chroma_inter_pred_pu()
1049 ASSERT(ps_pu->b1_intra_flag == 0); in ihevce_chroma_inter_pred_pu()
1057 ps_ref_pic_l0 = ps_inter_pred_ctxt->ps_ref_list[0][ps_pu->mv.i1_l0_ref_idx]; in ihevce_chroma_inter_pred_pu()
1062 ps_ref_pic_l1 = ps_inter_pred_ctxt->ps_ref_list[1][ps_pu->mv.i1_l1_ref_idx]; in ihevce_chroma_inter_pred_pu()
1092 WORD32 mv_x = ps_pu->mv.s_l0_mv.i2_mvx; in ihevce_chroma_inter_pred_pu()
1093 WORD32 mv_y = ps_pu->mv.s_l0_mv.i2_mvy; in ihevce_chroma_inter_pred_pu()
1100 WORD32 ref_idx = (ps_pu->mv.i1_l0_ref_idx); in ihevce_chroma_inter_pred_pu()
1159 WORD32 mv_x = ps_pu->mv.s_l1_mv.i2_mvx; in ihevce_chroma_inter_pred_pu()
1160 WORD32 mv_y = ps_pu->mv.s_l1_mv.i2_mvy; in ihevce_chroma_inter_pred_pu()
1167 WORD32 ref_idx = (ps_pu->mv.i1_l1_ref_idx); in ihevce_chroma_inter_pred_pu()