| /external/libvpx/vp9/encoder/x86/ | 
| D | vp9_quantize_avx2.c | 33     __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 …]
 
 | 
| D | vp9_quantize_ssse3.c | 30   __m128i round, quant, dequant;  in vp9_quantize_fp_ssse3()  local133   __m128i round, quant, dequant;  in vp9_quantize_fp_32x32_ssse3()  local
 
 | 
| /external/libvpx/vpx_dsp/x86/ | 
| D | quantize_sse2.h | 21                                  const int16_t *quant_ptr, __m128i *quant,  in load_b_values()33                                   const int16_t *quant_ptr, __m128i *quant,  in load_fp_values()
 48                                     const __m128i quant, const __m128i shift) {  in calculate_qcoeff()
 
 | 
| D | quantize_ssse3.c | 30   __m128i zbin, round, quant, dequant, shift;  in vpx_quantize_b_ssse3()  local122   __m128i zbin, round, quant, dequant, shift;  in vpx_quantize_b_32x32_ssse3()  local
 
 | 
| D | quantize_avx.c | 34   __m128i zbin, round, quant, dequant, shift;  in vpx_quantize_b_avx()  local155   __m128i zbin, round, quant, dequant, shift;  in vpx_quantize_b_32x32_avx()  local
 
 | 
| /external/libvpx/vpx_dsp/arm/ | 
| D | highbd_quantize_neon.c | 26     const int32x4_t round, const int32x4_t quant, const int32x4_t quant_shift,  in highbd_quantize_8_neon()73                        const int32x4_t round, const int32x4_t quant,  in highbd_quantize_b_neon()
 115   int32x4_t quant = vshlq_n_s32(vmovl_s16(vld1_s16(quant_ptr)), 15);  in vpx_highbd_quantize_b_neon()  local
 203     const int32x4_t quant, const int32x4_t quant_shift,  in highbd_quantize_b_32x32_neon()
 244   int32x4_t quant = vshlq_n_s32(vmovl_s16(vld1_s16(quant_ptr)), 15);  in vpx_highbd_quantize_b_32x32_neon()  local
 
 | 
| D | quantize_neon.c | 37                 const int16x8_t round, const int16x8_t quant,  in quantize_b_neon()84   int16x8_t quant = vld1q_s16(quant_ptr);  in vpx_quantize_b_neon()  local
 180                       const int16x8_t round, const int16x8_t quant,  in quantize_b_32x32_neon()
 231   int16x8_t quant = vld1q_s16(quant_ptr);  in vpx_quantize_b_32x32_neon()  local
 
 | 
| /external/libvpx/vpx_dsp/ppc/ | 
| D | quantize_vsx.c | 39 static INLINE int16x8_t quantize_coeff(int16x8_t coeff, int16x8_t coeff_abs,  in quantize_coeff()51 static INLINE int16x8_t quantize_coeff_32(int16x8_t coeff, int16x8_t coeff_abs,  in quantize_coeff_32()
 109   int16x8_t quant = vec_vsx_ld(0, quant_ptr);  in vpx_quantize_b_vsx()  local
 217   int16x8_t quant = vec_vsx_ld(0, quant_ptr);  in vpx_quantize_b_32x32_vsx()  local
 
 | 
| /external/armnn/src/backends/reference/workloads/ | 
| D | RefWorkloadUtils.hpp | 96 std::vector<float> Dequantize(const T* quant, const TensorInfo& info)  in Dequantize()115 inline void Quantize(uint8_t* quant, const float* dequant, const TensorInfo& info)  in Quantize()
 
 | 
| /external/libaom/aom_dsp/x86/ | 
| D | quantize_ssse3.c | 23                                           const __m128i quant,  in calculate_qcoeff_64x64()75   __m128i zbin, round, quant, dequant, shift;  in aom_quantize_b_64x64_ssse3()  local
 
 | 
| D | adaptive_quantize_avx2.c | 20                                       const int16_t *quant_ptr, __m256i *quant,  in load_b_values_avx2()74                                          const __m256i *quant,  in calculate_qcoeff_avx2()
 108   __m256i zbin, round, quant, dequant, shift;  in aom_quantize_b_adaptive_avx2()  local
 
 | 
| D | quantize_x86.h | 18                                  const int16_t *quant_ptr, __m128i *quant,  in load_b_values()41                                     const __m128i quant, const __m128i shift) {  in calculate_qcoeff()
 51                                               const __m128i quant,  in calculate_qcoeff_log_scale()
 
 | 
| D | highbd_adaptive_quantize_avx2.c | 22     __m256i *round, const int16_t *quant_ptr, __m256i *quant,  in highbd_load_b_values_avx2()76                                                 const __m256i *quant,  in highbd_calculate_qcoeff_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
 
 | 
| D | aom_quantize_avx.c | 42   __m128i zbin, round, quant, dequant, shift;  in aom_quantize_b_avx()  local162   __m128i zbin, round, quant, dequant, shift;  in aom_quantize_b_32x32_avx()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/ | 
| D | tf_quant_ops.cc | 23 namespace quant {  namespace
 | 
| D | optimize.cc | 27 namespace mlir::quant {  namespace
 | 
| D | convert_fake_quant_to_qdq.cc | 27 namespace quant {  namespace
 | 
| D | lift_quantizable_spots_as_functions.cc | 41 namespace quant {  namespace
 | 
| /external/libvpx/vpx_dsp/loongarch/ | 
| D | quantize_lsx.c | 16                                        __m128i round, __m128i quant,  in calculate_qcoeff()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/tensorflow/tensorflow/compiler/mlir/lite/quantization/ | 
| D | device_target.cc | 34 namespace quant {  namespace71   if (auto quant = spec.dyn_cast_or_null<UniformQuantizedType>()) {  in AppendToSignature()  local
 
 | 
| D | numerical_utils.cc | 27 namespace quant {  namespace
 | 
| /external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/ops/ | 
| D | tf_op_quant_spec.cc | 25 namespace quant {  namespace
 | 
| /external/libvpx/vpx_dsp/ | 
| D | quantize.c | 19                      const int16_t *round_ptr, const int16_t quant,  in vpx_quantize_dc()42                             const int16_t *round_ptr, const int16_t quant,  in vpx_highbd_quantize_dc()
 66                            const int16_t *round_ptr, const int16_t quant,  in vpx_quantize_dc_32x32()
 91                                   const int16_t *round_ptr, const int16_t quant,  in vpx_highbd_quantize_dc_32x32()
 
 | 
| /external/libvpx/vp9/encoder/ | 
| D | vp9_quantize.c | 152 static void invert_quant(int16_t *quant, int16_t *shift, int d) {  in invert_quant()163   const int quant = vp9_dc_quant(q, 0, bit_depth);  in get_qzbin_factor()  local
 181   int i, q, quant;  in vp9_init_quantizer()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/utils/ | 
| D | fake_quant_utils.cc | 21 namespace quant {  namespace
 |