| # | Line 51 | Line 51 | extern "C" { | |
|---|---|---|
| 51 | ||
| 52 | /**** Conversion Constants and Table Sizes ****/ | |
| 53 | ||
| 54 | < | #define TM_BRTSCALE 128 /* brightness scale factor (integer) */ |
| 54 | > | #define TM_BRTSCALE 256 /* brightness scale factor (integer) */ |
| 55 | ||
| 56 | #define TM_NOBRT (-1<<15) /* bogus brightness value */ | |
| 57 | #define TM_NOLUM (1e-17) /* ridiculously small luminance */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |