Searched refs:u4_mv_y_qpel (Results 1 – 1 of 1) sorted by relevance
140 WORD32 u4_mv_x_qpel, u4_mv_y_qpel; in ih264e_motion_comp_luma() local217 u4_mv_y_qpel = (ps_curr_mv->i2_mvy & 0x1); in ih264e_motion_comp_luma()225 + (u4_mv_y_qpel << 1) + (u4_mv_x_qpel); in ih264e_motion_comp_luma()319 WORD32 u4_mv_x_qpel, u4_mv_y_qpel; in ih264e_motion_comp_chroma() local356 u4_mv_y_qpel = (ps_curr_mv->i2_mvy & 0x1); in ih264e_motion_comp_chroma()370 u1_dy = (u4_mv_y_full << 2) + (u4_mv_y_hpel << 1) + (u4_mv_y_qpel); in ih264e_motion_comp_chroma()418 u4_mv_y_qpel = (ps_curr_mv->i2_mvy & 0x1); in ih264e_motion_comp_chroma()434 + (u4_mv_y_qpel); in ih264e_motion_comp_chroma()