Lines Matching refs:mv_y
465 WORD32 mv_y = ps_pu->mv.s_l0_mv.i2_mvy; in ihevce_luma_inter_pred_pu() local
469 WORD32 dy = mv_y & 0x3; in ihevce_luma_inter_pred_pu()
476 frm_y_ofst = (frm_y_pu + (mv_y >> 2)); in ihevce_luma_inter_pred_pu()
575 WORD32 mv_y = ps_pu->mv.s_l1_mv.i2_mvy; in ihevce_luma_inter_pred_pu() local
579 WORD32 dy = mv_y & 0x3; in ihevce_luma_inter_pred_pu()
586 frm_y_ofst = (frm_y_pu + (mv_y >> 2)); in ihevce_luma_inter_pred_pu()
1093 WORD32 mv_y = ps_pu->mv.s_l0_mv.i2_mvy; in ihevce_chroma_inter_pred_pu() local
1097 WORD32 dy = (mv_y & ((1 << (!u1_is_422 + 2)) - 1)) << u1_is_422; in ihevce_chroma_inter_pred_pu()
1105 frm_y_ofst = (frm_y_pu + ((mv_y >> (3 - u1_is_422)))); in ihevce_chroma_inter_pred_pu()
1160 WORD32 mv_y = ps_pu->mv.s_l1_mv.i2_mvy; in ihevce_chroma_inter_pred_pu() local
1164 WORD32 dy = (mv_y & ((1 << (!u1_is_422 + 2)) - 1)) << u1_is_422; in ihevce_chroma_inter_pred_pu()
1171 frm_y_ofst = (frm_y_pu + ((mv_y >> (3 - u1_is_422)))); in ihevce_chroma_inter_pred_pu()