Searched refs:quant_shift (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | quantize_sse4.asm | 130 ; quant_shift 147 ; downshift by quant_shift[rc] 148 pextrb ecx, xmm5, %1 ; quant_shift[rc]
|
D | quantize_sse2.c | 45 __m128i quant_shift0 = _mm_load_si128((__m128i *)(b->quant_shift)); in vp8_regular_quantize_b_sse2() 46 __m128i quant_shift1 = _mm_load_si128((__m128i *)(b->quant_shift + 8)); in vp8_regular_quantize_b_sse2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 337 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant() 344 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant() 351 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant() 358 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant() 515 p->quant, p->quant_shift, qcoeff, dqcoeff, in encode_block_intra() 535 p->quant, p->quant_shift, qcoeff, dqcoeff, in encode_block_intra() 555 p->quant_shift, qcoeff, dqcoeff, in encode_block_intra() 579 p->quant_shift, qcoeff, dqcoeff, in encode_block_intra()
|
D | vp9_quantize.c | 137 p->zbin, p->round, p->quant, p->quant_shift, in vp9_regular_quantize_b_4x4() 228 x->plane[0].quant_shift = quants->y_quant_shift[qindex]; in vp9_init_plane_quantizers() 237 x->plane[i].quant_shift = quants->uv_quant_shift[qindex]; in vp9_init_plane_quantizers() 246 x->plane[3].quant_shift = cpi->a_quant_shift[qindex]; in vp9_init_plane_quantizers()
|
D | vp9_block.h | 75 int16_t *quant_shift; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | block.h | 44 short *quant_shift; member
|
D | quantize.c | 31 unsigned char *quant_shift_ptr = b->quant_shift; in vp8_fast_quantize_b_c() 116 short *quant_shift_ptr = b->quant_shift; in vp8_regular_quantize_b_c() 177 quant_shift_ptr = b->quant_shift; in vp8_strict_quantize_b_c() 674 x->block[i].quant_shift = cpi->Y1quant_shift[QIndex]; in vp8cx_mb_init_quantizer() 688 x->block[i].quant_shift = cpi->UVquant_shift[QIndex]; in vp8cx_mb_init_quantizer() 700 x->block[24].quant_shift = cpi->Y2quant_shift[QIndex]; in vp8cx_mb_init_quantizer()
|
D | vp8_asm_enc_offsets.c | 30 DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift));
|
D | ethreading.c | 359 z->block[i].quant_shift = x->block[i].quant_shift; in setup_mbby_copy()
|