]> www.infradead.org Git - users/jedix/linux-maple.git/blob
b6bf449ecdff8cfc4cf27189bdf2901683da6c78
[users/jedix/linux-maple.git] /
1 /*
2  * Support for Intel Camera Imaging ISP subsystem.
3  * Copyright (c) 2015, Intel Corporation.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms and conditions of the GNU General Public License,
7  * version 2, as published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
12  * more details.
13  */
14
15 #ifndef __IA_CSS_XNR3_0_11_TYPES_H
16 #define __IA_CSS_XNR3_0_11_TYPES_H
17
18  /*
19  * STRUCT ia_css_xnr3_0_11_config
20  * -----------------------------------------------
21  * Struct with all parameters for the XNR3.0.11 kernel that can be set
22  * from the CSS API
23  */
24 struct ia_css_xnr3_0_11_config {
25         int32_t weight_y0;     /**< Weight for Y range similarity in dark area */
26         int32_t weight_y1;     /**< Weight for Y range similarity in bright area */
27         int32_t weight_u0;     /**< Weight for U range similarity in dark area */
28         int32_t weight_u1;     /**< Weight for U range similarity in bright area */
29         int32_t weight_v0;     /**< Weight for V range similarity in dark area */
30         int32_t weight_v1;     /**< Weight for V range similarity in bright area */
31 };
32
33 #endif /* __IA_CSS_XNR3_0_11_TYPES_H */