[libcamera-devel] [PATCH 0/3] ipa: ipu3: af: Small improvements

Kieran Bingham kieran.bingham at ideasonboard.com
Tue Mar 15 18:53:42 CET 2022


Following review of the IPU3 Af implementation, the following additional
improvements were identified.

No functional change to the running of the algorithm is intended or
expected, though this does remove a memcpy, and hopefully make it easier
to use custom ROI's and return the AF regions in later developments.

Kieran Bingham (3):
  ipa: ipu3: af: Move constants to implementation
  ipa: ipu3: af: Use geometry classes to perform grid centering
  ipa: ipu3: af: Remove redundant memcpy

 src/ipa/ipu3/algorithms/af.cpp | 109 +++++++++++++--------------------
 src/ipa/ipu3/algorithms/af.h   |  13 +---
 2 files changed, 43 insertions(+), 79 deletions(-)

-- 
2.32.0



More information about the libcamera-devel mailing list