[libcamera-devel] [PATCH v2 0/2] Remove local storage of the grid in algorithms

Jean-Michel Hautbois jeanmichel.hautbois at ideasonboard.com
Fri Aug 20 16:11:02 CEST 2021


As suggested before, the aeGrid_ and awbGrid_ are no me needed as we can
get the grid configuration directly from IPASessionConfiguration.
Remove those local storage for both awb and agc.

Jean-Michel Hautbois (2):
  ipa: ipu3: agc: remove local storage of the grid
  ipa: ipu3: awb: remove local storage of the grid

 src/ipa/ipu3/algorithms/agc.cpp | 29 +++++++++++++++--------------
 src/ipa/ipu3/algorithms/agc.h   |  5 ++---
 src/ipa/ipu3/algorithms/awb.cpp | 27 +++++++++++++++------------
 src/ipa/ipu3/algorithms/awb.h   |  8 ++++----
 4 files changed, 36 insertions(+), 33 deletions(-)

-- 
2.30.2



More information about the libcamera-devel mailing list