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

  /external/libvpx/vp8/encoder/arm/
quantize_arm.c 31 d->eob = vp8_fast_quantize_b_neon_func(b->coeff, b->zbin, d->qcoeff, d->dqcoeff, d->dequant, vp8_rvsplus1_default_zig_zag1d, b->round, b->quant_fast);
  /external/libvpx/vp8/encoder/
block.h 36 short *quant_fast; member in struct:__anon8475
asm_enc_offsets.c 41 DEFINE(vp8_block_quant_fast, offsetof(BLOCK, quant_fast));
quantize.c 29 short *quant_ptr = b->quant_fast;
75 short *quant_ptr = b->quant_fast;
ethreading.c 337 z->block[i].quant_fast = x->block[i].quant_fast;
encodeframe.c 334 x->block[i].quant_fast = cpi->Y1quant_fast[QIndex];
349 x->block[i].quant_fast = cpi->UVquant_fast[QIndex];
360 x->block[24].quant_fast = cpi->Y2quant_fast[QIndex];
    [all...]
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 35 short *quant_ptr = b->quant_fast;
93 short *quant_ptr = b->quant_fast;
151 b->quant_fast,
  /external/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 28 ldr r4, [r0, #vp8_block_quant_fast] ; quant_fast

Completed in 114 milliseconds