diff options
Diffstat (limited to 'src/ipa/simple/algorithms/lut.h')
-rw-r--r-- | src/ipa/simple/algorithms/lut.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipa/simple/algorithms/lut.h b/src/ipa/simple/algorithms/lut.h index 889f864b..77324800 100644 --- a/src/ipa/simple/algorithms/lut.h +++ b/src/ipa/simple/algorithms/lut.h @@ -33,6 +33,7 @@ public: private: void updateGammaTable(IPAContext &context); + int16_t ccmValue(unsigned int i, float ccm) const; }; } /* namespace ipa::soft::algorithms */ |