HomeSort by relevance Sort by last modified time
    Searched refs:u1_dx (Results 1 - 3 of 3) sorted by null

  /external/libavc/encoder/
ih264e_mc.c 329 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/
ih264d_inter_pred.c 195 /* 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 fractional part of width *
474 UWORD8 i1_mc_wd, u1_dma_ht, u1_dma_wd, u1_dx, u1_dy; local
    [all...]
  /external/libavc/common/arm/
ih264_inter_pred_chroma_a9q.s 94 @ WORD32 u1_dx,
103 @ r4 => u1_dx
122 rsb r8, r4, #8 @8-u1_dx

Completed in 144 milliseconds