diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-05 17:38:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-05 18:53:39 +0200 |
| commit | 969c9c28c87e83f4e3fcb7b52a921773d363511f (patch) | |
| tree | 361713cfbb0246b75af7442f257375c27655083b /src/s_gamut3_transfer_function.cc | |
| parent | 504955b1e8036a25b1dc196625e530808ac42e99 (diff) | |
Use two LUTs.inaccurate-gamma
Diffstat (limited to 'src/s_gamut3_transfer_function.cc')
| -rw-r--r-- | src/s_gamut3_transfer_function.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/s_gamut3_transfer_function.cc b/src/s_gamut3_transfer_function.cc index edfbe2ad..c234b002 100644 --- a/src/s_gamut3_transfer_function.cc +++ b/src/s_gamut3_transfer_function.cc @@ -47,8 +47,9 @@ using std::dynamic_pointer_cast; using namespace dcp; +/* XXX */ double * -SGamut3TransferFunction::make_lut (int bit_depth, bool inverse) const +SGamut3TransferFunction::make_lut (double, double, int bit_depth, bool inverse) const { int const bit_length = int(std::pow(2.0f, bit_depth)); double* lut = new double[bit_length]; |
