Home
last modified time | relevance | path

Searched defs:log_scale (Results 1 – 25 of 27) sorted by relevance

12

/external/libaom/av1/encoder/x86/
Dav1_highbd_quantize_avx2.c33 const int16_t *dequant_ptr, int log_scale, in init_qp()
49 const int16_t *iscan_ptr, int log_scale, in quantize()
95 const int16_t *scan, const int16_t *iscan, int log_scale) { in av1_highbd_quantize_fp_avx2()
Dav1_quantize_avx2.c31 const int16_t *dequant_ptr, int log_scale, in init_qp()
235 const int log_scale = 0; in av1_quantize_fp_avx2() local
303 const int log_scale = 1; in av1_quantize_fp_32x32_avx2() local
385 const int log_scale = 2; in av1_quantize_fp_64x64_avx2() local
Dav1_highbd_quantize_sse4.c120 const int16_t *scan, const int16_t *iscan, int log_scale) { in av1_highbd_quantize_fp_sse4_1()
/external/libaom/test/
Dav1_quantize_test.cc69 int log_scale = (txSize == TX_32X32); in RunQuantizeTest() local
142 int log_scale = (txSize == TX_32X32); in RunEobTest() local
218 int log_scale = 0; in TEST() local
Dquantize_func_test.cc61 const int log_scale = 0; in highbd_quan16x16_wrapper() local
67 const int log_scale = 1; in highbd_quan32x32_wrapper() local
73 const int log_scale = 2; in highbd_quan64x64_wrapper() local
/external/libaom/av1/encoder/arm/neon/
Dav1_highbd_quantize_neon.c24 int32x4_t v_round_s32, int log_scale) { in quantize_4()
90 const int16_t *scan, const int16_t *iscan, int log_scale) { in av1_highbd_quantize_fp_neon()
Dquantize_neon.c181 int16x8_t v_round, int16x8_t v_zero, int log_scale) { in quantize_fp_logscale_8()
247 int log_scale) { in quantize_fp_no_qmatrix_neon()
594 const int log_scale = 1; in aom_quantize_b_helper_32x32_neon() local
732 const int log_scale = 2; in aom_quantize_b_helper_64x64_neon() local
877 const qm_val_t *iqm_ptr, const int log_scale) { in aom_quantize_b_helper_neon()
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
Dfrontend_util.h35 struct LogScaleConfig log_scale; member
Dfrontend.h38 struct LogScaleState log_scale; member
/external/libaom/aom_dsp/x86/
Dhighbd_adaptive_quantize_avx2.c78 const int *log_scale) { in highbd_calculate_qcoeff_avx2()
92 __m256i qcoeff, __m256i dequant, const int log_scale) { in highbd_calculate_dqcoeff_log_scale_avx2()
123 const int log_scale = 0; in aom_highbd_quantize_b_adaptive_avx2() local
284 const int log_scale = 1; in aom_highbd_quantize_b_32x32_adaptive_avx2() local
Dhighbd_adaptive_quantize_sse2.c49 const int *log_scale) { in highbd_calculate_qcoeff()
87 const int log_scale) { in highbd_calculate_dqcoeff()
101 const int log_scale = 0; in aom_highbd_quantize_b_adaptive_sse2() local
309 const int log_scale = 1; in aom_highbd_quantize_b_32x32_adaptive_sse2() local
525 const int log_scale = 2; in aom_highbd_quantize_b_64x64_adaptive_sse2() local
Dhighbd_quantize_intrin_avx2.c35 int log_scale) { in init_qp()
105 int log_scale) { in mm256_mul_shift_epi32_logscale()
120 tran_low_t *qcoeff, tran_low_t *dqcoeff, __m256i *eob, int log_scale) { in quantize_logscale()
Dquantize_avx2.c23 int log_scale) { in load_b_values_avx2()
168 __m256i *v_round, __m256i *v_zbin, __m256i *v_quant_shift, int log_scale) { in quantize_b_logscale_16()
212 const int16_t *iscan, int log_scale) { in quantize_b_no_qmatrix_avx2()
Dquantize_x86.h53 const int *log_scale) { in calculate_qcoeff_log_scale()
73 const int *log_scale) { in calculate_dqcoeff_and_store_log_scale()
Dadaptive_quantize_sse2.c226 const int log_scale = 1; in aom_quantize_b_32x32_adaptive_sse2() local
434 const int log_scale = 2; in aom_quantize_b_64x64_adaptive_sse2() local
Daom_quantize_avx.c160 const int log_scale = 1; in aom_quantize_b_32x32_avx() local
/external/libaom/av1/encoder/
Dav1_quantize.h26 int log_scale; member
Dav1_quantize.c38 const int16_t round_ptr[2], int log_scale, in av1_quantize_fp_no_qmatrix()
76 const qm_val_t *iqm_ptr, int log_scale) { in quantize_fp_helper_c()
131 const qm_val_t *iqm_ptr, int log_scale) { in highbd_quantize_fp_helper_c()
379 const qm_val_t *iqm_ptr, const int log_scale) { in quantize_dc()
520 const qm_val_t *qm_ptr, const qm_val_t *iqm_ptr, const int log_scale) { in highbd_quantize_dc()
572 int log_scale) { in av1_highbd_quantize_fp_c()
/external/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_avx2.c34 __m256i *qp, int log_scale) { in init_qp()
176 int log_scale) { in mm256_mul_shift_epi32_logscale()
Dquantize_avx2.c21 __m256i *shift, int log_scale) { in load_b_values_avx2()
/external/rust/crates/plotters/src/coord/ranged1d/combinators/
Dlogarithmic.rs64 fn log_scale(self) -> LogRangeExt<Self::ValueType>; in log_scale() method
69 fn log_scale(self) -> LogRangeExt<T> { in log_scale() method
/external/XNNPACK/test/
Dvlog-microkernel-tester.h99 const int log_scale = 65536; in Test() local
/external/libaom/aom_dsp/arm/
Dhighbd_quantize_neon.c35 int32x4_t v_quant_shift_s32, int log_scale) { in quantize_4()
141 const int16_t *scan, const int16_t *iscan, const int log_scale) { in highbd_quantize_b_neon()
275 const int16_t *scan, const int16_t *iscan, const int log_scale) { in highbd_quantize_b_adaptive_neon()
/external/libaom/aom_dsp/
Dquantize.c22 const qm_val_t *iqm_ptr, const int log_scale) { in aom_quantize_b_adaptive_helper_c()
116 const int log_scale) { in aom_quantize_b_helper_c()
179 const qm_val_t *iqm_ptr, const int log_scale) { in aom_highbd_quantize_b_adaptive_helper_c()
267 const qm_val_t *iqm_ptr, const int log_scale) { in aom_highbd_quantize_b_helper_c()
/external/libvpx/vp9/encoder/x86/
Dvp9_quantize_avx2.c267 int log_scale) { in mm256_mul_shift_epi32_logscale()

12