Searched defs:quant_shift (Results 1 – 8 of 8) sorted by relevance
/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 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/ |
D | quantize_vsx.c | 41 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/ |
D | quantize_func_test.cc | 134 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/ |
D | vp9_quantize_test.cc | 62 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/ |
D | highbd_quantize_intrin_avx2.c | 39 const __m128i quant_shift = _mm_loadu_si128((const __m128i *)quant_shift_ptr); in init_qp() local
|
/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()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | block.h | 41 short *quant_shift; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_block.h | 40 int16_t *quant_shift; member
|