Searched refs:flip_ker_row (Results 1 – 1 of 1) sorted by relevance
352 int flip_ker_row, flip_ker_col, row_boundary, col_boundary; in convolve_2d_impl() local361 flip_ker_row = kernel.size() - 1 - kernel_row; // row index of flipped kernel in convolve_2d_impl()368 row_boundary = view_row + (kernel.center_y() - flip_ker_row); in convolve_2d_impl()377 kernel.at(flip_ker_row, flip_ker_col); in convolve_2d_impl()