Home
last modified time | relevance | path

Searched refs:av1_highbd_block_error_c (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libaom/test/
H A Derror_block_test.cc251 make_tuple(&av1_highbd_block_error_sse2, &av1_highbd_block_error_c,
253 make_tuple(&av1_highbd_block_error_sse2, &av1_highbd_block_error_c,
255 make_tuple(&av1_highbd_block_error_sse2, &av1_highbd_block_error_c,
271 make_tuple(&av1_highbd_block_error_avx2, &av1_highbd_block_error_c,
273 make_tuple(&av1_highbd_block_error_avx2, &av1_highbd_block_error_c,
275 make_tuple(&av1_highbd_block_error_avx2, &av1_highbd_block_error_c,
291 make_tuple(&av1_highbd_block_error_neon, &av1_highbd_block_error_c,
293 make_tuple(&av1_highbd_block_error_neon, &av1_highbd_block_error_c,
295 make_tuple(&av1_highbd_block_error_neon, &av1_highbd_block_error_c,
/aosp_15_r20/external/libaom/config/riscv64/config/
H A Dav1_rtcd.h306 int64_t av1_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block…
307 #define av1_highbd_block_error av1_highbd_block_error_c
/aosp_15_r20/external/libaom/config/x86_64/config/
H A Dav1_rtcd.h338 int64_t av1_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block…
/aosp_15_r20/external/libaom/config/x86/config/
H A Dav1_rtcd.h338 int64_t av1_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block…
/aosp_15_r20/external/libaom/config/arm/config/
H A Dav1_rtcd.h376 int64_t av1_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block…
/aosp_15_r20/external/libaom/config/arm64/config/
H A Dav1_rtcd.h398 int64_t av1_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block…
/aosp_15_r20/external/libaom/av1/encoder/
H A Drdopt.c662 int64_t av1_highbd_block_error_c(const tran_low_t *coeff, in av1_highbd_block_error_c() function