Searched refs:quant_shift (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 347 p->round_fp, p->quant_fp, p->quant_shift, in vp9_xform_quant_fp() 355 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp() 362 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp() 369 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp() 384 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp() 391 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp() 398 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp() 405 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp() 518 p->round, p->quant, p->quant_shift, qcoeff, in vp9_xform_quant() 525 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant() [all …]
|
D | vp9_quantize.c | 204 p->zbin, p->round, p->quant, p->quant_shift, in vp9_regular_quantize_b_4x4() 214 p->zbin, p->round, p->quant, p->quant_shift, in vp9_regular_quantize_b_4x4() 320 x->plane[0].quant_shift = quants->y_quant_shift[qindex]; in vp9_init_plane_quantizers() 333 x->plane[i].quant_shift = quants->uv_quant_shift[qindex]; in vp9_init_plane_quantizers()
|
D | vp9_block.h | 38 int16_t *quant_shift; member
|
D | vp9_pickmode.c | 617 p->round_fp, p->quant_fp, p->quant_shift, in block_yrd() 624 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in block_yrd() 631 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in block_yrd() 638 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in block_yrd()
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | quantize_sse4.c | 38 __m128i quant_shift0 = _mm_load_si128((__m128i *)(b->quant_shift)); in vp8_regular_quantize_b_sse4_1() 39 __m128i quant_shift1 = _mm_load_si128((__m128i *)(b->quant_shift + 8)); in vp8_regular_quantize_b_sse4_1()
|
D | vp8_quantize_sse2.c | 44 __m128i quant_shift0 = _mm_load_si128((__m128i *)(b->quant_shift)); in vp8_regular_quantize_b_sse2() 45 __m128i quant_shift1 = _mm_load_si128((__m128i *)(b->quant_shift + 8)); in vp8_regular_quantize_b_sse2()
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 92 int16_t *quant_shift, in exact_regular_quantize_b_msa() argument 145 LD_SH2(quant_shift, 8, coeff0, coeff1); in exact_regular_quantize_b_msa() 235 int16_t *quant_shift_ptr = b->quant_shift; in vp8_regular_quantize_b_msa()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | vp8_quantize.c | 62 short *quant_shift_ptr = b->quant_shift; in vp8_regular_quantize_b_c() 428 x->block[i].quant_shift = cpi->Y1quant_shift[QIndex]; in vp8cx_mb_init_quantizer() 442 x->block[i].quant_shift = cpi->UVquant_shift[QIndex]; in vp8cx_mb_init_quantizer() 454 x->block[24].quant_shift = cpi->Y2quant_shift[QIndex]; in vp8cx_mb_init_quantizer()
|
D | block.h | 44 short *quant_shift; member
|
D | ethreading.c | 375 z->block[i].quant_shift = x->block[i].quant_shift; in setup_mbby_copy()
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 37 const int16_t *quant_shift,
|