hi_rcsc_chn_stat

Description

Defines the luminance component values.

Prototype

typedef struct {
    hi_u64    min;
    hi_u64    max;
    hi_u64    cnt;
    hi_u64    sum;    
} hi_rcsc_chn_stat;

Members

Member

Description

min

Minimum value of the luminance components.

max

Maximum value of the luminance components.

cnt

Number of luminance components.

sum

Sum of the luminance component values.