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

  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse4.c 36 __m128i quant_shift0 = _mm_load_si128((__m128i *)(b->quant_shift));
37 __m128i quant_shift1 = _mm_load_si128((__m128i *)(b->quant_shift + 8));
vp8_quantize_sse2.c 41 __m128i quant_shift0 = _mm_load_si128((__m128i *)(b->quant_shift));
42 __m128i quant_shift1 = _mm_load_si128((__m128i *)(b->quant_shift + 8));
  /external/libvpx/libvpx/vp8/encoder/
block.h 41 short *quant_shift; member in struct:block
vp8_quantize.c 57 short *quant_shift_ptr = b->quant_shift;
348 x->block[i].quant_shift = cpi->Y1quant_shift[QIndex];
361 x->block[i].quant_shift = cpi->UVquant_shift[QIndex];
373 x->block[24].quant_shift = cpi->Y2quant_shift[QIndex];
ethreading.c 365 z->block[i].quant_shift = x->block[i].quant_shift;
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 40 int16_t *quant_shift; member in struct:macroblock_plane
vp9_encodemb.c 513 p->round, p->quant, p->quant_shift, qcoeff,
520 p->quant, p->quant_shift, qcoeff, dqcoeff,
527 p->quant, p->quant_shift, qcoeff, dqcoeff,
534 p->quant, p->quant_shift, qcoeff, dqcoeff,
548 p->quant, p->quant_shift, qcoeff, dqcoeff,
555 p->quant_shift, qcoeff, dqcoeff, pd->dequant, eob,
561 p->quant_shift, qcoeff, dqcoeff, pd->dequant, eob,
567 p->quant_shift, qcoeff, dqcoeff, pd->dequant, eob,
812 p->round, p->quant, p->quant_shift,
832 p->quant, p->quant_shift, qcoeff, dqcoeff
    [all...]
vp9_quantize.c 171 p->zbin, p->round, p->quant, p->quant_shift,
179 p->round, p->quant, p->quant_shift,
280 x->plane[0].quant_shift = quants->y_quant_shift[qindex];
293 x->plane[i].quant_shift = quants->uv_quant_shift[qindex];
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
quantize_msa.c 83 int16_t *quant, int16_t *quant_shift, int16_t *de_quant, int16_t zbin_oq_in,
131 LD_SH2(quant_shift, 8, coeff0, coeff1);
202 int16_t *quant_shift_ptr = b->quant_shift;
  /external/libvpx/libvpx/test/
vp9_quantize_test.cc 37 const int16_t *quant_shift, tran_low_t *qcoeff,

Completed in 355 milliseconds