From c1c0f554051200ea051e5e31ee286e5f5e83c744 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Mon, 10 May 2021 23:02:43 +0530 Subject: aiq: Provide initial Intel AIQ Wrapper support The AIQ class is the entry point for running IPA algorithms for the requested frame and handles the statistics being generated. It comprises of wrapping the ia_aiq_*_run() functions and provide helper functions that take in the input parameters and location for their results after the run. These results(AiqResults) can be used for subsequent runs and setting statistics as required. Signed-off-by: Kieran Bingham Signed-off-by: Umang Jain --- aiq/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'aiq/meson.build') diff --git a/aiq/meson.build b/aiq/meson.build index 811515d..e3732f9 100644 --- a/aiq/meson.build +++ b/aiq/meson.build @@ -1,6 +1,7 @@ # SPDX-License-Identifier: CC0-1.0 ipu3_ipa_files += files([ + 'aiq.cpp', 'aiq_input_parameters.cpp', 'aiq_results.cpp', ]) -- cgit v1.2.1