diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-07-28 13:37:48 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-10-21 16:15:41 +0100 |
commit | bf104042f9d861ca4e05e5b881d8953e0430762f (patch) | |
tree | 2f8984e8234498f9073f5cca30ef9b3eefacff26 /src/android/camera_worker.h | |
parent | 1021b42823b63893a4e7ef36d3192d0221da1b26 (diff) |
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>
Diffstat (limited to 'src/android/camera_worker.h')
0 files changed, 0 insertions, 0 deletions