Searched refs:vpx_variance32x32_neon (Results 1 - 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
H A D | subpel_variance_neon.c | 133 return vpx_variance32x32_neon(temp2, 32, dst, dst_stride, sse);
|
H A D | variance_neon.c | 93 unsigned int vpx_variance32x32_neon(const uint8_t *a, int a_stride, function
|
/external/libvpx/config/arm-neon/ |
H A D | vpx_dsp_rtcd.h | 743 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 D | vpx_dsp_rtcd.h | 732 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 D | variance_test.cc | 1884 const VarianceMxNFunc variance32x32_neon = vpx_variance32x32_neon;
|
Completed in 105 milliseconds