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

/external/libavc/encoder/
H A Dih264e_mc.c329 UWORD8 u1_dx, u1_dy; local
370 u1_dy = (u4_mv_y_full << 2) + (u4_mv_y_hpel << 1) + (u4_mv_y_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);
433 u1_dy = (u4_mv_y_full << 2) + (u4_mv_y_hpel << 1)
439 u1_dy, ht, wd);
/external/libavc/decoder/
H A Dih264d_inter_pred.c204 UWORD32 u1_dy; local
242 u1_dy = i2_tmp_mv_y & 0x3;
252 if(u1_dy)
302 ps_pred->u1_dydx = (u1_dy << 2) + u1_dx;
328 u1_dy = i2_tmp_mv_y & 0x7;
345 if(u1_dy != 0)
401 ps_pred->u1_dydx = (u1_dy << 3) + u1_dx;
474 UWORD8 i1_mc_wd, u1_dma_ht, u1_dma_wd, u1_dx, u1_dy; local
598 u1_dy = i2_tmp_mv_y & 0x3;
608 if(u1_dy)
[all...]
/external/libavc/common/arm/
H A Dih264_inter_pred_chroma_a9q.s95 @ UWORD8 u1_dy,
104 @ r5 => u1_dy
123 rsb r9, r5, #8 @8-u1_dy

Completed in 98 milliseconds