summaryrefslogtreecommitdiff
path: root/aiq/meson.build
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2021-05-10 23:02:43 +0530
committerUmang Jain <umang.jain@ideasonboard.com>2021-06-28 17:54:08 +0530
commitc1c0f554051200ea051e5e31ee286e5f5e83c744 (patch)
tree189d52fa931397345bfa6a138272c323ad224000 /aiq/meson.build
parent03d07648fe3ba288922609b5f310d159cc41001a (diff)
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 <kieran.bingham@ideasonboard.com> Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Diffstat (limited to 'aiq/meson.build')
-rw-r--r--aiq/meson.build1
1 files changed, 1 insertions, 0 deletions
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',
])