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_TYPES_H
8 #define __IA_CSS_ANR2_TYPES_H
9 
10 /* @file
11 * CSS-API header file for Advanced Noise Reduction kernel v2
12 */
13 
14 #include "type_support.h"
15 
16 #define ANR_PARAM_SIZE          13
17 
18 /* Advanced Noise Reduction (ANR) thresholds */
19 struct ia_css_anr_thres {
20 	s16 data[13 * 64];
21 };
22 
23 #endif /* __IA_CSS_ANR2_TYPES_H */
24