Searched refs:vp9_variance32x32_neon (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/arm/neon/
H A Dvp9_variance_neon.c203 unsigned int vp9_variance32x32_neon(const uint8_t *a, int a_stride, function
226 return vp9_variance32x32_neon(temp2, kWidth32, dst, dst_stride, sse);
/external/libvpx/armv7a-neon/
H A Dvp9_rtcd.h708 unsigned int vp9_variance32x32_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
709 #define vp9_variance32x32 vp9_variance32x32_neon
/external/libvpx/libvpx/test/
H A Dvariance_test.cc745 const vp9_variance_fn_t variance32x32_neon = vp9_variance32x32_neon;

Completed in 94 milliseconds