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()132 const uint8_t *src_horiz = src - fo_vert * src_stride; in av1_convolve_2d_sr_c() local139 sum += x_filter[k] * src_horiz[y * src_stride + x - fo_horiz + k]; in av1_convolve_2d_sr_c()264 const uint8_t *src_horiz = src - fo_vert * src_stride; in av1_dist_wtd_convolve_2d_c() local271 sum += x_filter[k] * src_horiz[y * src_stride + x - fo_horiz + k]; in av1_dist_wtd_convolve_2d_c()476 const uint8_t *src_horiz = src - fo_vert * src_stride; in av1_convolve_2d_scale_c() local480 const uint8_t *const src_x = &src_horiz[(x_qn >> SCALE_SUBPEL_BITS)]; in av1_convolve_2d_scale_c()493 src_horiz += src_stride; in av1_convolve_2d_scale_c()700 const uint16_t *src_horiz = src - fo_vert * src_stride; in av1_highbd_convolve_2d_sr_c() local[all …]