libdcp
Public Member Functions | Private Attributes | List of all members
dcp::PiecewiseLUT2 Class Reference

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
 

Detailed Description

Definition at line 47 of file piecewise_lut.h.


The documentation for this class was generated from the following file: