Holds AV1 encoder configuration parameters.
Definition at line 1896 of file tvmr/include/nvmedia_common_encode.h.

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... | |
| NvMediaEncodeQuality | quality |
| Holds the encode quality pre-set. More... | |
| NvMediaBool | disableCdfUpdate |
| Set to NVMEDIA_TRUE to disable CDF update. More... | |
| uint32_t | reserved [19] |
| Reserved Bytes. More... | |