Types and declarations for AV1 Encoding.
6
Data Structures | |
struct | NvMediaEncodeConfigAV1 |
Holds AV1 encoder configuration parameters. More... | |
struct | NvMediaEncodeInitializeParamsAV1 |
Holds AV1-specific encode initialization parameters. More... | |
struct | NvMediaEncodePicParamsAV1 |
Holds AV1-specific encoder picture parameters, which are sent on a per frame basis. More... | |
Enumerations | |
enum | NvMediaEncodeAV1Features { NVMEDIA_ENCODE_CONFIG_AV1_ENABLE_QUANTIZATION_PARAMS = (1 << 1), NVMEDIA_ENCODE_CONFIG_AV1_DISABLE_CDF_UPDATE = (1 << 2), NVMEDIA_ENCODE_CONFIG_AV1_FRAME_END_CDF_UPDATE = (1 << 3), NVMEDIA_ENCODE_CONFIG_AV1_ENABLE_PROFILING = (1 << 5), NVMEDIA_ENCODE_CONFIG_AV1_INIT_QP = (1 << 6), NVMEDIA_ENCODE_CONFIG_AV1_QP_MAX = (1 << 7) } |
Defines AV1 encoder configuration features. More... | |
enum | NvMediaEncodeAV1SeqHdrRepeatMode { NVMEDIA_ENCODE_SEQUENCEHDR_REPEAT_DISABLED = 0, NVMEDIA_ENCODE_SEQUENCEHDR_REPEAT_INTRA_FRAMES = 1, NVMEDIA_ENCODE_SEQUENCEHDR_REPEAT_IDR_FRAMES = 2 } |
Specifies the frequency of the writing of Sequence header for AV1. More... | |
Defines AV1 encoder configuration features.
Definition at line 1862 of file nvmedia_common_encode.h.
Specifies the frequency of the writing of Sequence header for AV1.
Definition at line 1883 of file nvmedia_common_encode.h.