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_TNR_STATE_H 8 #define __IA_CSS_TNR_STATE_H 9 10 #include "type_support.h" 11 12 /* TNR (temporal noise reduction) */ 13 struct sh_css_isp_tnr_dmem_state { 14 u32 tnr_in_buf_idx; 15 u32 tnr_out_buf_idx; 16 }; 17 18 #endif /* __IA_CSS_TNR_STATE_H */ 19