Home
last modified time | relevance | path

Searched refs:vp9_highbd_block_error_sse2 (Results 1 – 4 of 4) 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/x86/
Dvp9_rtcd.h67 int64_t vp9_highbd_block_error_sse2(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t bl…
68 #define vp9_highbd_block_error vp9_highbd_block_error_sse2
/external/libvpx/config/x86_64/
Dvp9_rtcd.h67 int64_t vp9_highbd_block_error_sse2(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t bl…
68 #define vp9_highbd_block_error vp9_highbd_block_error_sse2
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_highbd_block_error_intrin_sse2.c17 int64_t vp9_highbd_block_error_sse2(const tran_low_t *coeff, in vp9_highbd_block_error_sse2() function