Searched refs:vp9_highbd_block_error_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_block_error_test.cc | 177 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/ |
D | vp9_rtcd.h | 55 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block… 56 #define vp9_highbd_block_error vp9_highbd_block_error_c
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 55 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block… 56 #define vp9_highbd_block_error vp9_highbd_block_error_c
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 55 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block… 56 #define vp9_highbd_block_error vp9_highbd_block_error_c
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 61 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/ |
D | vp9_rtcd.h | 61 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/ |
D | vp9_rdopt.c | 290 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, in vp9_highbd_block_error_c() function
|