Searched refs:nearest_x (Results 1 – 1 of 1) sorted by relevance
297 const int nearest_x = static_cast<int>(orig_x + 0.5f); in DownsampleInterpolateNearest() local299 *pixel_ptr++ = row_data[nearest_x]; in DownsampleInterpolateNearest()