Home
last modified time | relevance | path

Searched refs:av1_convolve_2d_copy_sr_neon (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/test/
Dav1_convolve_2d_test.cc87 av1_convolve_2d_copy_sr_neon, 0, 0));
/external/libaom/config/arm/config/
Dav1_rtcd.h71 void av1_convolve_2d_copy_sr_neon(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride,…
72 #define av1_convolve_2d_copy_sr av1_convolve_2d_copy_sr_neon
/external/libaom/config/arm64/config/
Dav1_rtcd.h71 void av1_convolve_2d_copy_sr_neon(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride,…
72 #define av1_convolve_2d_copy_sr av1_convolve_2d_copy_sr_neon
/external/libaom/libaom/av1/common/arm/
Dconvolve_neon.c1408 void av1_convolve_2d_copy_sr_neon(const uint8_t *src, int src_stride, in av1_convolve_2d_copy_sr_neon() function