Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_horz_only_frame_superres_test.cc339 av1_highbd_convolve_horiz_rs_c( in RunOne()
/external/libaom/config/arm/config/
Dav1_rtcd.h150 void av1_highbd_convolve_horiz_rs_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_str…
151 #define av1_highbd_convolve_horiz_rs av1_highbd_convolve_horiz_rs_c
/external/libaom/config/x86/config/
Dav1_rtcd.h152 void av1_highbd_convolve_horiz_rs_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_str…
153 #define av1_highbd_convolve_horiz_rs av1_highbd_convolve_horiz_rs_c
/external/libaom/config/arm64/config/
Dav1_rtcd.h150 void av1_highbd_convolve_horiz_rs_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_str…
151 #define av1_highbd_convolve_horiz_rs av1_highbd_convolve_horiz_rs_c
/external/libaom/config/x86_64/config/
Dav1_rtcd.h155 void av1_highbd_convolve_horiz_rs_c(const uint16_t *src, int src_stride, uint16_t *dst, int dst_str…
156 #define av1_highbd_convolve_horiz_rs av1_highbd_convolve_horiz_rs_c
/external/libaom/libaom/av1/common/
Dconvolve.c51 void av1_highbd_convolve_horiz_rs_c(const uint16_t *src, int src_stride, in av1_highbd_convolve_horiz_rs_c() function