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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 347 p->round_fp, p->quant_fp, p->quant_shift,
355 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
362 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
369 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
384 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
391 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
398 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
405 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
518 p->round, p->quant, p->quant_shift, qcoeff,
525 p->quant, p->quant_shift, qcoeff, dqcoeff
    [all...]
vp9_block.h 38 int16_t *quant_shift; member in struct:macroblock_plane
vp9_quantize.c 204 p->zbin, p->round, p->quant, p->quant_shift,
214 p->zbin, p->round, p->quant, p->quant_shift,
320 x->plane[0].quant_shift = quants->y_quant_shift[qindex];
333 x->plane[i].quant_shift = quants->uv_quant_shift[qindex];
vp9_pickmode.c 617 p->round_fp, p->quant_fp, p->quant_shift,
624 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
631 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
638 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse4.c 38 __m128i quant_shift0 = _mm_load_si128((__m128i *)(b->quant_shift));
39 __m128i quant_shift1 = _mm_load_si128((__m128i *)(b->quant_shift + 8));
vp8_quantize_sse2.c 44 __m128i quant_shift0 = _mm_load_si128((__m128i *)(b->quant_shift));
45 __m128i quant_shift1 = _mm_load_si128((__m128i *)(b->quant_shift + 8));
  /external/libvpx/libvpx/vp8/encoder/
block.h 44 short *quant_shift; member in struct:block
vp8_quantize.c 62 short *quant_shift_ptr = b->quant_shift;
428 x->block[i].quant_shift = cpi->Y1quant_shift[QIndex];
442 x->block[i].quant_shift = cpi->UVquant_shift[QIndex];
454 x->block[24].quant_shift = cpi->Y2quant_shift[QIndex];
ethreading.c 375 z->block[i].quant_shift = x->block[i].quant_shift;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 44 short *quant_shift; member in struct:block
vp8_asm_enc_offsets.c 30 DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift));
quantize.c 31 unsigned char *quant_shift_ptr = b->quant_shift;
116 short *quant_shift_ptr = b->quant_shift;
177 quant_shift_ptr = b->quant_shift;
674 x->block[i].quant_shift = cpi->Y1quant_shift[QIndex];
688 x->block[i].quant_shift = cpi->UVquant_shift[QIndex];
700 x->block[24].quant_shift = cpi->Y2quant_shift[QIndex];
ethreading.c 359 z->block[i].quant_shift = x->block[i].quant_shift;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
quantize_sse4.asm 130 ; quant_shift
147 ; downshift by quant_shift[rc]
148 pextrb ecx, xmm5, %1 ; quant_shift[rc]
quantize_sse2.c 45 __m128i quant_shift0 = _mm_load_si128((__m128i *)(b->quant_shift));
46 __m128i quant_shift1 = _mm_load_si128((__m128i *)(b->quant_shift + 8));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_quantize.c 137 p->zbin, p->round, p->quant, p->quant_shift,
228 x->plane[0].quant_shift = quants->y_quant_shift[qindex];
237 x->plane[i].quant_shift = quants->uv_quant_shift[qindex];
246 x->plane[3].quant_shift = cpi->a_quant_shift[qindex];
vp9_encodemb.c 337 p->quant, p->quant_shift, qcoeff, dqcoeff,
344 p->quant, p->quant_shift, qcoeff, dqcoeff,
351 p->quant, p->quant_shift, qcoeff, dqcoeff,
358 p->quant, p->quant_shift, qcoeff, dqcoeff,
515 p->quant, p->quant_shift, qcoeff, dqcoeff,
535 p->quant, p->quant_shift, qcoeff, dqcoeff,
555 p->quant_shift, qcoeff, dqcoeff,
579 p->quant_shift, qcoeff, dqcoeff,
vp9_block.h 75 int16_t *quant_shift; member in struct:macroblock_plane
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
quantize_msa.c 92 int16_t *quant_shift,
145 LD_SH2(quant_shift, 8, coeff0, coeff1);
235 int16_t *quant_shift_ptr = b->quant_shift;
  /external/libvpx/libvpx/test/
vp9_quantize_test.cc 37 const int16_t *quant_shift,

Completed in 96 milliseconds