[0/2] ipa: rkisp1: Fix histogram
mbox series

Message ID 20240319105403.4045592-1-paul.elder@ideasonboard.com
Headers show
Series
  • ipa: rkisp1: Fix histogram
Related show

Message

Paul Elder March 19, 2024, 10:54 a.m. UTC
This patch series fixes the histogram usage for rkisp1. The lower 4 bits
should be ignored.

Personally I feel like this should be fixed in the kernel... but I have
a feeling it would count as a uapi change and be rejected so we're
fixing it here in libcamera instead.

Paul Elder (2):
  ipa: libipa: histogram: Add rshift parameter to constructor
  ipa: rkisp1: agc: Fix histogram construction

 src/ipa/libipa/histogram.cpp      | 5 +++--
 src/ipa/libipa/histogram.h        | 2 +-
 src/ipa/rkisp1/algorithms/agc.cpp | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)