Searched refs:vpx_variance64x32_neon (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dvariance_neon.c115 unsigned int vpx_variance64x32_neon(const uint8_t *a, int a_stride, function
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h757 unsigned int vpx_variance64x32_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
758 #define vpx_variance64x32 vpx_variance64x32_neon
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h746 unsigned int vpx_variance64x32_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
747 #define vpx_variance64x32 vpx_variance64x32_neon
/external/libvpx/libvpx/test/
H A Dvariance_test.cc1882 const VarianceMxNFunc variance64x32_neon = vpx_variance64x32_neon;

Completed in 50 milliseconds