Searched defs:u4_mv_y_hpel (Results 1 - 1 of 1) sorted by relevance

/external/libavc/encoder/
H A Dih264e_mc.c137 WORD32 u4_mv_x_hpel, u4_mv_y_hpel; local
213 u4_mv_y_hpel = (ps_curr_mv->i2_mvy & 0x2) >> 1;
224 u4_subpel_factor = (u4_mv_y_hpel << 3) + (u4_mv_x_hpel << 2)
316 WORD32 u4_mv_x_hpel, u4_mv_y_hpel; local
352 u4_mv_y_hpel = (ps_curr_mv->i2_mvy & 0x2) >> 1;
370 u1_dy = (u4_mv_y_full << 2) + (u4_mv_y_hpel << 1) + (u4_mv_y_qpel);
414 u4_mv_y_hpel = (ps_curr_mv->i2_mvy & 0x2) >> 1;
433 u1_dy = (u4_mv_y_full << 2) + (u4_mv_y_hpel << 1)

Completed in 22 milliseconds