[libcamera-devel] [PATCH v2 0/4] Move and improve AWB structures

Jean-Michel Hautbois jeanmichel.hautbois at ideasonboard.com
Thu Sep 2 15:43:49 CEST 2021


Patch 1/4 moves the AWB structures to be able to use those from the
ipa::ipu3::algorithms namespace (by AGC at least).

Patch 2/4 renames the stats region structure to make it clear it is an
accumulator structure.

Patch 3/4 and 4/4 are improving the Accumulator structure to have the
same layout as the IPAFrameContext::awb structure. 

Jean-Michel Hautbois (4):
  ipa: ipu3: Move the AWB stats structures
  ipa: ipu3: Rename IspStatsRegion to Accumulator
  ipa: ipu3: Replace Accumulator::uncounted to Accumulator::total
  ipa: ipu3: Change Accumulator structure layout

 src/ipa/ipu3/algorithms/awb.cpp | 58 ++++++++++++++++++++-------------
 src/ipa/ipu3/algorithms/awb.h   | 41 ++++++++++++-----------
 2 files changed, 57 insertions(+), 42 deletions(-)

-- 
2.30.2



More information about the libcamera-devel mailing list