Searched refs:u1_dx (Results 1 - 3 of 3) sorted by relevance

/external/libavc/encoder/
H A Dih264e_mc.c329 UWORD8 u1_dx, u1_dy; local
369 u1_dx = (u4_mv_x_full << 2) + (u4_mv_x_hpel << 1) + (u4_mv_x_qpel);
372 /* cases where u1_dx = 0 or u1_dy = 0 are dealt separately in neon with
381 i4_pred_strd, u1_dx, u1_dy, ht, wd);
431 u1_dx = (u4_mv_x_full << 2) + (u4_mv_x_hpel << 1)
438 i4_ref_strd, MB_SIZE, u1_dx,
/external/libavc/decoder/
H A Dih264d_inter_pred.c195 /* u1_dx fractional part of width */
196 /* u1_dx fractional part of height */
203 UWORD32 u1_dx; local
241 u1_dx = i2_tmp_mv_x & 0x3;
247 if(u1_dx)
302 ps_pred->u1_dydx = (u1_dy << 2) + u1_dx;
327 u1_dx = i2_tmp_mv_x & 0x7;
340 if(u1_dx)
401 ps_pred->u1_dydx = (u1_dy << 3) + u1_dx;
471 /* u1_dx fractiona
474 UWORD8 i1_mc_wd, u1_dma_ht, u1_dma_wd, u1_dx, u1_dy; local
[all...]
/external/libavc/common/arm/
H A Dih264_inter_pred_chroma_a9q.s94 @ UWORD8 u1_dx,
103 @ r4 => u1_dx
122 rsb r8, r4, #8 @8-u1_dx

Completed in 64 milliseconds