hi_vpss_grp_param

Description

Defines the 3DNR parameters of the VPSS.

Prototype

typedef struct{
    hi_vpss_grp_nrx_param   nrx_param;
    hi_u32                  reserved[4];
}hi_vpss_grp_param;

Members

Member

Description

nrx_param

Standard 3DNR parameter.

reserved

Reserved. To ensure compatibility in later versions, use the memset struct for resetting and initialization. Do not explicitly access the reserved field in the code.