| # | Line 27 | Line 27 | int input_orient = 0; | |
|---|---|---|
| 27 | int output_orient = 0; | |
| 28 | ||
| 29 | /* BSDF histogram */ | |
| 30 | < | int bsdf_hist[HISTLEN]; | 
| 30 | > | unsigned long bsdf_hist[HISTLEN]; | 
| 31 | ||
| 32 | /* BSDF value for boundary regions */ | |
| 33 | double bsdf_min = 0; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |