Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dvp9_block_error_test.cc177 make_tuple(&vp9_highbd_block_error_sse2, &vp9_highbd_block_error_c,
179 make_tuple(&vp9_highbd_block_error_sse2, &vp9_highbd_block_error_c,
181 make_tuple(&vp9_highbd_block_error_sse2, &vp9_highbd_block_error_c,
/external/libvpx/config/generic/
Dvp9_rtcd.h58 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block…
59 #define vp9_highbd_block_error vp9_highbd_block_error_c
/external/libvpx/config/arm64/
Dvp9_rtcd.h59 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block…
60 #define vp9_highbd_block_error vp9_highbd_block_error_c
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h59 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block…
60 #define vp9_highbd_block_error vp9_highbd_block_error_c
/external/libvpx/config/x86/
Dvp9_rtcd.h66 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block…
/external/libvpx/config/x86_64/
Dvp9_rtcd.h66 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block…
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c282 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, in vp9_highbd_block_error_c() function