Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_convolve_2d_test.cc221 av1_highbd_dist_wtd_convolve_y_c, 0, 1));
/external/libaom/config/x86/config/
Dav1_rtcd.h172 void av1_highbd_dist_wtd_convolve_y_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_s…
173 #define av1_highbd_dist_wtd_convolve_y av1_highbd_dist_wtd_convolve_y_c
/external/libaom/config/arm64/config/
Dav1_rtcd.h168 void av1_highbd_dist_wtd_convolve_y_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_s…
169 #define av1_highbd_dist_wtd_convolve_y av1_highbd_dist_wtd_convolve_y_c
/external/libaom/config/arm/config/
Dav1_rtcd.h168 void av1_highbd_dist_wtd_convolve_y_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_s…
169 #define av1_highbd_dist_wtd_convolve_y av1_highbd_dist_wtd_convolve_y_c
/external/libaom/config/x86_64/config/
Dav1_rtcd.h175 void av1_highbd_dist_wtd_convolve_y_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_s…
176 #define av1_highbd_dist_wtd_convolve_y av1_highbd_dist_wtd_convolve_y_c
/external/libaom/libaom/av1/common/
Dconvolve.c866 void av1_highbd_dist_wtd_convolve_y_c( in av1_highbd_dist_wtd_convolve_y_c() function