Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dvp9_block_error_test.cc185 &BlockError8BitWrapper<vp9_block_error_c>, VPX_BITS_8)
196 &BlockError8BitWrapper<vp9_block_error_c>,
/external/libvpx/config/generic/
Dvp9_rtcd.h34 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/
Dvp9_rtcd.h34 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/
Dvp9_rtcd.h34 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/
Dvp9_error_msa.c100 err = vp9_block_error_c(coeff_ptr, dq_coeff_ptr, blk_size, ssz); in vp9_block_error_msa()
/external/libvpx/config/x86/
Dvp9_rtcd.h34 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/
Dvp9_rtcd.h34 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/
Dvp9_rdopt.c315 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, in vp9_block_error_c() function