From patchwork Tue Jan 26 16:24:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 11009 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 2CCD2C0F2B for ; Tue, 26 Jan 2021 16:24:18 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id A538A68317; Tue, 26 Jan 2021 17:24:17 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=raspberrypi.com header.i=@raspberrypi.com header.b="jg+nNK6O"; dkim-atps=neutral Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 2824D6830F for ; Tue, 26 Jan 2021 17:24:17 +0100 (CET) Received: by mail-wr1-x430.google.com with SMTP id b5so17093937wrr.10 for ; Tue, 26 Jan 2021 08:24:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raspberrypi.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=cauejj4x/ggRFYwSej93nwgHyaaTSrLf48SD9zCbxOQ=; b=jg+nNK6OWq+UBpnZZDoqpHAsVexF6IYjRrecaZu04K0psiTImZ2ArvC7mBrXgeali6 mLwVclhUxtzvWvdP5lyId6qwRHwuhlX+bX8NwYWkVpvspHekPL4qaxgd9tQUbveyNn+s 5M0xRusBqSpZAqXVsbu9r/pl1+7CLN9MN8qZzgANuge1R2QkX6m1QUAWAE5cvKfTGkR5 4HRWpfrCd32/eIWd/pbpMVqYHDS0AY259bfxmL1gslt6lw2/jB8jioaCNjvr/mUVlQmR E8hEKnNuvvs60CfPXwWCjvquwlOJgjfuKHzeAaRV0J9bdLJJC3S36QnCA4Wf6BpO/x8p /21Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=cauejj4x/ggRFYwSej93nwgHyaaTSrLf48SD9zCbxOQ=; b=FO/R9rsW/Exy/D6/9lJwH1Dsln+V5GxMmIx8+2KcZt1SqpzdH+wYR/5V38ObgrXNSF XJJgaqQpSn6aJJPcwtXhFJzhYdb9G4oXSvTni19TJ7weEInurkmDwN1DyFkYzgjCfTCw GVFYab14SSUKOoieLqUFZeBbb4sQ4wt+GX+HvkV4GmA/A9NvAWo9USwrTU/Tfq6UsN1M 0ouUGA5jeZhckCSbef4lTIOP8uL0dHtSTSb8bk5SUu2HS7yOVmIKmnu/sg0oCdBPKtsE B4LMHP6bk6u4qTrK4DbClrsoXiLYUgYNYx2MqS2Tj1NsITR31bCxlXOUh1GEourppIt4 8bdw== X-Gm-Message-State: AOAM533hclvoHyj/ql8O+WHiemm93JJbT15anlHllNQ5M+V5Ty5PVvn/ K8Vjg1s++Pm4f9jn3fQpMQETB/ySTtzvYjSt X-Google-Smtp-Source: ABdhPJyeSRHdminKzvog1b+z413pm2Uz+nmQI21x0q0O+VqIGKTCY3koSlhIt7dqkDJqBwAsJ0yNjA== X-Received: by 2002:a5d:4882:: with SMTP id g2mr6821714wrq.273.1611678256504; Tue, 26 Jan 2021 08:24:16 -0800 (PST) Received: from naushir-VirtualBox.patuck.local ([88.97.76.4]) by smtp.gmail.com with ESMTPSA id m18sm8725809wrx.17.2021.01.26.08.24.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jan 2021 08:24:15 -0800 (PST) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Tue, 26 Jan 2021 16:24:06 +0000 Message-Id: <20210126162412.824033-1-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v4 0/6] Raspberry Pi: Colour denoise 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" Hi all, There are no code changes between v3 and v4 for this series. I've only added review tags to the various commits. If nobody has any further comments or feedback, I think this can be merged. Regards, Naush Naushir Patuck (6): pipeline: raspberrypi: Refactor stream configuration routine pipeline: raspberrypi: Set the ISP Output1 to 1/4 resolution if unused uapi: raspberrypi: Update the bcm2835-isp header definition ipa: raspberrypi: Rename SdnStatus to DenoiseStatus ipa: raspberrypi: Add a DenoiseAlgorithm class to the Controller ipa: raspberrypi: Handle control::NoiseReductionMode in the controller include/linux/bcm2835-isp.h | 32 ++++++- .../controller/denoise_algorithm.hpp | 23 +++++ .../{sdn_status.h => denoise_status.h} | 7 +- src/ipa/raspberrypi/controller/rpi/sdn.cpp | 17 ++-- src/ipa/raspberrypi/controller/rpi/sdn.hpp | 5 +- src/ipa/raspberrypi/raspberrypi.cpp | 55 ++++++++++-- .../pipeline/raspberrypi/raspberrypi.cpp | 86 ++++++++++--------- 7 files changed, 169 insertions(+), 56 deletions(-) create mode 100644 src/ipa/raspberrypi/controller/denoise_algorithm.hpp rename src/ipa/raspberrypi/controller/{sdn_status.h => denoise_status.h} (62%)