Searched refs:flip_ker_col (Results 1 – 1 of 1) sorted by relevance
352 int flip_ker_row, flip_ker_col, row_boundary, col_boundary; in convolve_2d_impl() local365 flip_ker_col = kernel.size() - 1 - kernel_col; // column index of flipped kernel in convolve_2d_impl()369 col_boundary = view_col + (kernel.center_x() - flip_ker_col); in convolve_2d_impl()377 kernel.at(flip_ker_row, flip_ker_col); in convolve_2d_impl()