NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release

Detailed Description

Holds AV1 encoder configuration parameters.

Definition at line 1895 of file nvmedia_common_encode.h.

Collaboration diagram for NvMediaEncodeConfigAV1:

Data Fields

uint32_t features
 Holds bit-wise OR`ed configuration feature flags. More...
 
uint32_t gopLength
 Holds the number of pictures in one GOP. More...
 
NvMediaEncodeRCParams rcParams
 Holds the rate control parameters for the current encoding session. More...
 
uint32_t idrPeriod
 Holds the IDR interval. More...
 
uint32_t base_qindex
 Specifies quant base index (used only when rc_mode = 0) for each segment 0...255. More...
 
int32_t delta_y_dc_q
 Specifies explicit qindex adjustment for y dccoefficient, -15...15. More...
 
int32_t delta_uv_dc
 Specifies qindex adjustment for uv accoefficient, -15...15. More...
 
int32_t delta_uv_ac
 Specifies qindex adjustment for uv dccoefficient, -15...15. More...
 
NvMediaEncodeQP initQP
 Holds Initial QP parameters. More...
 
NvMediaEncodeQP maxQP
 Holds maximum QP parameters. More...
 
NvMediaBool disableCdfUpdate
 Set to true to disable CDF update. More...
 
NvMediaEncPreset encPreset
 Holds the encode quality pre-set. More...
 
NvMediaEncodeAV1SeqHdrRepeatMode repeatSeqHdr
 Holds the frequency of the writing of Sequence header. More...
 
uint32_t reserved [17]
 Reserved Bytes. More...
 

The documentation for this struct was generated from the following file: