Searched refs:src_horiz (Results 1 – 1 of 1) sorted by relevance
89 const uint8_t *src_horiz = src - fo_vert * src_stride; in av1_convolve_2d_sobel_y_c() local95 sum += x_filter[k] * src_horiz[y * src_stride + x - fo_horiz + k]; in av1_convolve_2d_sobel_y_c()131 const uint8_t *src_horiz = src - fo_vert * src_stride; in av1_convolve_2d_sr_c() local138 sum += x_filter[k] * src_horiz[y * src_stride + x - fo_horiz + k]; in av1_convolve_2d_sr_c()263 const uint8_t *src_horiz = src - fo_vert * src_stride; in av1_dist_wtd_convolve_2d_c() local270 sum += x_filter[k] * src_horiz[y * src_stride + x - fo_horiz + k]; in av1_dist_wtd_convolve_2d_c()473 const uint8_t *src_horiz = src - fo_vert * src_stride; in av1_convolve_2d_scale_c() local477 const uint8_t *const src_x = &src_horiz[(x_qn >> SCALE_SUBPEL_BITS)]; in av1_convolve_2d_scale_c()490 src_horiz += src_stride; in av1_convolve_2d_scale_c()714 const uint16_t *src_horiz = src - fo_vert * src_stride; in av1_highbd_convolve_2d_sr_c() local[all …]