Home
last modified time | relevance | path

Searched refs:u4_mv_x_qpel (Results 1 – 1 of 1) sorted by relevance

/external/libavc/encoder/
Dih264e_mc.c140 WORD32 u4_mv_x_qpel, u4_mv_y_qpel; in ih264e_motion_comp_luma() local
216 u4_mv_x_qpel = (ps_curr_mv->i2_mvx & 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() local
355 u4_mv_x_qpel = (ps_curr_mv->i2_mvx & 0x1); 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()
417 u4_mv_x_qpel = (ps_curr_mv->i2_mvx & 0x1); in ih264e_motion_comp_chroma()
432 + (u4_mv_x_qpel); in ih264e_motion_comp_chroma()