Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_mc.c166 mv_t *ps_curr_mv; in ih264e_motion_comp_luma() local
177 ps_curr_mv = &ps_curr_pu->s_me_info[0].s_mv; in ih264e_motion_comp_luma()
182 ps_curr_mv = &ps_curr_pu->s_me_info[1].s_mv; in ih264e_motion_comp_luma()
194 ps_curr_mv = &ps_curr_pu->s_me_info[0].s_mv; in ih264e_motion_comp_luma()
201 ps_curr_mv = &ps_curr_pu->s_me_info[0].s_mv; in ih264e_motion_comp_luma()
208 u4_mv_x_full = ps_curr_mv->i2_mvx >> 2; in ih264e_motion_comp_luma()
209 u4_mv_y_full = ps_curr_mv->i2_mvy >> 2; in ih264e_motion_comp_luma()
212 u4_mv_x_hpel = (ps_curr_mv->i2_mvx & 0x2) >> 1; in ih264e_motion_comp_luma()
213 u4_mv_y_hpel = (ps_curr_mv->i2_mvy & 0x2) >> 1; in ih264e_motion_comp_luma()
216 u4_mv_x_qpel = (ps_curr_mv->i2_mvx & 0x1); in ih264e_motion_comp_luma()
[all …]