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_ANR_PARAM_H 8 #define __IA_CSS_ANR_PARAM_H 9 10 #include "type_support.h" 11 12 /* ANR (Advanced Noise Reduction) */ 13 struct sh_css_isp_anr_params { 14 s32 threshold; 15 }; 16 17 #endif /* __IA_CSS_ANR_PARAM_H */ 18