Home
last modified time | relevance | path

Searched refs:av1_highbd_quantize_fp_c (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/test/
Dav1_quantize_test.cc211 QuantizeFuncParams(&av1_highbd_quantize_fp_sse4_1, &av1_highbd_quantize_fp_c,
213 QuantizeFuncParams(&av1_highbd_quantize_fp_sse4_1, &av1_highbd_quantize_fp_c,
215 QuantizeFuncParams(&av1_highbd_quantize_fp_sse4_1, &av1_highbd_quantize_fp_c,
217 QuantizeFuncParams(&av1_highbd_quantize_fp_sse4_1, &av1_highbd_quantize_fp_c,
226 QuantizeFuncParams(&av1_highbd_quantize_fp_avx2, &av1_highbd_quantize_fp_c,
228 QuantizeFuncParams(&av1_highbd_quantize_fp_avx2, &av1_highbd_quantize_fp_c,
230 QuantizeFuncParams(&av1_highbd_quantize_fp_avx2, &av1_highbd_quantize_fp_c,
232 QuantizeFuncParams(&av1_highbd_quantize_fp_avx2, &av1_highbd_quantize_fp_c,
Dquantize_func_test.cc346 make_tuple(&highbd_quan16x16_wrapper<av1_highbd_quantize_fp_c>,
349 make_tuple(&highbd_quan16x16_wrapper<av1_highbd_quantize_fp_c>,
352 make_tuple(&highbd_quan16x16_wrapper<av1_highbd_quantize_fp_c>,
355 make_tuple(&highbd_quan32x32_wrapper<av1_highbd_quantize_fp_c>,
358 make_tuple(&highbd_quan32x32_wrapper<av1_highbd_quantize_fp_c>,
361 make_tuple(&highbd_quan32x32_wrapper<av1_highbd_quantize_fp_c>,
364 make_tuple(&highbd_quan64x64_wrapper<av1_highbd_quantize_fp_c>,
367 make_tuple(&highbd_quan64x64_wrapper<av1_highbd_quantize_fp_c>,
370 make_tuple(&highbd_quan64x64_wrapper<av1_highbd_quantize_fp_c>,
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c396 av1_highbd_quantize_fp_c( in av1_highbd_quantize_fp_facade()
545 void av1_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t count, in av1_highbd_quantize_fp_c() function