1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Support for Intel Camera Imaging ISP subsystem.
4  * Copyright (c) 2015, Intel Corporation.
5  */
6 
7 #ifndef __IA_CSS_ANR2_PARAM_H
8 #define __IA_CSS_ANR2_PARAM_H
9 
10 #include "vmem.h"
11 #include "ia_css_anr2_types.h"
12 
13 /* Advanced Noise Reduction (ANR) thresholds */
14 
15 struct ia_css_isp_anr2_params {
16 	VMEM_ARRAY(data, ANR_PARAM_SIZE * ISP_VEC_NELEMS);
17 };
18 
19 #endif /* __IA_CSS_ANR2_PARAM_H */
20