summaryrefslogtreecommitdiff
path: root/src/ipa/rkisp1/algorithms/awb.h
diff options
context:
space:
mode:
authorDaniel Scally <dan.scally@ideasonboard.com>2024-11-15 07:46:25 +0000
committerDaniel Scally <dan.scally@ideasonboard.com>2024-11-18 15:48:25 +0000
commit1cc6d926ac9636fc7a4211bae363511610c83029 (patch)
treed945ad0f2f8e1abe0740ad1bd233fea35e654443 /src/ipa/rkisp1/algorithms/awb.h
parentedfe10997b4839f8376ba78dfb3261da4c51b9d7 (diff)
ipa: rkisp1: Use centralised libipa helpers
Use the centralised libipa helpers instead of open-coding common functions. Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/ipa/rkisp1/algorithms/awb.h')
-rw-r--r--src/ipa/rkisp1/algorithms/awb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ipa/rkisp1/algorithms/awb.h b/src/ipa/rkisp1/algorithms/awb.h
index b3b2c0bb..6ac3a5c3 100644
--- a/src/ipa/rkisp1/algorithms/awb.h
+++ b/src/ipa/rkisp1/algorithms/awb.h
@@ -32,8 +32,6 @@ public:
ControlList &metadata) override;
private:
- uint32_t estimateCCT(double red, double green, double blue);
-
bool rgbMode_;
};