Lines Matching refs:mv_x
464 WORD32 mv_x = ps_pu->mv.s_l0_mv.i2_mvx; in ihevce_luma_inter_pred_pu() local
468 WORD32 dx = mv_x & 0x3; in ihevce_luma_inter_pred_pu()
475 frm_x_ofst = (frm_x_pu + (mv_x >> 2)); in ihevce_luma_inter_pred_pu()
574 WORD32 mv_x = ps_pu->mv.s_l1_mv.i2_mvx; in ihevce_luma_inter_pred_pu() local
578 WORD32 dx = mv_x & 0x3; in ihevce_luma_inter_pred_pu()
585 frm_x_ofst = (frm_x_pu + (mv_x >> 2)); in ihevce_luma_inter_pred_pu()
1092 WORD32 mv_x = ps_pu->mv.s_l0_mv.i2_mvx; in ihevce_chroma_inter_pred_pu() local
1096 WORD32 dx = mv_x & 0x7; in ihevce_chroma_inter_pred_pu()
1104 frm_x_ofst = (frm_x_pu + ((mv_x >> 3) << 1)); /* uv interleaved */ in ihevce_chroma_inter_pred_pu()
1159 WORD32 mv_x = ps_pu->mv.s_l1_mv.i2_mvx; in ihevce_chroma_inter_pred_pu() local
1163 WORD32 dx = mv_x & 0x7; in ihevce_chroma_inter_pred_pu()
1170 frm_x_ofst = (frm_x_pu + ((mv_x >> 3) << 1)); /* uv interleaved */ in ihevce_chroma_inter_pred_pu()