Searched refs:vpx_variance32x32_neon (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dsubpel_variance_neon.c133 return vpx_variance32x32_neon(temp2, 32, dst, dst_stride, sse);
H A Dvariance_neon.c93 unsigned int vpx_variance32x32_neon(const uint8_t *a, int a_stride, function
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h743 unsigned int vpx_variance32x32_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
744 #define vpx_variance32x32 vpx_variance32x32_neon
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h732 unsigned int vpx_variance32x32_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
733 #define vpx_variance32x32 vpx_variance32x32_neon
/external/libvpx/libvpx/test/
H A Dvariance_test.cc1884 const VarianceMxNFunc variance32x32_neon = vpx_variance32x32_neon;

Completed in 105 milliseconds