Home
last modified time | relevance | path

Searched refs:av1_quantize_fp_c (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/test/
Dquantize_func_test.cc332 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_avx2,
334 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_avx2,
336 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_avx2,
338 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_avx2,
340 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_avx2,
417 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_sse2,
419 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_sse2,
421 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_sse2,
423 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_sse2,
425 make_tuple(&av1_quantize_fp_c, &av1_quantize_fp_sse2,
[all …]
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c184 void av1_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_c() function