Home
last modified time | relevance | path

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

/external/libvpx/armv7a/
Dvp9_rtcd.h40 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_…
41 #define vp9_block_error vp9_block_error_c
/external/libvpx/mips/
Dvp9_rtcd.h40 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_…
41 #define vp9_block_error vp9_block_error_c
/external/libvpx/generic/
Dvp9_rtcd.h40 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_…
41 #define vp9_block_error vp9_block_error_c
/external/libvpx/mips-dspr2/
Dvp9_rtcd.h40 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_…
41 #define vp9_block_error vp9_block_error_c
/external/libvpx/armv7a-neon/
Dvp9_rtcd.h40 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_…
41 #define vp9_block_error vp9_block_error_c
/external/libvpx/x86/
Dvp9_rtcd.h40 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_…
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c226 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, in vp9_block_error_c() function