Searched refs:u4_mv_x_hpel (Results 1 – 1 of 1) sorted by relevance
137 WORD32 u4_mv_x_hpel, u4_mv_y_hpel; in ih264e_motion_comp_luma() local212 u4_mv_x_hpel = (ps_curr_mv->i2_mvx & 0x2) >> 1; in ih264e_motion_comp_luma()224 u4_subpel_factor = (u4_mv_y_hpel << 3) + (u4_mv_x_hpel << 2) in ih264e_motion_comp_luma()316 WORD32 u4_mv_x_hpel, u4_mv_y_hpel; in ih264e_motion_comp_chroma() local351 u4_mv_x_hpel = (ps_curr_mv->i2_mvx & 0x2) >> 1; in ih264e_motion_comp_chroma()369 u1_dx = (u4_mv_x_full << 2) + (u4_mv_x_hpel << 1) + (u4_mv_x_qpel); in ih264e_motion_comp_chroma()413 u4_mv_x_hpel = (ps_curr_mv->i2_mvx & 0x2) >> 1; in ih264e_motion_comp_chroma()431 u1_dx = (u4_mv_x_full << 2) + (u4_mv_x_hpel << 1) in ih264e_motion_comp_chroma()