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

Comparing ray/src/px/ciq.c (file contents):
Revision 1.5 by greg, Thu Jan 18 23:58:14 1990 UTC vs.
Revision 1.6 by greg, Tue Dec 4 11:25:45 1990 UTC

# Line 13 | Line 13 | Paul Heckbert  16 April 82, cleaned up 8 June 86
13   Greg Ward       1 March 88, modified for arbitrary picture sizes
14   */
15  
16 + #include "standard.h"
17   #include "ciq.h"
18  
19   #define table(m,r,g,b) hist[m[0][r]|m[1][g]|m[2][b]]  /* histogram/pvtable */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines