From a7d573df53ff2fe2edaaf4c11a269f12b1a9e305 Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Wed, 2 Oct 2024 18:48:01 +0200 Subject: libcamera: software_isp: Improve wording in a comment A minor wording improvement suggested on refactoring review. Signed-off-by: Milan Zamazal Reviewed-by: Kieran Bingham Signed-off-by: Kieran Bingham --- src/ipa/simple/algorithms/agc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ipa/simple/algorithms/agc.cpp b/src/ipa/simple/algorithms/agc.cpp index 783dfb8b..df92edd7 100644 --- a/src/ipa/simple/algorithms/agc.cpp +++ b/src/ipa/simple/algorithms/agc.cpp @@ -29,7 +29,7 @@ static constexpr unsigned int kExposureBinsCount = 5; static constexpr float kExposureOptimal = kExposureBinsCount / 2.0; /* - * The below value implements the hysteresis for the exposure adjustment. + * This implements the hysteresis for the exposure adjustment. * It is small enough to have the exposure close to the optimal, and is big * enough to prevent the exposure from wobbling around the optimal value. */ -- cgit v1.2.1