Home
last modified time | relevance | path

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

/external/libvpx/config/generic/
Dvp9_rtcd.h37 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
38 #define vp9_block_error_fp vp9_block_error_fp_c
/external/libvpx/libvpx/test/
Davg_test.cc593 ::testing::Values(make_tuple(16, &vp9_block_error_fp_c),
594 make_tuple(64, &vp9_block_error_fp_c),
595 make_tuple(256, &vp9_block_error_fp_c),
596 make_tuple(1024, &vp9_block_error_fp_c)));
/external/libvpx/config/arm64/
Dvp9_rtcd.h37 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
38 #define vp9_block_error_fp vp9_block_error_fp_c
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h37 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
38 #define vp9_block_error_fp vp9_block_error_fp_c
/external/libvpx/config/x86/
Dvp9_rtcd.h38 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
/external/libvpx/config/x86_64/
Dvp9_rtcd.h38 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c330 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, in vp9_block_error_fp_c() function