Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dhiprec_convolve_test_util.cc261 av1_highbd_wiener_convolve_add_src_c( in RunCheckOutput()
314 av1_highbd_wiener_convolve_add_src_c( in RunSpeedTest()
/external/libaom/config/arm/config/
Dav1_rtcd.h254 void av1_highbd_wiener_convolve_add_src_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, p…
255 #define av1_highbd_wiener_convolve_add_src av1_highbd_wiener_convolve_add_src_c
/external/libaom/config/arm64/config/
Dav1_rtcd.h254 void av1_highbd_wiener_convolve_add_src_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, p…
255 #define av1_highbd_wiener_convolve_add_src av1_highbd_wiener_convolve_add_src_c
/external/libaom/config/x86/config/
Dav1_rtcd.h259 void av1_highbd_wiener_convolve_add_src_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, p…
/external/libaom/config/x86_64/config/
Dav1_rtcd.h262 void av1_highbd_wiener_convolve_add_src_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, p…
/external/libaom/libaom/av1/common/
Dconvolve.c1245 void av1_highbd_wiener_convolve_add_src_c( in av1_highbd_wiener_convolve_add_src_c() function