HomeSort by relevance Sort by last modified time
    Searched refs:LUT_exponent (Results 1 - 5 of 5) sorted by null

  /external/libpng/contrib/gregbook/
rpng-win.c 174 double LUT_exponent; /* just the lookup table */
202 LUT_exponent = 1.0 / 2.2;
205 LUT_exponent = 1.0 / next_gamma;
208 LUT_exponent = 1.0 / 1.7;
219 LUT_exponent = 1.0 / sgi_gamma;
222 LUT_exponent = 1.8 / 2.61;
225 LUT_exponent = mac_gamma / 2.61;
228 LUT_exponent = 1.0; /* assume no LUT: most PCs */
232 default_display_exponent = LUT_exponent * CRT_exponent;
rpng-x.c 171 double LUT_exponent; /* just the lookup table */
189 LUT_exponent = 1.0 / 2.2;
192 LUT_exponent = 1.0 / next_gamma;
195 LUT_exponent = 1.0 / 1.7;
206 LUT_exponent = 1.0 / sgi_gamma;
209 LUT_exponent = 1.8 / 2.61;
212 LUT_exponent = mac_gamma / 2.61;
215 LUT_exponent = 1.0; /* assume no LUT: most PCs */
219 default_display_exponent = LUT_exponent * CRT_exponent;
wpng.c 171 double LUT_exponent; /* just the lookup table */
200 LUT_exponent = 1.0 / 2.2;
203 LUT_exponent = 1.0 / next_gamma;
206 LUT_exponent = 1.0 / 1.7;
217 LUT_exponent = 1.0 / sgi_gamma;
220 LUT_exponent = 1.8 / 2.61;
223 LUT_exponent = mac_gamma / 2.61;
226 LUT_exponent = 1.0; /* assume no LUT: most PCs */
230 default_display_exponent = LUT_exponent * CRT_exponent;
rpng2-win.c 284 double LUT_exponent; /* just the lookup table */
319 LUT_exponent = 1.0 / 2.2;
322 LUT_exponent = 1.0 / next_gamma;
325 LUT_exponent = 1.0 / 1.7;
336 LUT_exponent = 1.0 / sgi_gamma;
339 LUT_exponent = 1.8 / 2.61;
342 LUT_exponent = mac_gamma / 2.61;
345 LUT_exponent = 1.0; /* assume no LUT: most PCs */
349 default_display_exponent = LUT_exponent * CRT_exponent;
    [all...]
rpng2-x.c 307 double LUT_exponent; /* just the lookup table */
331 LUT_exponent = 1.0 / 2.2;
334 LUT_exponent = 1.0 / next_gamma;
337 LUT_exponent = 1.0 / 1.7;
348 LUT_exponent = 1.0 / sgi_gamma;
351 LUT_exponent = 1.8 / 2.61;
354 LUT_exponent = mac_gamma / 2.61;
357 LUT_exponent = 1.0; /* assume no LUT: most PCs */
361 default_display_exponent = LUT_exponent * CRT_exponent;
    [all...]

Completed in 3557 milliseconds