14#ifndef _AVI_ISP_COLOR_CORRECTION_H_
15#define _AVI_ISP_COLOR_CORRECTION_H_
17#define AVI_ISP_COLOR_CORRECTION_COEFF_01_00 0x00
18#define AVI_ISP_COLOR_CORRECTION_COEFF_10_02 0x04
19#define AVI_ISP_COLOR_CORRECTION_COEFF_12_11 0x08
20#define AVI_ISP_COLOR_CORRECTION_COEFF_21_20 0x0c
21#define AVI_ISP_COLOR_CORRECTION_COEFF_22 0x10
22#define AVI_ISP_COLOR_CORRECTION_OFFSET_RY 0x14
23#define AVI_ISP_COLOR_CORRECTION_CLIP_RY 0x18
24#define AVI_ISP_COLOR_CORRECTION_OFFSET_GU 0x1c
25#define AVI_ISP_COLOR_CORRECTION_CLIP_GU 0x20
26#define AVI_ISP_COLOR_CORRECTION_OFFSET_BV 0x24
27#define AVI_ISP_COLOR_CORRECTION_CLIP_BV 0x28
union avi_isp_color_correction_clip_bv clip_bv
union avi_isp_color_correction_coeff_01_00 coeff_01_00
union avi_isp_color_correction_offset_ry offset_ry
union avi_isp_color_correction_clip_gu clip_gu
union avi_isp_color_correction_coeff_10_02 coeff_10_02
union avi_isp_color_correction_clip_ry clip_ry
union avi_isp_color_correction_coeff_21_20 coeff_21_20
union avi_isp_color_correction_offset_bv offset_bv
union avi_isp_color_correction_coeff_12_11 coeff_12_11
union avi_isp_color_correction_offset_gu offset_gu
union avi_isp_color_correction_coeff_22 coeff_22
unsigned int uint32_t
Typedef defining 32 bit unsigned int type.