Searched refs:av1_quantize_fp_c (Results 1 – 7 of 7) sorted by relevance
/external/libaom/test/ |
D | quantize_func_test.cc | 495 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_avx2, 497 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_avx2, 499 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_avx2, 501 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_avx2, 503 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_avx2, 607 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_sse2, 609 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_sse2, 611 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_sse2, 613 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_sse2, 615 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_sse2, [all …]
|
/external/libaom/config/riscv64/config/ |
D | av1_rtcd.h | 468 void av1_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, con… 469 #define av1_quantize_fp av1_quantize_fp_c
|
/external/libaom/av1/encoder/ |
D | av1_quantize.c | 202 void av1_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_c() function
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 620 void av1_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, con… 1049 av1_quantize_fp = av1_quantize_fp_c; in setup_rtcd_internal()
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 578 void av1_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, con…
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 609 void av1_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, con…
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 613 void av1_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, con…
|