From 79aa7ecd1ac90545885d4d9d2a7111e37f8e7f2f Mon Sep 17 00:00:00 2001 From: Stefan Klug Date: Mon, 26 Aug 2024 15:10:40 +0200 Subject: ipa: rkisp1: Remove MatrixInterpolator The MatrixInterpolator is no longer used. Remove it. Signed-off-by: Stefan Klug Reviewed-by: Kieran Bingham Reviewed-by: Paul Elder --- src/ipa/libipa/meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ipa/libipa/meson.build') diff --git a/src/ipa/libipa/meson.build b/src/ipa/libipa/meson.build index 2c2712a7..3740178b 100644 --- a/src/ipa/libipa/meson.build +++ b/src/ipa/libipa/meson.build @@ -9,7 +9,6 @@ libipa_headers = files([ 'histogram.h', 'interpolator.h', 'matrix.h', - 'matrix_interpolator.h', 'module.h', 'pwl.h', 'vector.h', @@ -24,7 +23,6 @@ libipa_sources = files([ 'histogram.cpp', 'interpolator.cpp', 'matrix.cpp', - 'matrix_interpolator.cpp', 'module.cpp', 'pwl.cpp', 'vector.cpp', -- cgit v1.2.1