Searched refs:y_tile_start (Results 1 – 1 of 1) sorted by relevance
253 const int y_tile_start = coord[1] > 0 ? 0 : std::abs(coord[1]); in get_tile() local261 roi_ptr += (y_tile_start * tile.shape()[0]); in get_tile()