hi_v200_vpss_nr_c

说明

定义3DNR视频色度滤波参数。

定义

typedef struct {
    hi_u8  sfc, tfc : 6, reserved : 2;
    hi_u8  trc, tpc : 6, reserved_1 : 2;
    hi_u8 mode : 1, reserved_2 : 7;
    hi_u8  presfc : 6, reserved_3 : 2;
} hi_v200_vpss_nr_c;

成员

成名名称

描述

sfc

色度空域相对强度参数。

取值范围[0, 255]。

tpc

时域色噪滤波类型。

取值范围[0, 32]。

tfc

色度时域相对强度参数。

取值范围[0, 32]。

trc

用于抑制运动区域的色彩侵染现象.

取值范围[0, 255]。

mode

色度滤波模式。

取值范围[0,1]

presfc

色度空域预处理滤波器的强度。

取值范围[0,32]。

reserved、reserved_1、reserved_2、reserved_3

预留参数,为保证后续版本兼容性,请务必使用memset结构体方式进行清零初始化,在代码中必须避免显式对reserved字段进行访问。