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

Message ID 20210820121149.85859-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, 12:11 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 | 29 +++++++++++++++--------------
 src/ipa/ipu3/algorithms/agc.h   |  5 ++---
 src/ipa/ipu3/algorithms/awb.cpp | 29 ++++++++++++++++-------------
 src/ipa/ipu3/algorithms/awb.h   |  8 ++++----
 4 files changed, 37 insertions(+), 34 deletions(-)