Add an algorithm module to the rkisp1 IPA for crosstalk correction. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
16 lines
242 B
Meson
16 lines
242 B
Meson
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
rkisp1_ipa_algorithms = files([
|
|
'agc.cpp',
|
|
'awb.cpp',
|
|
'blc.cpp',
|
|
'ccm.cpp',
|
|
'cproc.cpp',
|
|
'dpcc.cpp',
|
|
'dpf.cpp',
|
|
'filter.cpp',
|
|
'goc.cpp',
|
|
'gsl.cpp',
|
|
'lsc.cpp',
|
|
])
|