hi_rcsc_to_rgb_conf

Description

Defines the CSC configuration.

Prototype

typedef struct {
    hi_rcsc_conf    conf;
    hi_coefficient  csc_coefficient;
    hi_rcsc_chn_stat stat[3]; // RGB_CHANNEL_NUM=3
} hi_rcsc_to_rgb_conf;

Members

Member

Description

conf

CSC configuration information. Currently, only Gamma table coefficients are supported.

csc_coefficient

Conversion parameters.

stat

Luminance component values.