/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | quantize_vsx.c | 41 int16x8_t quant_shift, bool16x8_t mask) { in quantize_coeff() argument 45 qcoeff = vec_mulhi(qcoeff, quant_shift); in quantize_coeff() 53 int16x8_t quant_shift, in quantize_coeff_32() argument 61 qcoeff = vec_madds(qcoeff, quant_shift, vec_zeros_s16); in quantize_coeff_32() 112 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_vsx() local 129 quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift, zero_mask0); in vpx_quantize_b_vsx() 133 quant_shift = vec_splat(quant_shift, 1); in vpx_quantize_b_vsx() 135 quantize_coeff(coeff1, coeff1_abs, round, quant, quant_shift, zero_mask1); in vpx_quantize_b_vsx() 164 qcoeff0 = quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_vsx() 166 qcoeff1 = quantize_coeff(coeff1, coeff1_abs, round, quant, quant_shift, in vpx_quantize_b_vsx() [all …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 54 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_neon() local 75 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon() 102 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_neon() local 125 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon() 214 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_32x32_neon() local 235 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon() 260 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_32x32_neon() local 283 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 516 p->round, p->quant, p->quant_shift, qcoeff, in vp9_xform_quant() 523 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant() 530 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant() 538 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant() 551 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant() 558 p->quant_shift, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant() 564 p->quant_shift, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant() 571 p->quant_shift, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant() 818 p->round, p->quant, p->quant_shift, in vp9_encode_block_intra() 838 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_encode_block_intra() [all …]
|
D | vp9_quantize.c | 181 p->quant_shift, qcoeff, dqcoeff, pd->dequant, in vp9_regular_quantize_b_4x4() 187 p->zbin, p->round, p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_regular_quantize_b_4x4() 292 x->plane[0].quant_shift = quants->y_quant_shift[qindex]; in vp9_init_plane_quantizers() 305 x->plane[i].quant_shift = quants->uv_quant_shift[qindex]; in vp9_init_plane_quantizers()
|
D | vp9_block.h | 40 int16_t *quant_shift; member
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 43 const int16_t *quant_shift, tran_low_t *qcoeff, 62 const int16_t *quant, const int16_t *quant_shift, in QuantFPWrapper() argument 67 (void)quant_shift; in QuantFPWrapper() 258 int16_t *quant, int16_t *quant_shift, in GenerateHelperArrays() argument 281 quant_shift[j] = rnd->RandRange(16384); in GenerateHelperArrays() 291 quant_shift[j] = quant_shift[1]; in GenerateHelperArrays()
|
/external/libaom/libaom/test/ |
D | quantize_func_test.cc | 134 const int16_t *quant_shift = qtab_->quant.y_quant_shift[q]; in QuantizeRun() local 142 quant_ref_(coeff_ptr, n_coeffs, zbin, round, quant, quant_shift, in QuantizeRun() 147 quant_shift, qcoeff, dqcoeff, dequant, in QuantizeRun() 293 const int16_t *quant_shift = qtab_->quant.y_quant_shift[q]; in TEST_P() local 304 quant_ref_(coeff_ptr, n_coeffs, zbin, round_fp, quant_fp, quant_shift, in TEST_P() 311 quant_(coeff_ptr, n_coeffs, zbin, round_fp, quant_fp, quant_shift, qcoeff, in TEST_P()
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | quantize_sse4.c | 36 __m128i quant_shift0 = _mm_load_si128((__m128i *)(b->quant_shift)); in vp8_regular_quantize_b_sse4_1() 37 __m128i quant_shift1 = _mm_load_si128((__m128i *)(b->quant_shift + 8)); in vp8_regular_quantize_b_sse4_1()
|
D | vp8_quantize_sse2.c | 41 __m128i quant_shift0 = _mm_load_si128((__m128i *)(b->quant_shift)); in vp8_regular_quantize_b_sse2() 42 __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 | 83 int16_t *quant, int16_t *quant_shift, int16_t *de_quant, int16_t zbin_oq_in, in exact_regular_quantize_b_msa() argument 131 LD_SH2(quant_shift, 8, coeff0, coeff1); in exact_regular_quantize_b_msa() 202 int16_t *quant_shift_ptr = b->quant_shift; in vp8_regular_quantize_b_msa()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_quantize_intrin_avx2.c | 39 const __m128i quant_shift = _mm_loadu_si128((const __m128i *)quant_shift_ptr); in init_qp() local 44 init_one_qp(&quant_shift, &qp[4]); in init_qp()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | vp8_quantize.c | 57 short *quant_shift_ptr = b->quant_shift; in vp8_regular_quantize_b_c() 348 x->block[i].quant_shift = cpi->Y1quant_shift[QIndex]; in vp8cx_mb_init_quantizer() 361 x->block[i].quant_shift = cpi->UVquant_shift[QIndex]; in vp8cx_mb_init_quantizer() 373 x->block[24].quant_shift = cpi->Y2quant_shift[QIndex]; in vp8cx_mb_init_quantizer()
|
D | block.h | 41 short *quant_shift; member
|
D | ethreading.c | 364 z->block[i].quant_shift = x->block[i].quant_shift; in setup_mbby_copy()
|
/external/libvpx/libvpx/vp8/encoder/mips/mmi/ |
D | vp8_quantize_mmi.c | 209 const int16_t *quant_shift_ptr = b->quant_shift; in vp8_regular_quantize_b_mmi()
|