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_BNR_HOST_H
8 #define __IA_CSS_BNR_HOST_H
9 
10 #include "sh_css_params.h"
11 
12 #include "ynr/ynr_1.0/ia_css_ynr_types.h"
13 #include "ia_css_bnr_param.h"
14 
15 void
16 ia_css_bnr_encode(
17     struct sh_css_isp_bnr_params *to,
18     const struct ia_css_nr_config *from,
19     unsigned int size);
20 
21 void
22 ia_css_bnr_dump(
23     const struct sh_css_isp_bnr_params *bnr,
24     unsigned int level);
25 
26 #endif /* __IA_CSS_DP_HOST_H */
27