14 #ifndef _AVI_ISP_LENS_SHADING_CORRECTION_H_
15 #define _AVI_ISP_LENS_SHADING_CORRECTION_H_
17 #define AVI_ISP_LENS_SHADING_CORRECTION_BAYER_CFA 0x00
18 #define AVI_ISP_LENS_SHADING_CORRECTION_OFFSET_X_Y 0x04
19 #define AVI_ISP_LENS_SHADING_CORRECTION_CELL_ID_X_Y 0x08
20 #define AVI_ISP_LENS_SHADING_CORRECTION_CELL_W 0x0c
21 #define AVI_ISP_LENS_SHADING_CORRECTION_CELL_H 0x10
22 #define AVI_ISP_LENS_SHADING_CORRECTION_CELL_W_INV 0x14
23 #define AVI_ISP_LENS_SHADING_CORRECTION_CELL_H_INV 0x18
24 #define AVI_ISP_LENS_SHADING_CORRECTION_ALPHA 0x1c
25 #define AVI_ISP_LENS_SHADING_CORRECTION_BETA 0x20
26 #define AVI_ISP_LENS_SHADING_CORRECTION_THRESHOLD 0x24
27 #define AVI_ISP_LENS_SHADING_CORRECTION_GAIN 0x28
151 #define AVI_ISP_LENS_SHADING_CORRECTION_RED_COEFF_MEM 0x1000
167 #define AVI_ISP_LENS_SHADING_CORRECTION_GREEN_COEFF_MEM 0x1400
183 #define AVI_ISP_LENS_SHADING_CORRECTION_BLUE_COEFF_MEM 0x1800
union avi_isp_lens_shading_correction_cell_w cell_w
union avi_isp_lens_shading_correction_cell_h_inv cell_h_inv
union avi_isp_lens_shading_correction_cell_id_x_y cell_id_x_y
union avi_isp_lens_shading_correction_bayer_cfa bayer_cfa
union avi_isp_lens_shading_correction_threshold threshold
union avi_isp_lens_shading_correction_offset_x_y offset_x_y
union avi_isp_lens_shading_correction_beta beta
union avi_isp_lens_shading_correction_green_coeff_mem green_coeff_mem[221]
union avi_isp_lens_shading_correction_cell_w_inv cell_w_inv
union avi_isp_lens_shading_correction_alpha alpha
union avi_isp_lens_shading_correction_red_coeff_mem red_coeff_mem[221]
union avi_isp_lens_shading_correction_cell_h cell_h
union avi_isp_lens_shading_correction_blue_coeff_mem blue_coeff_mem[221]
union avi_isp_lens_shading_correction_gain gain
unsigned int uint32_t
Typedef defining 32 bit unsigned int type.