Searched refs:y_bound (Results 1 – 1 of 1) sorted by relevance
245 const int y_bound = orig_y + factor; in DownsampleAveraged() local256 for (int curr_y = orig_y; curr_y < y_bound; ++curr_y) { in DownsampleAveraged()