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

Comparing ray/src/util/ranimove.h (file contents):
Revision 3.8 by greg, Fri Sep 28 22:20:49 2012 UTC vs.
Revision 3.9 by greg, Fri Oct 5 00:59:38 2012 UTC

# Line 136 | Line 136 | extern short   *xmbuffer;      /* x motion at each pixel */
136   extern short    *ymbuffer;      /* y motion at each pixel */
137   extern uby8     *abuffer;       /* accuracy at each pixel */
138   extern uby8     *sbuffer;       /* sample count per pixel */
139 + extern COLOR    *outbuffer;     /* output buffer (may equal cbuffer) */
140  
141   extern VIEW     vwprev;         /* last frame's view */
142   extern COLOR    *cprev;         /* last frame colors */
# Line 153 | Line 154 | extern double  hlsmax;         /* maximum high-level saliency
154  
155   #define CSF_SMN         (1./0.82)       /* 1/avg_tracking_efficacy */
156  
156 #define outbuffer       cprev   /* used to hold final output */
157   #define wbuffer         zprev   /* used for final filtering */
158  
159   #define fndx(x,y)       ((y)*hres + (x))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines