/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 53 const int16x8_t quant = vld1q_s16(quant_ptr); in vpx_quantize_b_neon() local 101 const int16x8_t quant = vdupq_n_s16(quant_ptr[1]); in vpx_quantize_b_neon() local 213 const int16x8_t quant = vld1q_s16(quant_ptr); in vpx_quantize_b_32x32_neon() local 259 const int16x8_t quant = vdupq_n_s16(quant_ptr[1]); in vpx_quantize_b_32x32_neon() local
|
/external/libvpx/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() 110 int16x8_t quant = vec_vsx_ld(0, quant_ptr); in vpx_quantize_b_vsx() local 219 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 | 89 std::vector<float> Dequantize(const T* quant, const TensorInfo& info) in Dequantize() 108 inline void Quantize(uint8_t* quant, const float* dequant, const TensorInfo& info) in Quantize()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_sse2.h | 21 const int16_t *quant_ptr, __m128i *quant, in load_b_values() 39 const __m128i quant, const __m128i shift) { in calculate_qcoeff()
|
D | quantize_avx.c | 34 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_avx() local 160 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_32x32_avx() local
|
D | quantize_ssse3.c | 30 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_ssse3() local 125 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_32x32_ssse3() local
|
D | quantize_sse2.c | 30 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_sse2() local
|
/external/libaom/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() local 162 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_32x32_avx() local
|
D | quantize_sse2.c | 31 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_sse2() local
|
D | highbd_adaptive_quantize_sse2.c | 47 const __m128i *quant, in highbd_calculate_qcoeff() 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
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | device_target.cc | 32 namespace quant { namespace 68 if (auto quant = spec.dyn_cast_or_null<UniformQuantizedType>()) { in AppendToSignature() local
|
D | numerical_utils.cc | 26 namespace quant { namespace
|
D | numerical_utils_test.cc | 25 namespace quant { namespace
|
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 19 const int16_t *round_ptr, const int16_t quant, in vpx_quantize_dc() 44 const int16_t quant, tran_low_t *qcoeff_ptr, in vpx_highbd_quantize_dc() 67 const int16_t *round_ptr, const int16_t quant, in vpx_quantize_dc_32x32() 93 const int16_t *round_ptr, const int16_t quant, in vpx_highbd_quantize_dc_32x32()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 191 static void invert_quant(int16_t *quant, int16_t *shift, int d) { in invert_quant() 202 const int quant = vp9_dc_quant(q, 0, bit_depth); in get_qzbin_factor() local 220 int i, q, quant; in vp9_init_quantizer() local
|
/external/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264e.c | 79 OMX_VIDEO_PARAM_QUANTIZATIONTYPE quant; in instantiate_h264e_output_port() local
|
/external/tensorflow/tensorflow/lite/examples/label_image/ |
D | bitmap_helpers_impl.h | 47 TfLiteQuantizationParams quant; in resize() local
|
/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | test_util.cc | 79 TfLiteQuantizationParams quant; in AddTensors() local 99 TfLiteQuantizationParams quant; in SetConstTensor() local
|
/external/libvpx/libvpx/vp9/encoder/ppc/ |
D | vp9_quantize_vsx.c | 51 int16x8_t quant = vec_vsx_ld(0, quant_ptr); in vp9_quantize_fp_vsx() local 186 int16x8_t quant = vec_vsx_ld(0, quant_ptr); in vp9_quantize_fp_32x32_vsx() local
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 151 const int16x8_t quant = vld1q_s16(quant_ptr); in vp9_quantize_fp_32x32_neon() local 208 const int16x8_t quant = vmovq_n_s16(quant_ptr[1]); in vp9_quantize_fp_32x32_neon() local
|
/external/libxaac/decoder/ |
D | ixheaacd_acelp_bitparse.c | 328 IA_ERRORCODE ixheaacd_tcx_coding(ia_usac_data_struct *usac_data, pWORD32 quant, in ixheaacd_tcx_coding() 378 WORD32 *quant; in ixheaacd_lpd_channel_stream() local
|