HDK
|
#include <DitherLUT.h>
Public Member Functions | |
__hostdev__ | DitherLUT (bool enable=true) |
Constructor with an optional scaling factor for the dithering. More... | |
__hostdev__ float | operator() (const int offset) |
Retrieves dither threshold for an offset within an 8^3 leaf nodes. More... | |
Definition at line 19 of file DitherLUT.h.
|
inline |
Constructor with an optional scaling factor for the dithering.
Definition at line 24 of file DitherLUT.h.
|
inline |
Retrieves dither threshold for an offset within an 8^3 leaf nodes.
offset | into the lookup table of size 512 |
Definition at line 29 of file DitherLUT.h.