GNU Linux-libre 4.14.266-gnu1
[releases.git] / drivers / staging / media / atomisp / pci / atomisp2 / css2400 / isp / kernels / bh / bh_2 / ia_css_bh.host.h
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_BH_HOST_H
16 #define __IA_CSS_BH_HOST_H
17
18 #include "ia_css_bh_param.h"
19 #include "s3a/s3a_1.0/ia_css_s3a_types.h"
20
21 void
22 ia_css_bh_hmem_decode(
23         struct ia_css_3a_rgby_output *out_ptr,
24         const struct ia_css_bh_table *hmem_buf);
25
26 void
27 ia_css_bh_encode(
28         struct sh_css_isp_bh_params *to,
29         const struct ia_css_3a_config *from,
30         unsigned size);
31
32 #endif /* __IA_CSS_BH_HOST_H */