hi_isp_lsc_cabli_table

Description

Defines LSC correction parameters.

Definition

typedef struct {
    hi_u16 r_gain[HI_ISP_LSC_GRID_POINTS];
    hi_u16 gr_gain[HI_ISP_LSC_GRID_POINTS];
    hi_u16 gb_gain[HI_ISP_LSC_GRID_POINTS];
    hi_u16 b_gain[HI_ISP_LSC_GRID_POINTS];
} hi_isp_lsc_cabli_table;

Members

Member

Description

r_gain[HI_ISP_LSC_GRID_POINTS]

Correction gain table of R channel. Value range: [0, 1023]

#define HI_ISP_LSC_GRID_COL 	33
#define HI_ISP_LSC_GRID_ROW 	33
#define HI_ISP_LSC_GRID_POINTS 	(HI_ISP_LSC_GRID_COL * HI_ISP_LSC_GRID_ROW)

gr_gain

Correction gain table of Gr channel. Value range: [0, 1023]

gb_gain

Correction gain table of Gb channel. Value range: [0, 1023]

b_gain

Correction gain table of B channel. Value range: [0, 1023]