Lines Matching refs:i2_mvx
208 u4_mv_x_full = ps_curr_mv->i2_mvx >> 2; in ih264e_motion_comp_luma()
212 u4_mv_x_hpel = (ps_curr_mv->i2_mvx & 0x2) >> 1; in ih264e_motion_comp_luma()
216 u4_mv_x_qpel = (ps_curr_mv->i2_mvx & 0x1); in ih264e_motion_comp_luma()
343 u4_mv_x = ps_curr_mv->i2_mvx >> 3; in ih264e_motion_comp_chroma()
347 u4_mv_x_full = (ps_curr_mv->i2_mvx & 0x4) >> 2; in ih264e_motion_comp_chroma()
351 u4_mv_x_hpel = (ps_curr_mv->i2_mvx & 0x2) >> 1; in ih264e_motion_comp_chroma()
355 u4_mv_x_qpel = (ps_curr_mv->i2_mvx & 0x1); in ih264e_motion_comp_chroma()
402 u4_mv_x = ps_curr_mv->i2_mvx >> 3; in ih264e_motion_comp_chroma()
409 u4_mv_x_full = (ps_curr_mv->i2_mvx & 0x4) >> 2; in ih264e_motion_comp_chroma()
413 u4_mv_x_hpel = (ps_curr_mv->i2_mvx & 0x2) >> 1; in ih264e_motion_comp_chroma()
417 u4_mv_x_qpel = (ps_curr_mv->i2_mvx & 0x1); in ih264e_motion_comp_chroma()