{"id":24897,"url":"https://patchwork.libcamera.org/api/1.1/patches/24897/?format=json","web_url":"https://patchwork.libcamera.org/patch/24897/","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":"<20251029172439.1513907-9-kieran.bingham@ideasonboard.com>","date":"2025-10-29T17:24:33","name":"[v2,08/13] test: libipa: Provide ScaledFixedPoint tests","commit_ref":null,"pull_url":null,"state":"superseded","archived":false,"hash":"dc0d2d120d0adc95017af82e73cc71945ae33529","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/1.1/people/4/?format=json","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/24897/mbox/","series":[{"id":5544,"url":"https://patchwork.libcamera.org/api/1.1/series/5544/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=5544","date":"2025-10-29T17:24:25","name":"libipa: Introduce a Quantized type","version":2,"mbox":"https://patchwork.libcamera.org/series/5544/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/24897/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/24897/checks/","tags":{},"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 2142BC3331\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 29 Oct 2025 17:25:06 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id A318C6085D;\n\tWed, 29 Oct 2025 18:25:05 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 4BB5860879\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 29 Oct 2025 18:24:48 +0100 (CET)","from Monstersaurus.hippo-penny.ts.net\n\t(cpc89244-aztw30-2-0-cust6594.18-1.cable.virginm.net [86.31.185.195])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id EF5911E27;\n\tWed, 29 Oct 2025 18:22:58 +0100 (CET)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"chNTWVtY\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1761758579;\n\tbh=PTwzVqeQFmvDw4CuaQJJQ+zLm+zmOChgslJvh1fXYKg=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=chNTWVtYVCtrydS7diU96gRQJL6+gxPH1hXDxRoxRzZ6v+9///49sUhY5qpTOBkHP\n\taUSMhfjVPFyoa/fSEuOCVdCoe7IYOxF7j+4q5Kuvh7Hx1Hxd5wDZWp5SmFxUAXiulZ\n\tQExdUS6LEm/Ts6cDn2QC3DN9Abv+qpYM1AhY0/aU=","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"libcamera devel <libcamera-devel@lists.libcamera.org>","Cc":"Kieran Bingham <kieran.bingham@ideasonboard.com>","Subject":"[PATCH v2 08/13] test: libipa: Provide ScaledFixedPoint tests","Date":"Wed, 29 Oct 2025 17:24:33 +0000","Message-ID":"<20251029172439.1513907-9-kieran.bingham@ideasonboard.com>","X-Mailer":"git-send-email 2.50.1","In-Reply-To":"<20251029172439.1513907-1-kieran.bingham@ideasonboard.com>","References":"<20251029172439.1513907-1-kieran.bingham@ideasonboard.com>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","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":"Use the new ScaledFixedPointQTraits to create a HueQ representing\nthe equivalent scale used by the RKISP1 Hue control to validate\nthe scaling capabilities of the new quantized type.\n\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n test/ipa/libipa/fixedpoint.cpp | 29 +++++++++++++++++++++++++++++\n 1 file changed, 29 insertions(+)","diff":"diff --git a/test/ipa/libipa/fixedpoint.cpp b/test/ipa/libipa/fixedpoint.cpp\nindex 4bffd40f5a63..f8be1e4bf70f 100644\n--- a/test/ipa/libipa/fixedpoint.cpp\n+++ b/test/ipa/libipa/fixedpoint.cpp\n@@ -221,6 +221,32 @@ protected:\n \t\treturn TestPass;\n \t}\n \n+\tint testScaledFixedPointQuantizers()\n+\t{\n+\t\tunsigned int fails = 0;\n+\t\tcerr << std::endl\n+\t\t     << \"Scaled Fixed-Point Quantizer tests:\" << std::endl;\n+\n+\t\tusing HueQ = Quantized<ScaledFixedPointQTraits<Q1_7::TraitsType, 90>>;\n+\n+\t\tfails += introduce<HueQ>(\"HueQ (Scaled Q1_7 * 90) \");\n+\n+\t\t/* clang-format off */\n+\n+\t\tfails += quantizedCheck<HueQ>(-90.0f, -128, -90.0f);\t/* Min */\n+\t\tfails += quantizedCheck<HueQ>(-45.0f,  -64, -45.0f);\t/* Mid negative */\n+\t\tfails += quantizedCheck<HueQ>(  0.0f,    0,   0.0f);\t/* Zero */\n+\t\tfails += quantizedCheck<HueQ>( 45.0f,   64,  45.0f);\t/* Mid positive */\n+\t\tfails += quantizedCheck<HueQ>( 90.0f,  127,  89.2969f);\t/* Max */\n+\n+\t\tfails += quantizedCheck<HueQ>(-99.0f, -128, -90.0f);\t/* Clamp low */\n+\t\tfails += quantizedCheck<HueQ>( 99.0f,  127,  89.2969f);\t/* Clamp high */\n+\n+\t\t/* clang-format on */\n+\n+\t\treturn fails ? TestFail : TestPass;\n+\t}\n+\n \tint run()\n \t{\n \t\tunsigned int fails = 0;\n@@ -232,6 +258,9 @@ protected:\n \t\tif (testFixedPointQuantizers() != TestPass)\n \t\t\tfails++;\n \n+\t\tif (testScaledFixedPointQuantizers() != TestPass)\n+\t\t\tfails++;\n+\n \t\treturn fails ? TestFail : TestPass;\n \t}\n };\n","prefixes":["v2","08/13"]}