Home
last modified time | relevance | path

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

/external/libaom/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.c46 const int16_t *dequant_ptr, int log_scale, in init_qp()
69 static INLINE void update_qp(int log_scale, __m256i *thr, __m256i *qp) { in update_qp()
252 const int log_scale = 0; in av1_quantize_fp_avx2() local
327 const int log_scale = 1; in av1_quantize_fp_32x32_avx2() local
406 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/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.cc51 const int log_scale = 0; in highbd_quan16x16_wrapper() local
57 const int log_scale = 1; in highbd_quan32x32_wrapper() local
63 const int log_scale = 2; in highbd_quan64x64_wrapper() local
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
Dfrontend_util.h35 struct LogScaleConfig log_scale; member
Dfrontend.h38 struct LogScaleState log_scale; member
/external/libaom/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
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/libaom/av1/encoder/
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()
376 const qm_val_t *iqm_ptr, const int log_scale) { in quantize_dc()
514 const qm_val_t *qm_ptr, const qm_val_t *iqm_ptr, const int log_scale) { in highbd_quantize_dc()
566 int log_scale) { in av1_highbd_quantize_fp_c()
Dav1_quantize.h26 int log_scale; member
/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/libaom/libaom/aom_dsp/
Dquantize.c21 const qm_val_t *iqm_ptr, const int log_scale) { in aom_quantize_b_adaptive_helper_c()
114 const int log_scale) { in aom_quantize_b_helper_c()
176 const qm_val_t *iqm_ptr, const int log_scale) { in aom_highbd_quantize_b_adaptive_helper_c()
263 const qm_val_t *iqm_ptr, const int log_scale) { in aom_highbd_quantize_b_helper_c()
/external/libaom/libaom/av1/encoder/arm/neon/
Dquantize_neon.c226 const int log_scale = 1; in av1_quantize_fp_32x32_neon() local
340 const int log_scale = 2; in av1_quantize_fp_64x64_neon() local
737 const int log_scale = 1; in aom_quantize_b_helper_32x32_neon() local
893 const int log_scale = 2; in aom_quantize_b_helper_64x64_neon() local
1056 const qm_val_t *iqm_ptr, const int log_scale) { in aom_quantize_b_helper_neon()