diff options
Diffstat (limited to 'src/ipa/simple/algorithms/blc.h')
-rw-r--r-- | src/ipa/simple/algorithms/blc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ipa/simple/algorithms/blc.h b/src/ipa/simple/algorithms/blc.h index 49bdcc61..828ad8b1 100644 --- a/src/ipa/simple/algorithms/blc.h +++ b/src/ipa/simple/algorithms/blc.h @@ -24,6 +24,10 @@ public: IPAFrameContext &frameContext, const SwIspStats *stats, ControlList &metadata) override; + +private: + uint32_t exposure_; + double gain_; }; } /* namespace ipa::soft::algorithms */ |