Home | History | Annotate | Download | only in gregbook

Lines Matching refs:LUT_exponent

306     double LUT_exponent;                /* just the lookup table */
330 LUT_exponent = 1.0 / 2.2;
333 LUT_exponent = 1.0 / next_gamma;
336 LUT_exponent = 1.0 / 1.7;
347 LUT_exponent = 1.0 / sgi_gamma;
350 LUT_exponent = 1.8 / 2.61;
353 LUT_exponent = mac_gamma / 2.61;
356 LUT_exponent = 1.0; /* assume no LUT: most PCs */
360 default_display_exponent = LUT_exponent * CRT_exponent;