Searched refs:quant_shift (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_block.h40 int16_t *quant_shift; member in struct:macroblock_plane
H A Dvp9_encodemb.c335 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
342 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
349 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
356 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
433 p->quant, p->quant_shift, qcoeff, dqcoeff,
440 p->quant, p->quant_shift, qcoeff, dqcoeff,
447 p->quant, p->quant_shift, qcoeff, dqcoeff,
454 p->quant, p->quant_shift, qcoeff, dqcoeff,
638 p->quant, p->quant_shift, qcoeff, dqcoeff,
658 p->quant, p->quant_shift, qcoef
[all...]
H A Dvp9_quantize.c524 p->zbin, p->round, p->quant, p->quant_shift,
534 p->zbin, p->round, p->quant, p->quant_shift,
641 x->plane[0].quant_shift = quants->y_quant_shift[qindex];
656 x->plane[i].quant_shift = quants->uv_quant_shift[qindex];
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dquantize_sse4.c38 __m128i quant_shift0 = _mm_load_si128((__m128i *)(b->quant_shift));
39 __m128i quant_shift1 = _mm_load_si128((__m128i *)(b->quant_shift + 8));
H A Dquantize_sse2.c44 __m128i quant_shift0 = _mm_load_si128((__m128i *)(b->quant_shift));
45 __m128i quant_shift1 = _mm_load_si128((__m128i *)(b->quant_shift + 8));
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h44 short *quant_shift; member in struct:block
H A Dvp8_asm_enc_offsets.c30 DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift));
H A Dquantize.c62 short *quant_shift_ptr = b->quant_shift;
445 x->block[i].quant_shift = cpi->Y1quant_shift[QIndex];
459 x->block[i].quant_shift = cpi->UVquant_shift[QIndex];
471 x->block[24].quant_shift = cpi->Y2quant_shift[QIndex];
H A Dethreading.c374 z->block[i].quant_shift = x->block[i].quant_shift;
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h44 short *quant_shift; member in struct:block
H A Dvp8_asm_enc_offsets.c30 DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift));
H A Dquantize.c31 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];
H A Dethreading.c359 z->block[i].quant_shift = x->block[i].quant_shift;
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_sse4.asm130 ; quant_shift
147 ; downshift by quant_shift[rc]
148 pextrb ecx, xmm5, %1 ; quant_shift[rc]
H A Dquantize_sse2.c45 __m128i quant_shift0 = _mm_load_si128((__m128i *)(b->quant_shift));
46 __m128i quant_shift1 = _mm_load_si128((__m128i *)(b->quant_shift + 8));
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_quantize.c137 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];
H A Dvp9_encodemb.c337 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,
H A Dvp9_block.h75 int16_t *quant_shift; member in struct:macroblock_plane

Completed in 5338 milliseconds