Searched refs:LUMINANCE_DATA_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
151 #define LUMINANCE_DATA_TABLE_SIZE 10155 int refresh_rate_hz[LUMINANCE_DATA_TABLE_SIZE];156 int luminance_millinits[LUMINANCE_DATA_TABLE_SIZE];174 #define LUMINANCE_DATA_TABLE_SIZE global() macro
1061 for (int i = 0; i < (LUMINANCE_DATA_TABLE_SIZE - 1); ++i) { in dc_stream_get_refresh_hz_linear_interpolation() 1164 for (int i = nearest_smallest_index; (i > 0 && !search_for_max_increase) || (i < (LUMINANCE_DATA_TABLE_SIZE - 1) && search_for_max_increase); i += offset) { in dc_stream_get_max_delta_lumin_millinits() 1226 for (; nearest_smallest_index < (LUMINANCE_DATA_TABLE_SIZE - 1) &&