Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_convolve_2d_test.cc176 av1_highbd_convolve_2d_copy_sr_c, 0, 0));
/external/libaom/config/arm/config/
Dav1_rtcd.h135 void av1_highbd_convolve_2d_copy_sr_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_s…
136 #define av1_highbd_convolve_2d_copy_sr av1_highbd_convolve_2d_copy_sr_c
/external/libaom/config/arm64/config/
Dav1_rtcd.h135 void av1_highbd_convolve_2d_copy_sr_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_s…
136 #define av1_highbd_convolve_2d_copy_sr av1_highbd_convolve_2d_copy_sr_c
/external/libaom/config/x86/config/
Dav1_rtcd.h135 void av1_highbd_convolve_2d_copy_sr_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_s…
/external/libaom/config/x86_64/config/
Dav1_rtcd.h138 void av1_highbd_convolve_2d_copy_sr_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_s…
/external/libaom/libaom/av1/common/
Dconvolve.c621 void av1_highbd_convolve_2d_copy_sr_c( in av1_highbd_convolve_2d_copy_sr_c() function