Lines Matching defs:src
26 void av1_convolve_horiz_rs_c(const uint8_t *src, int src_stride, uint8_t *dst, in av1_convolve_horiz_rs_c()
52 void av1_highbd_convolve_horiz_rs_c(const uint16_t *src, int src_stride, in av1_highbd_convolve_horiz_rs_c()
78 void av1_convolve_2d_sr_c(const uint8_t *src, int src_stride, uint8_t *dst, in av1_convolve_2d_sr_c()
137 void av1_convolve_y_sr_c(const uint8_t *src, int src_stride, uint8_t *dst, in av1_convolve_y_sr_c()
158 void av1_convolve_x_sr_c(const uint8_t *src, int src_stride, uint8_t *dst, in av1_convolve_x_sr_c()
192 void av1_convolve_2d_sr_intrabc_c(const uint8_t *src, int src_stride, in av1_convolve_2d_sr_intrabc_c()
246 void av1_convolve_y_sr_intrabc_c(const uint8_t *src, int src_stride, in av1_convolve_y_sr_intrabc_c()
269 void av1_convolve_x_sr_intrabc_c(const uint8_t *src, int src_stride, in av1_convolve_x_sr_intrabc_c()
293 void av1_dist_wtd_convolve_2d_c(const uint8_t *src, int src_stride, in av1_dist_wtd_convolve_2d_c()
361 void av1_dist_wtd_convolve_y_c(const uint8_t *src, int src_stride, uint8_t *dst, in av1_dist_wtd_convolve_y_c()
408 void av1_dist_wtd_convolve_x_c(const uint8_t *src, int src_stride, uint8_t *dst, in av1_dist_wtd_convolve_x_c()
455 void av1_dist_wtd_convolve_2d_copy_c(const uint8_t *src, int src_stride, in av1_dist_wtd_convolve_2d_copy_c()
490 void av1_convolve_2d_scale_c(const uint8_t *src, int src_stride, uint8_t *dst, in av1_convolve_2d_scale_c()
579 const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int w, in convolve_2d_scale_wrapper()
593 const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int w, in convolve_2d_facade_compound()
617 const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int w, in convolve_2d_facade_single()
638 void av1_convolve_2d_facade(const uint8_t *src, int src_stride, uint8_t *dst, in av1_convolve_2d_facade()
689 void av1_highbd_convolve_x_sr_c(const uint16_t *src, int src_stride, in av1_highbd_convolve_x_sr_c()
717 void av1_highbd_convolve_y_sr_c(const uint16_t *src, int src_stride, in av1_highbd_convolve_y_sr_c()
737 void av1_highbd_convolve_2d_sr_c(const uint16_t *src, int src_stride, in av1_highbd_convolve_2d_sr_c()
800 const uint16_t *src, int src_stride, uint16_t *dst, int dst_stride, int w, in av1_highbd_convolve_2d_sr_intrabc_c()
859 const uint16_t *src, int src_stride, uint16_t *dst, int dst_stride, int w, in av1_highbd_convolve_y_sr_intrabc_c()
882 const uint16_t *src, int src_stride, uint16_t *dst, int dst_stride, int w, in av1_highbd_convolve_x_sr_intrabc_c()
907 const uint16_t *src, int src_stride, uint16_t *dst, int dst_stride, int w, in av1_highbd_dist_wtd_convolve_2d_c()
975 void av1_highbd_dist_wtd_convolve_x_c(const uint16_t *src, int src_stride, in av1_highbd_dist_wtd_convolve_x_c()
1023 void av1_highbd_dist_wtd_convolve_y_c(const uint16_t *src, int src_stride, in av1_highbd_dist_wtd_convolve_y_c()
1071 void av1_highbd_dist_wtd_convolve_2d_copy_c(const uint16_t *src, int src_stride, in av1_highbd_dist_wtd_convolve_2d_copy_c()
1108 void av1_highbd_convolve_2d_scale_c(const uint16_t *src, int src_stride, in av1_highbd_convolve_2d_scale_c()
1197 const uint16_t *src, int src_stride, uint16_t *dst, int dst_stride, in highbd_convolve_2d_facade_compound()
1223 const uint16_t *src, int src_stride, uint16_t *dst, int dst_stride, in highbd_convolve_2d_facade_single()
1256 const uint16_t *src = CONVERT_TO_SHORTPTR(src8); in av1_highbd_convolve_2d_facade() local
1351 static void convolve_add_src_horiz_hip(const uint8_t *src, ptrdiff_t src_stride, in convolve_add_src_horiz_hip()
1375 static void convolve_add_src_vert_hip(const uint16_t *src, ptrdiff_t src_stride, in convolve_add_src_vert_hip()
1401 void av1_wiener_convolve_add_src_c(const uint8_t *src, ptrdiff_t src_stride, in av1_wiener_convolve_add_src_c()
1440 uint16_t *src = CONVERT_TO_SHORTPTR(src8); in highbd_convolve_add_src_horiz_hip() local
1460 const uint16_t *src, ptrdiff_t src_stride, uint8_t *dst8, in highbd_convolve_add_src_vert_hip()
1485 const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, in av1_highbd_wiener_convolve_add_src_c()