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

  /external/libvpx/vp8/encoder/
block.h 37 short *quant_shift; member in struct:__anon8475
quantize.c 30 short *quant_shift_ptr = b->quant_shift;
115 short *quant_shift_ptr = b->quant_shift;
176 quant_shift_ptr = b->quant_shift;
asm_enc_offsets.c 44 DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift));
ethreading.c 338 z->block[i].quant_shift = x->block[i].quant_shift;
encodeframe.c 335 x->block[i].quant_shift = cpi->Y1quant_shift[QIndex];
350 x->block[i].quant_shift = cpi->UVquant_shift[QIndex];
362 x->block[24].quant_shift = cpi->Y2quant_shift[QIndex];
    [all...]
  /external/libvpx/vp8/encoder/x86/
quantize_sse2.asm 145 ; downshift by quant_shift[rdx]

Completed in 771 milliseconds