Home
last modified time | relevance | path

Searched defs:quant (Results 1 – 25 of 107) sorted by relevance

12345

/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
/external/libvpx/vpx_dsp/x86/
Dquantize_sse2.h21 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()
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
/external/libvpx/vpx_dsp/arm/
Dhighbd_quantize_neon.c26 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
Dquantize_neon.c37 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/
Dquantize_vsx.c39 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/
DRefWorkloadUtils.hpp96 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/
Dquantize_ssse3.c23 const __m128i quant, in calculate_qcoeff_64x64()
75 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_64x64_ssse3() local
Dadaptive_quantize_avx2.c20 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
Dquantize_x86.h18 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()
Dhighbd_adaptive_quantize_avx2.c22 __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
Daom_quantize_avx.c42 __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
/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
Dtf_quant_ops.cc23 namespace quant { namespace
Doptimize.cc27 namespace mlir::quant { namespace
Dconvert_fake_quant_to_qdq.cc27 namespace quant { namespace
Dlift_quantizable_spots_as_functions.cc41 namespace quant { namespace
/external/libvpx/vpx_dsp/loongarch/
Dquantize_lsx.c16 __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/
Ddevice_target.cc34 namespace quant { namespace
71 if (auto quant = spec.dyn_cast_or_null<UniformQuantizedType>()) { in AppendToSignature() local
Dnumerical_utils.cc27 namespace quant { namespace
/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/ops/
Dtf_op_quant_spec.cc25 namespace quant { namespace
/external/libvpx/vpx_dsp/
Dquantize.c19 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/
Dvp9_quantize.c152 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/
Dfake_quant_utils.cc21 namespace quant { namespace

12345