Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/test/
H A Derror_block_test.cc259 &BlockError8BitWrapper<av1_block_error_c>, AOM_BITS_8),
279 &BlockError8BitWrapper<av1_block_error_c>, AOM_BITS_8),
299 &BlockError8BitWrapper<av1_block_error_c>, AOM_BITS_8),
311 &BlockError8BitWrapper<av1_block_error_c>, AOM_BITS_8),
/aosp_15_r20/external/libaom/config/riscv64/config/
H A Dav1_rtcd.h126 int64_t av1_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, …
127 #define av1_block_error av1_block_error_c
/aosp_15_r20/external/libaom/config/x86_64/config/
H A Dav1_rtcd.h144 int64_t av1_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, …
/aosp_15_r20/external/libaom/config/x86/config/
H A Dav1_rtcd.h144 int64_t av1_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, …
/aosp_15_r20/external/libaom/config/arm/config/
H A Dav1_rtcd.h146 int64_t av1_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, …
/aosp_15_r20/external/libaom/config/arm64/config/
H A Dav1_rtcd.h147 int64_t av1_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, …
/aosp_15_r20/external/libaom/av1/encoder/
H A Drdopt.c634 int64_t av1_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, in av1_block_error_c() function