summaryrefslogtreecommitdiff
path: root/src/ipa/simple/algorithms/blc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/simple/algorithms/blc.h')
-rw-r--r--src/ipa/simple/algorithms/blc.h4
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 */