Searched refs:vp9_block_error_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_block_error_test.cc | 185 &BlockError8BitWrapper<vp9_block_error_c>, VPX_BITS_8) 196 &BlockError8BitWrapper<vp9_block_error_c>,
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 34 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, … 35 #define vp9_block_error vp9_block_error_c
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 34 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, … 35 #define vp9_block_error vp9_block_error_c
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 34 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, … 35 #define vp9_block_error vp9_block_error_c
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_error_msa.c | 102 err = vp9_block_error_c(coeff_ptr, dq_coeff_ptr, blk_size, ssz); in vp9_block_error_msa()
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 34 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, …
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 34 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, …
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 323 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, in vp9_block_error_c() function
|