Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/test/
H A Derror_block_test.cc261 &BlockErrorLpWrapper<av1_block_error_lp_c>, AOM_BITS_8)
281 &BlockErrorLpWrapper<av1_block_error_lp_c>, AOM_BITS_8)
301 &BlockErrorLpWrapper<av1_block_error_lp_c>, AOM_BITS_8)
313 &BlockErrorLpWrapper<av1_block_error_lp_c>, AOM_BITS_8)
/aosp_15_r20/external/libaom/config/riscv64/config/
H A Dav1_rtcd.h129 int64_t av1_block_error_lp_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size);
130 #define av1_block_error_lp av1_block_error_lp_c
/aosp_15_r20/external/libaom/config/x86_64/config/
H A Dav1_rtcd.h148 int64_t av1_block_error_lp_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size);
/aosp_15_r20/external/libaom/config/x86/config/
H A Dav1_rtcd.h148 int64_t av1_block_error_lp_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size);
/aosp_15_r20/external/libaom/config/arm/config/
H A Dav1_rtcd.h150 int64_t av1_block_error_lp_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size);
/aosp_15_r20/external/libaom/config/arm64/config/
H A Dav1_rtcd.h152 int64_t av1_block_error_lp_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size);
/aosp_15_r20/external/libaom/av1/encoder/
H A Drdopt.c649 int64_t av1_block_error_lp_c(const int16_t *coeff, const int16_t *dqcoeff, in av1_block_error_lp_c() function