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 173 double LUT_exponent; /* just the lookup table */
191 LUT_exponent = 1.0 / 2.2;
194 LUT_exponent = 1.0 / next_gamma;
197 LUT_exponent = 1.0 / 1.7;
208 LUT_exponent = 1.0 / sgi_gamma;
211 LUT_exponent = 1.8 / 2.61;
214 LUT_exponent = mac_gamma / 2.61;
217 LUT_exponent = 1.0; /* assume no LUT: most PCs */
221 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 286 double LUT_exponent; /* just the lookup table */
321 LUT_exponent = 1.0 / 2.2;
324 LUT_exponent = 1.0 / next_gamma;
327 LUT_exponent = 1.0 / 1.7;
338 LUT_exponent = 1.0 / sgi_gamma;
341 LUT_exponent = 1.8 / 2.61;
344 LUT_exponent = mac_gamma / 2.61;
347 LUT_exponent = 1.0; /* assume no LUT: most PCs */
351 default_display_exponent = LUT_exponent * CRT_exponent;
    [all...]
rpng2-x.c 322 double LUT_exponent; /* just the lookup table */
346 LUT_exponent = 1.0 / 2.2;
349 LUT_exponent = 1.0 / next_gamma;
352 LUT_exponent = 1.0 / 1.7;
363 LUT_exponent = 1.0 / sgi_gamma;
366 LUT_exponent = 1.8 / 2.61;
369 LUT_exponent = mac_gamma / 2.61;
372 LUT_exponent = 1.0; /* assume no LUT: most PCs */
376 default_display_exponent = LUT_exponent * CRT_exponent;
    [all...]

Completed in 109 milliseconds