Searched refs:nearest_y (Results 1 – 1 of 1) sorted by relevance
290 const int nearest_y = static_cast<int>(orig_y + 0.5f); in DownsampleInterpolateNearest() local291 const T* row_data = original[nearest_y]; in DownsampleInterpolateNearest()