Searched refs:vp9_block_error_fp_c (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 41 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/ |
D | vp9_rtcd.h | 41 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/ |
D | vp9_rtcd.h | 41 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/ |
D | vp9_rtcd.h | 41 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/ |
D | vp9_rtcd.h | 41 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/ |
D | vp9_rtcd.h | 42 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 42 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 44 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 44 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 333 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, in vp9_block_error_fp_c() function
|