Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/test/
H A Dvp9_block_error_test.cc178 make_tuple(&vp9_highbd_block_error_sse2, &vp9_highbd_block_error_c,
180 make_tuple(&vp9_highbd_block_error_sse2, &vp9_highbd_block_error_c,
182 make_tuple(&vp9_highbd_block_error_sse2, &vp9_highbd_block_error_c,
204 make_tuple(&vp9_highbd_block_error_neon, &vp9_highbd_block_error_c,
206 make_tuple(&vp9_highbd_block_error_neon, &vp9_highbd_block_error_c,
208 make_tuple(&vp9_highbd_block_error_neon, &vp9_highbd_block_error_c,
/aosp_15_r20/external/libvpx/config/generic/
H A Dvp9_rtcd.h67 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block…
68 #define vp9_highbd_block_error vp9_highbd_block_error_c
/aosp_15_r20/external/libvpx/config/x86_64/
H A Dvp9_rtcd.h73 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block…
/aosp_15_r20/external/libvpx/config/x86/
H A Dvp9_rtcd.h73 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block…
/aosp_15_r20/external/libvpx/config/arm-neon/
H A Dvp9_rtcd.h73 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block…
/aosp_15_r20/external/libvpx/config/arm64/
H A Dvp9_rtcd.h75 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block…
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_rdopt.c286 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, in vp9_highbd_block_error_c() function