hi_isp_csc_matrix
Description
Defines the CSC matrix coefficient.
Definition
typedef struct {
hi_s16 csc_in_dc[HI_ISP_CSC_DC_NUM];
hi_s16 csc_out_dc[HI_ISP_CSC_DC_NUM];
hi_s16 csc_coef[HI_ISP_CSC_COEF_NUM];
} hi_isp_csc_matrix;
Members
Member |
Description |
|---|---|
csc_in_dc[HI_ISP_CSC_DC_NUM] |
CSC matrix, input DC component Value range: [-1024,1023] #define HI_ISP_CSC_DC_NUM 3 |
csc_out_dc[HI_ISP_CSC_DC_NUM] |
CSC matrix, output DC component Value range: [-1024,1023] |
csc_coef[HI_ISP_CSC_COEF_NUM] |
CSC matrix, 3 x 3 coefficient Value range: [-4096, 4095] #define HI_ISP_CSC_COEF_NUM 9 |
Parent topic: Data Types