Home
last modified time | relevance | path

Searched refs:vp9_block_error_fp_c (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/config/mips32/
Dvp9_rtcd.h41 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
42 #define vp9_block_error_fp vp9_block_error_fp_c
/external/libvpx/config/generic/
Dvp9_rtcd.h41 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
42 #define vp9_block_error_fp vp9_block_error_fp_c
/external/libvpx/config/arm/
Dvp9_rtcd.h41 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
42 #define vp9_block_error_fp vp9_block_error_fp_c
/external/libvpx/config/mips64/
Dvp9_rtcd.h41 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
42 #define vp9_block_error_fp vp9_block_error_fp_c
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h41 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
42 #define vp9_block_error_fp vp9_block_error_fp_c
/external/libvpx/config/arm64/
Dvp9_rtcd.h42 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h42 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
/external/libvpx/config/x86/
Dvp9_rtcd.h44 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
/external/libvpx/config/x86_64/
Dvp9_rtcd.h44 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c333 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, in vp9_block_error_fp_c() function