Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_convolve_2d_test.cc79 libaom_test::AV1Convolve2D::BuildParams(av1_convolve_y_sr_neon, 0, 1));
/external/libaom/config/arm/config/
Dav1_rtcd.h89 void av1_convolve_y_sr_neon(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int w…
90 #define av1_convolve_y_sr av1_convolve_y_sr_neon
/external/libaom/config/arm64/config/
Dav1_rtcd.h89 void av1_convolve_y_sr_neon(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int w…
90 #define av1_convolve_y_sr av1_convolve_y_sr_neon
/external/libaom/libaom/av1/common/arm/
Dconvolve_neon.c602 void av1_convolve_y_sr_neon(const uint8_t *src, int src_stride, uint8_t *dst, in av1_convolve_y_sr_neon() function