summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislaw Gruszka <stanislaw.gruszka@linux.intel.com>2024-10-29 12:25:01 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2024-11-29 22:13:15 +0000
commit1a2be886c08aea0e97da9b44bda639b59a2cd036 (patch)
treef26a5352d6827a1eb698f0e173ca94d08447657c
parentbb1aa92eb9ee7e713d997d5786129e88219e166a (diff)
libcamera: software_isp: Remove unused IPAActiveState fields
Now agc struct in IPAActiveState is not used any longer. If there will be need to have this struct, this patch can be reverted. Signed-off-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> Reviewed-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rw-r--r--src/ipa/simple/ipa_context.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ipa/simple/ipa_context.h b/src/ipa/simple/ipa_context.h
index c510c436..2885a851 100644
--- a/src/ipa/simple/ipa_context.h
+++ b/src/ipa/simple/ipa_context.h
@@ -39,11 +39,6 @@ struct IPAActiveState {
double blue;
} gains;
- struct {
- int32_t exposure;
- double again;
- } agc;
-
static constexpr unsigned int kGammaLookupSize = 1024;
struct {
std::array<double, kGammaLookupSize> gammaTable;