From patchwork Thu Nov 25 10:21:39 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean-Michel Hautbois X-Patchwork-Id: 14774 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id A3584BF415 for ; Thu, 25 Nov 2021 10:21:53 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 047E36039C; Thu, 25 Nov 2021 11:21:53 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Ic+ZHuFt"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 2F89460228 for ; Thu, 25 Nov 2021 11:21:50 +0100 (CET) Received: from tatooine.ideasonboard.com (unknown [IPv6:2a01:e0a:169:7140:d9a5:5e40:3323:d95]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id ADB0F881; Thu, 25 Nov 2021 11:21:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1637835709; bh=fuLVkuOBbRadUbSxwqnsLRarFJE92XcEgB72pV7ePzM=; h=From:To:Cc:Subject:Date:From; b=Ic+ZHuFt5ySKluyRWjlr3IB74jEfkY0tEBXWyPs/emco2Nc/DYrcwbXh0bqeWfpec 7ixUEfMDOi0gW+TpRwI5iVafeL+Ra+5SRepG8xj2Kz8rti83JbwOMpbSr3GKgozk92 7eIrwEztAlRZNL/UiX2uTTAcSsWADyauvFc7ZaMo= From: Jean-Michel Hautbois To: libcamera-devel@lists.libcamera.org Date: Thu, 25 Nov 2021 11:21:39 +0100 Message-Id: <20211125102143.52556-1-jeanmichel.hautbois@ideasonboard.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/4] ipa: ipu3: Misc clean up X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hello, While working on AGC porting from IPU3 to RkISP1, a few minor changes were proposed to clean the variables and function usage. Report those changes in IPU3. Jean-Michel Hautbois (4): ipa: ipu3: Return filtered value ipa: ipu3: Shorten exposure and gain lines ipa: ipu3: Remove local cached limits for shutter speed and gain ipa: ipu3: agc: Introduce lineDuration in IPASessionConfiguration src/ipa/ipu3/algorithms/agc.cpp | 83 ++++++++++++++++++--------------- src/ipa/ipu3/algorithms/agc.h | 13 +----- src/ipa/ipu3/ipa_context.cpp | 3 ++ src/ipa/ipu3/ipa_context.h | 1 + src/ipa/ipu3/ipu3.cpp | 6 ++- 5 files changed, 55 insertions(+), 51 deletions(-) base-commit: 1603c6c609c1a049e4435e1d99f8a6fb11f089da