libdcp
|
Public Member Functions | |
PiecewiseLUT2 (std::shared_ptr< const TransferFunction > fn, double boundary, int low_bits, int high_bits, bool inverse, int scale) | |
int | lookup (double x) const |
Private Attributes | |
double | _boundary |
std::vector< int > | _low |
std::vector< int > | _high |
int | _low_scale |
int | _high_scale |
Definition at line 47 of file piecewise_lut.h.