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

/external/libavc/encoder/
H A Dih264e_mc.c140 WORD32 u4_mv_x_qpel, u4_mv_y_qpel; local
217 u4_mv_y_qpel = (ps_curr_mv->i2_mvy & 0x1);
225 + (u4_mv_y_qpel << 1) + (u4_mv_x_qpel);
319 WORD32 u4_mv_x_qpel, u4_mv_y_qpel; local
356 u4_mv_y_qpel = (ps_curr_mv->i2_mvy & 0x1);
370 u1_dy = (u4_mv_y_full << 2) + (u4_mv_y_hpel << 1) + (u4_mv_y_qpel);
418 u4_mv_y_qpel = (ps_curr_mv->i2_mvy & 0x1);
434 + (u4_mv_y_qpel);

Completed in 41 milliseconds