Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_mc.c134 WORD32 u4_mv_x_full, u4_mv_y_full; in ih264e_motion_comp_luma() local
209 u4_mv_y_full = ps_curr_mv->i2_mvy >> 2; in ih264e_motion_comp_luma()
228 pu1_ref[0] += ((u4_mv_y_full * i4_ref_strd[0]) + u4_mv_x_full); in ih264e_motion_comp_luma()
313 WORD32 u4_mv_x_full, u4_mv_y_full; in ih264e_motion_comp_chroma() local
348 u4_mv_y_full = (ps_curr_mv->i2_mvy & 0x4) >> 2; 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()
410 u4_mv_y_full = (ps_curr_mv->i2_mvy & 0x4) >> 2; in ih264e_motion_comp_chroma()
433 u1_dy = (u4_mv_y_full << 2) + (u4_mv_y_hpel << 1) in ih264e_motion_comp_chroma()