summaryrefslogtreecommitdiff
path: root/src/ipa/ipu3/algorithms/meson.build
blob: 3ec42f72ae60bf84dda7c5cfd9f8fe2d7cc56b9d (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: CC0-1.0

ipu3_ipa_algorithms = files([
    'agc.cpp',
    'algorithm.cpp',
    'awb.cpp',
    'blc.cpp',
    'tone_mapping.cpp',
])