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_HOST_H 8 #define __IA_CSS_ANR2_HOST_H 9 10 #include "sh_css_params.h" 11 12 #include "ia_css_anr2_types.h" 13 #include "ia_css_anr2_param.h" 14 #include "ia_css_anr2_table.host.h" 15 16 void 17 ia_css_anr2_vmem_encode( 18 struct ia_css_isp_anr2_params *to, 19 const struct ia_css_anr_thres *from, 20 size_t size); 21 22 void 23 ia_css_anr2_debug_dtrace( 24 const struct ia_css_anr_thres *config, unsigned int level) 25 ; 26 27 #endif /* __IA_CSS_ANR2_HOST_H */ 28