Home | History | Annotate | Download | only in gregbook

Lines Matching refs:LUT_exponent

257     double LUT_exponent;              /* just the lookup table */
292 LUT_exponent = 1.0 / 2.2;
295 LUT_exponent = 1.0 / next_gamma;
298 LUT_exponent = 1.0 / 1.7;
309 LUT_exponent = 1.0 / sgi_gamma;
312 LUT_exponent = 1.8 / 2.61;
315 LUT_exponent = mac_gamma / 2.61;
318 LUT_exponent = 1.0; /* assume no LUT: most PCs */
322 default_display_exponent = LUT_exponent * CRT_exponent;