Searched refs:vpx_variance64x32_neon (Results 1 - 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
H A D | variance_neon.c | 115 unsigned int vpx_variance64x32_neon(const uint8_t *a, int a_stride, function
|
/external/libvpx/config/arm-neon/ |
H A D | vpx_dsp_rtcd.h | 757 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 D | vpx_dsp_rtcd.h | 746 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 D | variance_test.cc | 1882 const VarianceMxNFunc variance64x32_neon = vpx_variance64x32_neon;
|
Completed in 50 milliseconds