Searched refs:y_in_start (Results 1 – 1 of 1) sorted by relevance
244 const int y_in_start = std::max(0, coord[1]); in get_tile() local257 in_ptr += (y_in_start * in.shape()[0]); in get_tile()263 for(int y = y_in_start; y < y_in_end; ++y) in get_tile()