Home
last modified time | relevance | path

Searched defs:quant_shift (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c54 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_neon() local
102 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_neon() local
214 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_32x32_neon() local
260 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_32x32_neon() local
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c41 int16x8_t quant_shift, bool16x8_t mask) { in quantize_coeff()
53 int16x8_t quant_shift, in quantize_coeff_32()
112 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_vsx() local
221 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_32x32_vsx() local
/external/libaom/libaom/test/
Dquantize_func_test.cc134 const int16_t *quant_shift = qtab_->quant.y_quant_shift[q]; in QuantizeRun() local
293 const int16_t *quant_shift = qtab_->quant.y_quant_shift[q]; in TEST_P() local
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc62 const int16_t *quant, const int16_t *quant_shift, in QuantFPWrapper()
258 int16_t *quant, int16_t *quant_shift, in GenerateHelperArrays()
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_avx2.c39 const __m128i quant_shift = _mm_loadu_si128((const __m128i *)quant_shift_ptr); in init_qp() local
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dquantize_msa.c83 int16_t *quant, int16_t *quant_shift, int16_t *de_quant, int16_t zbin_oq_in, in exact_regular_quantize_b_msa()
/external/libvpx/libvpx/vp8/encoder/
Dblock.h41 short *quant_shift; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h40 int16_t *quant_shift; member