libcamera/src/ipa/ipu3/algorithms
Jean-Michel Hautbois cbf2c9a612 ipa: ipu3: agc: Refactor condition on exposure correction
Simplify the reading by removing one level of indentation to return
early when the change is small between two calls.

Reword the LOG() message when we are correctly exposed, and move the
lastFrame_ variable to update it even if the change is small.

Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2021-10-22 09:29:25 +02:00
..
agc.cpp ipa: ipu3: agc: Refactor condition on exposure correction 2021-10-22 09:29:25 +02:00
agc.h ipa: ipu3: agc: Introduce previous exposure value 2021-10-22 07:31:32 +02:00
algorithm.cpp ipa: ipu3: Add the functions to the Algorithm class 2021-08-20 12:11:28 +02:00
algorithm.h ipa: ipu3: Add the functions to the Algorithm class 2021-08-20 12:11:28 +02:00
awb.cpp ipa: ipu3: awb: Change minimal green threshold value 2021-10-22 07:29:53 +02:00
awb.h ipa: ipu3: awb: Set a threshold for the green saturation 2021-10-22 07:25:42 +02:00
blc.cpp ipa: ipu3: awb: Introduce Black Level Correction 2021-10-06 17:58:17 +02:00
blc.h ipa: ipu3: awb: Introduce Black Level Correction 2021-10-06 17:58:17 +02:00
meson.build ipa: ipu3: awb: Introduce Black Level Correction 2021-10-06 17:58:17 +02:00
tone_mapping.cpp ipa: ipu3: Introduce a modular tone mapping algorithm 2021-08-20 12:11:28 +02:00
tone_mapping.h ipa: ipu3: Introduce a modular tone mapping algorithm 2021-08-20 12:11:28 +02:00