{"id":13788,"url":"https://patchwork.libcamera.org/api/1.1/covers/13788/?format=json","web_url":"https://patchwork.libcamera.org/cover/13788/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20210909135449.68017-1-jeanmichel.hautbois@ideasonboard.com>","date":"2021-09-09T13:54:44","name":"[libcamera-devel,v6,0/5] Move and improve AWB structures","submitter":{"id":75,"url":"https://patchwork.libcamera.org/api/1.1/people/75/?format=json","name":"Jean-Michel Hautbois","email":"jeanmichel.hautbois@ideasonboard.com"},"mbox":"https://patchwork.libcamera.org/cover/13788/mbox/","series":[{"id":2508,"url":"https://patchwork.libcamera.org/api/1.1/series/2508/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=2508","date":"2021-09-09T13:54:44","name":"Move and improve AWB structures","version":6,"mbox":"https://patchwork.libcamera.org/series/2508/mbox/"}],"comments":"https://patchwork.libcamera.org/api/covers/13788/comments/","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id E432ABDB1D\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu,  9 Sep 2021 13:54:55 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id F25A869172;\n\tThu,  9 Sep 2021 15:54:54 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 1A2D66916B\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu,  9 Sep 2021 15:54:54 +0200 (CEST)","from tatooine.ideasonboard.com (unknown\n\t[IPv6:2a01:e0a:169:7140:ab35:be36:579e:39cf])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id B2F12883;\n\tThu,  9 Sep 2021 15:54:53 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"NmARbRA0\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1631195693;\n\tbh=3ArhjCHGz3DsHZVnNUiQ9plRV7v0AH0OURM+6B4SRyY=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=NmARbRA0uRmzJeeRoF/Z7JYlWxB+541iTE7mhzn5SoeB+JpHAPQ9rQZD5BNi5r+Eu\n\tN/jF7gaYEhusHVE1hIDpJ2QoMVafIohSH/UfIl0xf9NCM4pB+RvGIgf/jFhQ5NKUfs\n\tulgtkm3emj2JXr7wPb6vaq9Pnj/KCAQzx+PsKST0=","From":"Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Thu,  9 Sep 2021 15:54:44 +0200","Message-Id":"<20210909135449.68017-1-jeanmichel.hautbois@ideasonboard.com>","X-Mailer":"git-send-email 2.30.2","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH v6 0/5] Move and improve AWB structures","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"On the path towards a cleaner and more documented IPA for the IPU3, this\nseries changes the structures used by the AWB algorithm.\n\n- v6 adds a real better documentation in the AWB part (thanks Kieran) and\nproperly defines the terms used in the algorithm (cell and zone). A new\npatch appears which is here to make it consistent.\n- v5 is a small rewording of the commit messages for 2/4 and 4/4.\n- v4 changes the way the structure is used in intel-ipu3.h to avoid\nany change in the buffer size. It should be transparent.\n\nPatch 1/5 moves the AWB structures to be able to use those from the\nipa::ipu3::algorithms namespace (by AGC at least).\n\nPatch 2/5 renames the stats region structure to make it clear it is an\naccumulator structure.\n\nPatch 3/5 is improving the Accumulator structure to have the same layout\nas the IPAFrameContext::awb structure.\n\nPatch 4/5 is removing the IPU3AwbCell from libcamera, and uses its\ndefinition directly from the kernel header.\n\nAnd if the cover letter has been read until here, there is no need to\npresent patch 5/5 ;-).\n\n\nJean-Michel Hautbois (5):\n  ipa: ipu3: Move the AWB stats structures\n  ipa: ipu3: Rename IspStatsRegion to Accumulator\n  ipa: ipu3: Change Accumulator structure layout\n  ipa: ipu3: Replace ipa::ipu3::algorithms::Ipu3AwbCell\n  ipa: ipu3: awb: Make the naming consistant\n\n include/linux/intel-ipu3.h      |  28 +++++++-\n src/ipa/ipu3/algorithms/agc.cpp |   7 +-\n src/ipa/ipu3/algorithms/awb.cpp | 120 +++++++++++++++++++++-----------\n src/ipa/ipu3/algorithms/awb.h   |  30 +++-----\n 4 files changed, 122 insertions(+), 63 deletions(-)"}