blob: 6ee71a9b5da3115529e53c78cd43a8f5eb21fd04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# SPDX-License-Identifier: CC0-1.0
rkisp1_ipa_algorithms = files([
'agc.cpp',
'awb.cpp',
'blc.cpp',
'cproc.cpp',
'dpcc.cpp',
'dpf.cpp',
'filter.cpp',
'goc.cpp',
'gsl.cpp',
'lsc.cpp',
])
|