ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/pcond.h
(Generate patch)

Comparing ray/src/px/pcond.h (file contents):
Revision 3.4 by greg, Thu Jan 9 13:56:26 1997 UTC vs.
Revision 3.5 by greg, Wed Jan 29 13:22:11 1997 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1996 Regents of the University of California */
1 > /* Copyright (c) 1997 Regents of the University of California */
2  
3   /* SCCSid "$SunId$ LBL" */
4  
# Line 39 | Line 39
39   #define DO_HSENS        04
40   #define DO_COLOR        010
41   #define DO_CWEIGHT      020
42 < #define DO_LINEAR       040
42 > #define DO_FIXHIST      040
43 > #define DO_LINEAR       0100
44  
45   #define DO_HUMAN        (DO_ACUITY|DO_VEIL|DO_HSENS|DO_COLOR)
46  
# Line 64 | Line 65 | extern COLOR   *fovimg;                /* foveal (1 degree) averaged i
65   extern short    fvxr, fvyr;             /* foveal image resolution */
66  
67   #define fovscan(y)      (fovimg+(y)*fvxr)
68 +
69 + extern double   fixfrac;                /* histogram share due to fixations */
70 + extern short    (*fixlst)[2];           /* fixation history list */
71 + extern int      nfixations;             /* number of fixation points */
72  
73   extern float    bwhist[HISTRES];        /* luminance histogram */
74   extern double   histot;                 /* total count of histogram */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines