Home
last modified time | relevance | path

Searched refs:vpx_variance16x16_sse2 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dvariance_sse2.c221 unsigned int vpx_variance16x16_sse2(const unsigned char *src, int src_stride, in vpx_variance16x16_sse2() function
307 vpx_variance16x16_sse2(src, src_stride, ref, ref_stride, sse); in vpx_mse16x16_sse2()
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h852 unsigned int vpx_variance16x16_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_p…
853 #define vpx_variance16x16 vpx_variance16x16_sse2
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h858 unsigned int vpx_variance16x16_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_p…
859 #define vpx_variance16x16 vpx_variance16x16_sse2
/external/libvpx/libvpx/test/
Dvariance_test.cc1285 const VarianceMxNFunc variance16x16_sse2 = vpx_variance16x16_sse2;