From 288cfb9b8bad6943523663b23bd6bfb1e95be1ee Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Thu, 6 Oct 2022 20:18:31 +0900 Subject: utils: libtuning: modules: Add base LSC module Add a base LSC module to libtuning's collection of modules. It is based on raspberrypi's ctt's ALSC, but customizable for different lens shading table sizes, among other things. It alone is insufficient as a module, but it provides utilities that are useful for and which will simplify implementing LSC modules. Signed-off-by: Paul Elder Reviewed-by: Laurent Pinchart --- utils/tuning/libtuning/modules/lsc/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 utils/tuning/libtuning/modules/lsc/__init__.py (limited to 'utils/tuning/libtuning/modules/lsc/__init__.py') diff --git a/utils/tuning/libtuning/modules/lsc/__init__.py b/utils/tuning/libtuning/modules/lsc/__init__.py new file mode 100644 index 00000000..47d9b846 --- /dev/null +++ b/utils/tuning/libtuning/modules/lsc/__init__.py @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# +# Copyright (C) 2022, Paul Elder + +from libtuning.modules.lsc.lsc import LSC -- cgit v1.2.1