Home
last modified time | relevance | path

Searched refs:av1_highbd_convolve_2d_sr_c (Results 1 – 6 of 6) sorted by relevance

/external/libaom/config/arm64/config/
Dav1_rtcd.h185 void av1_highbd_convolve_2d_sr_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_stride…
186 #define av1_highbd_convolve_2d_sr av1_highbd_convolve_2d_sr_c
/external/libaom/config/arm/config/
Dav1_rtcd.h185 void av1_highbd_convolve_2d_sr_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_stride…
186 #define av1_highbd_convolve_2d_sr av1_highbd_convolve_2d_sr_c
/external/libaom/libaom/test/
Dav1_convolve_2d_test_util.cc480 av1_highbd_convolve_2d_sr_c(input + offset_r * w + offset_c, w, in RunCheckOutput()
/external/libaom/config/x86/config/
Dav1_rtcd.h187 void av1_highbd_convolve_2d_sr_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_stride…
/external/libaom/config/x86_64/config/
Dav1_rtcd.h190 void av1_highbd_convolve_2d_sr_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_stride…
/external/libaom/libaom/av1/common/
Dconvolve.c683 void av1_highbd_convolve_2d_sr_c(const uint16_t *src, int src_stride, in av1_highbd_convolve_2d_sr_c() function