Home
last modified time | relevance | path

Searched defs:dequant (Results 1 – 25 of 50) sorted by relevance

12

/external/libvpx/vp9/encoder/x86/
Dvp9_quantize_avx2.c33 __m256i *quant, const int16_t *dequant_ptr, __m256i *dequant) { in load_fp_values_avx2()
75 const __m256i *round, const __m256i *quant, const __m256i *dequant, in quantize_fp_16()
105 __m256i round, quant, dequant, thr; in vp9_quantize_fp_avx2() local
151 const __m256i *round, const __m256i *quant, const __m256i *dequant, in quantize_fp_32x32_16_no_nzflag()
173 const __m256i *round, const __m256i *quant, const __m256i *dequant, in quantize_fp_32x32_16()
211 __m256i round, quant, dequant, thr; in vp9_quantize_fp_32x32_avx2() local
290 __m256i *quant, const int16_t *dequant_ptr, __m256i *dequant) { in highbd_load_fp_values()
308 const __m256i *round, const __m256i *quant, const __m256i *dequant, in highbd_quantize_fp()
334 __m256i round, quant, dequant; in vp9_highbd_quantize_fp_avx2() local
371 const __m256i *round, const __m256i *quant, const __m256i *dequant, in highbd_quantize_fp_32x32()
[all …]
Dvp9_quantize_ssse3.c30 __m128i round, quant, dequant; in vp9_quantize_fp_ssse3() local
133 __m128i round, quant, dequant; in vp9_quantize_fp_32x32_ssse3() local
Dvp9_quantize_sse2.c30 __m128i round, quant, dequant; in vp9_quantize_fp_sse2() local
/external/libvpx/vpx_dsp/arm/
Dquantize_neon.c19 const int16x8_t dequant, in calculate_dqcoeff_and_store()
38 const int16x8_t quant_shift, const int16x8_t dequant) { in quantize_b_neon()
86 int16x8_t dequant = vld1q_s16(dequant_ptr); in vpx_quantize_b_neon() local
156 const int16x8_t dequant, in calculate_dqcoeff_and_store_32x32()
181 const int16x8_t quant_shift, const int16x8_t dequant) { in quantize_b_32x32_neon()
233 int16x8_t dequant = vld1q_s16(dequant_ptr); in vpx_quantize_b_32x32_neon() local
Dhighbd_quantize_neon.c74 const int32x4_t quant_shift, const int32x4_t dequant) { in highbd_quantize_b_neon()
117 int32x4_t dequant = vmovl_s16(vld1_s16(dequant_ptr)); in vpx_highbd_quantize_b_neon() local
204 const int32x4_t dequant) { in highbd_quantize_b_32x32_neon()
246 int32x4_t dequant = vmovl_s16(vld1_s16(dequant_ptr)); in vpx_highbd_quantize_b_32x32_neon() local
/external/libvpx/vpx_dsp/x86/
Dquantize_sse2.h22 const int16_t *dequant_ptr, __m128i *dequant, in load_b_values()
35 __m128i *dequant) { in load_fp_values()
56 static INLINE void calculate_dqcoeff_and_store(__m128i qcoeff, __m128i dequant, in calculate_dqcoeff_and_store()
Dquantize_ssse3.c30 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_ssse3() local
122 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_32x32_ssse3() local
Dquantize_avx.c34 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_avx() local
155 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_32x32_avx() local
Dquantize_ssse3.h21 const __m128i dequant, in calculate_dqcoeff_and_store_32x32()
Dquantize_sse2.c30 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_sse2() local
/external/libvpx/vpx_dsp/loongarch/
Dquantize_lsx.c30 static INLINE void calculate_dqcoeff_and_store(__m128i qcoeff, __m128i dequant, in calculate_dqcoeff_and_store()
37 __m128i dequant, in calculate_dqcoeff_and_store_32x32()
101 __m128i zbin, round, quant, dequant, quant_shift; in vpx_quantize_b_lsx() local
180 __m128i zbin, round, quant, dequant, quant_shift; in vpx_quantize_b_32x32_lsx() local
/external/libaom/aom_dsp/x86/
Daom_quantize_avx.c19 static INLINE void calculate_dqcoeff_and_store(__m128i qcoeff, __m128i dequant, in calculate_dqcoeff_and_store()
42 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_avx() local
162 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_32x32_avx() local
Dhighbd_adaptive_quantize_avx2.c23 const int16_t *dequant_ptr, __m256i *dequant, const int16_t *shift_ptr, in highbd_load_b_values_avx2()
87 __m256i dequant) { in highbd_calculate_dqcoeff_avx2()
92 __m256i qcoeff, __m256i dequant, const int log_scale) { in highbd_calculate_dqcoeff_log_scale_avx2()
117 __m256i zbin, round, quant, dequant, shift; in aom_highbd_quantize_b_adaptive_avx2() local
286 __m256i zbin, round, quant, dequant, shift; in aom_highbd_quantize_b_32x32_adaptive_avx2() local
Dquantize_ssse3.c37 const __m128i dequant, in calculate_dqcoeff_and_store_64x64()
75 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_64x64_ssse3() local
Dadaptive_quantize_avx2.c22 __m256i *dequant, in load_b_values_avx2()
83 static INLINE __m256i calculate_dqcoeff_avx2(__m256i qcoeff, __m256i dequant) { in calculate_dqcoeff_avx2()
108 __m256i zbin, round, quant, dequant, shift; in aom_quantize_b_adaptive_avx2() local
Dquantize_x86.h19 const int16_t *dequant_ptr, __m128i *dequant, in load_b_values()
65 static INLINE __m128i calculate_dqcoeff(__m128i qcoeff, __m128i dequant) { in calculate_dqcoeff()
70 __m128i dequant, in calculate_dqcoeff_and_store_log_scale()
Dquantize_sse2.c31 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_sse2() local
Dhighbd_adaptive_quantize_sse2.c86 static INLINE __m128i highbd_calculate_dqcoeff(__m128i qcoeff, __m128i dequant, in highbd_calculate_dqcoeff()
108 __m128i zbin, round, quant, dequant, shift; in aom_highbd_quantize_b_adaptive_sse2() local
317 __m128i zbin, round, quant, dequant, shift; in aom_highbd_quantize_b_32x32_adaptive_sse2() local
533 __m128i zbin, round, quant, dequant, shift; in aom_highbd_quantize_b_64x64_adaptive_sse2() local
Dadaptive_quantize_sse2.c31 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_adaptive_sse2() local
234 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_32x32_adaptive_sse2() local
442 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_64x64_adaptive_sse2() local
/external/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c51 int16x8_t dequant = vec_vsx_ld(0, dequant_ptr); in vp9_quantize_fp_vsx() local
152 static INLINE int16x8_t dequantize_coeff_32(int16x8_t qcoeff, in dequantize_coeff_32()
184 int16x8_t dequant = vec_vsx_ld(0, dequant_ptr); in vp9_quantize_fp_32x32_vsx() local
/external/libvpx/vpx_dsp/
Dquantize.c21 const int16_t dequant, uint16_t *eob_ptr) { in vpx_quantize_dc()
44 const int16_t dequant, uint16_t *eob_ptr) { in vpx_highbd_quantize_dc()
68 const int16_t dequant, uint16_t *eob_ptr) { in vpx_quantize_dc_32x32()
94 const int16_t dequant, uint16_t *eob_ptr) { in vpx_highbd_quantize_dc_32x32()
/external/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c69 static INLINE int16x8_t dequantize_coeff_32(int16x8_t qcoeff, in dequantize_coeff_32()
110 int16x8_t dequant = vec_vsx_ld(0, dequant_ptr); in vpx_quantize_b_vsx() local
218 int16x8_t dequant = vec_vsx_ld(0, dequant_ptr); in vpx_quantize_b_32x32_vsx() local
/external/tensorflow/tensorflow/lite/kernels/
Dnumeric_verify.cc177 float dequant = GetTensorData<float>(dequantized)[i]; in Eval() local
202 float dequant = GetTensorData<float>(dequantized)[i]; in Eval() local
/external/armnn/src/backends/neon/test/
DNeonEndToEndTests.cpp681 inline void QuantizeData(uint8_t* quant, const float* dequant, const TensorInfo& info) in QuantizeData()
/external/libaom/test/
Dquantize_func_test.cc87 Dequants dequant; member
163 const int16_t *dequant = qtab_->dequant.y_dequant_QTX[q]; in QuantizeRun() local
362 const int16_t *dequant = qtab_->dequant.y_dequant_QTX[q]; in TEST_P() local
445 const int16_t *dequant = qtab_->dequant.y_dequant_QTX[q]; in TEST_P() local

12