hi_vpss_nr_attr
Description
Defines the 3DNR attribute of a VPSS group. When 3DNR is enabled, the compression format can only be frame compression or non-compression.
Prototype
typedef struct {
hi_vpss_nr_type nr_type;
hi_compress_mode compress_mode;
hi_vpss_nr_motion_mode nr_motion_mode;
} hi_vpss_nr_attr;
Members
Member |
Description |
|---|---|
nr_type |
NR type |
compress_mode |
Compression type of the reconstruction frame. Only the frame compression mode HI_COMPRESS_MODE_FRAME is supported. When the frame compression mode is enabled, the width must be greater than or equal to 640, and the height must be greater than or equal to 480 and less than or equal to 4096. |
nr_motion_mode |
NR motion vector mode |
Parent topic: VPSS