LUMINANCE_DATA_TABLE_SIZE
for (int i = nearest_smallest_index; (i > 0 && !search_for_max_increase) || (i < (LUMINANCE_DATA_TABLE_SIZE - 1) && search_for_max_increase); i += offset) {
for (; nearest_smallest_index < (LUMINANCE_DATA_TABLE_SIZE - 1) &&
for (int i = 0; i < (LUMINANCE_DATA_TABLE_SIZE - 1); ++i) {
int refresh_rate_hz[LUMINANCE_DATA_TABLE_SIZE];
int luminance_millinits[LUMINANCE_DATA_TABLE_SIZE];