libcamera/src/ipa/raspberrypi/controller
Kieran Bingham bf104042f9 ipa: raspberrypi: Re-use iterator variable
The function gauss_seidel2_SOR() makes use of a function scoped iterator
'i', for several loops, and has a precedence of re-using the function
scoped iterator declaration in the majority of cases, except the first
where it is declared in the loop scope before the function scope, and
later which aliases a new declaration.

Re-use the existing iterator variable for consistency, and to prevent
variable aliasing.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
2020-10-21 16:15:41 +01:00
..
rpi ipa: raspberrypi: Re-use iterator variable 2020-10-21 16:15:41 +01:00
agc_algorithm.hpp ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController 2020-09-29 12:35:17 +01:00
agc_status.h libcamera: ipa: Raspberry Pi IPA 2020-05-11 23:54:40 +03:00
algorithm.cpp ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController 2020-09-29 12:35:17 +01:00
algorithm.hpp ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController 2020-09-29 12:35:17 +01:00
alsc_status.h libcamera: ipa: Raspberry Pi IPA 2020-05-11 23:54:40 +03:00
awb_algorithm.hpp ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController 2020-09-29 12:35:17 +01:00
awb_status.h libcamera: ipa: Raspberry Pi IPA 2020-05-11 23:54:40 +03:00
black_level_status.h libcamera: ipa: Raspberry Pi IPA 2020-05-11 23:54:40 +03:00
camera_mode.h libcamera: raspberrypi: Plumb user transform through to IPA 2020-09-29 11:43:07 +01:00
ccm_algorithm.hpp ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController 2020-09-29 12:35:17 +01:00
ccm_status.h libcamera: ipa: Raspberry Pi IPA 2020-05-11 23:54:40 +03:00
contrast_algorithm.hpp ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController 2020-09-29 12:35:17 +01:00
contrast_status.h libcamera: ipa: Raspberry Pi IPA 2020-05-11 23:54:40 +03:00
controller.cpp ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController 2020-09-29 12:35:17 +01:00
controller.hpp ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController 2020-09-29 12:35:17 +01:00
device_status.h libcamera: ipa: Raspberry Pi IPA 2020-05-11 23:54:40 +03:00
dpc_status.h libcamera: ipa: Raspberry Pi IPA 2020-05-11 23:54:40 +03:00
focus_status.h libcamera: ipa: raspberrypi: Populate focus FoM from the ISP statistics 2020-07-06 17:14:34 +03:00
geq_status.h libcamera: ipa: Raspberry Pi IPA 2020-05-11 23:54:40 +03:00
histogram.cpp ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController 2020-09-29 12:35:17 +01:00
histogram.hpp ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController 2020-09-29 12:35:17 +01:00
logging.hpp libcamera: ipa: Raspberry Pi IPA 2020-05-11 23:54:40 +03:00
lux_status.h libcamera: ipa: Raspberry Pi IPA 2020-05-11 23:54:40 +03:00
metadata.hpp pipeline: ipa: raspberrypi: Switch to use C++17 features where possible 2020-10-07 04:58:39 +03:00
noise_status.h libcamera: ipa: Raspberry Pi IPA 2020-05-11 23:54:40 +03:00
pwl.cpp ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController 2020-09-29 12:35:17 +01:00
pwl.hpp ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController 2020-09-29 12:35:17 +01:00
sdn_status.h libcamera: ipa: Raspberry Pi IPA 2020-05-11 23:54:40 +03:00
sharpen_algorithm.hpp ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController 2020-09-29 12:35:17 +01:00
sharpen_status.h libcamera: ipa: raspberrypi: Add sharpness strength control 2020-06-25 06:47:53 +03:00