[libcamera-devel,v3,0/2] Remove local storage of the grid in algorithms
mbox series

Message ID 20210820160028.104265-1-jeanmichel.hautbois@ideasonboard.com
Headers show
Series
  • Remove local storage of the grid in algorithms
Related show

Message

Jean-Michel Hautbois Aug. 20, 2021, 4 p.m. UTC
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 | 28 ++++++++++++++--------------
 src/ipa/ipu3/algorithms/agc.h   |  5 ++---
 src/ipa/ipu3/algorithms/awb.cpp | 26 ++++++++++++++------------
 src/ipa/ipu3/algorithms/awb.h   |  8 ++++----
 4 files changed, 34 insertions(+), 33 deletions(-)