NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
nvmedia_common_encode.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2019-2020 NVIDIA CORPORATION. All rights reserved. All
3  * information contained herein is proprietary and confidential to NVIDIA
4  * Corporation. Any use, reproduction, or disclosure without the written
5  * permission of NVIDIA Corporation is prohibited.
6  */
7 
8 
17 #ifndef NVMEDIA_COMMON_ENCODE_H
18 #define NVMEDIA_COMMON_ENCODE_H
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 #include "nvmedia_core.h"
27 
39 #define NVMEDIA_COMMON_ENCODE_VERSION_MAJOR 1
40 
41 #define NVMEDIA_COMMON_ENCODE_VERSION_MINOR 2
42 
47 #define NVMEDIA_VIDEO_ENCODER_TIMEOUT_INFINITE 0xFFFFFFFFU
48 
53 #define NVMEDIA_ENCODE_INFINITE_GOPLENGTH 0xFFFFFFFFU
54 
59 typedef struct {
61  int16_t qpInterP;
63  int16_t qpInterB;
65  int16_t qpIntra;
66 
67  int16_t reserved[3];
69 
75 typedef enum
76 {
90 
95 typedef struct {
99  uint32_t numBFrames;
100  union {
101  struct {
103  uint32_t averageBitRate;
106  uint32_t vbvBufferSize;
109  uint32_t vbvInitialDelay;
110  } cbr;
111  struct {
115  } const_qp;
116  struct {
118  uint32_t averageBitRate;
120  uint32_t maxBitRate;
123  uint32_t vbvBufferSize;
126  uint32_t vbvInitialDelay;
127  } vbr;
128  struct {
130  uint32_t averageBitRate;
132  uint32_t maxBitRate;
135  uint32_t vbvBufferSize;
138  uint32_t vbvInitialDelay;
141  } vbr_minqp;
142  struct {
144  uint32_t averageBitRate;
147  uint32_t vbvBufferSize;
150  uint32_t vbvInitialDelay;
152  NvMediaEncodeQP minQP;
153  } cbr_minqp;
154  } params;
160  int8_t maxSessionQP;
161  int8_t reserved[3];
163 
168 typedef enum {
174 
186 typedef enum {
202 
206 typedef enum {
209 
224 
229 typedef enum {
232 
262 
267 typedef enum {
278 
282 typedef enum {
290 
295 typedef enum {
301 
306 typedef enum {
316 
321 typedef enum {
329 
334 typedef enum {
353 
372 
381 
390 
400 
405 typedef enum {
425 
431 typedef enum {
439 
445 typedef enum {
453 
458 typedef enum {
466 
471 #define MAX_NON_SLICE_DATA_SIZE 2048U
472 
477 typedef struct {
479  uint32_t ulNalSize;
481  uint8_t data[MAX_NON_SLICE_DATA_SIZE];
483 
487 typedef struct {
492  uint8_t aspectRatioIdc;
495  uint16_t aspectSARWidth;
498  uint16_t aspectSARHeight;
508  uint8_t videoFormat;
523  uint8_t colourMatrix;
530 
534 typedef struct {
544 
548 typedef struct {
550  int32_t mvx : 12;
552  int32_t mvy : 10;
554  uint32_t refidx : 5;
556  uint32_t dir : 1;
558  uint32_t partType : 2;
560  uint32_t lastofPart : 1;
562  uint32_t lastOfMB : 1;
564 
569 typedef enum {
621 
625 typedef struct {
628  uint32_t features;
632  uint32_t gopLength;
641  uint32_t idrPeriod;
673  uint32_t intraRefreshCnt;
706 
710 typedef struct {
712  uint32_t payloadSize;
714  uint32_t payloadType;
716  uint8_t *payload;
718 
722 typedef struct {
724  uint16_t encodeWidth;
725  uint16_t reserved1;
727  uint16_t encodeHeight;
728  uint16_t reserved2;
733  uint32_t frameRateNum;
736  uint32_t frameRateDen;
740  uint8_t profile;
744  uint8_t level;
781  uint8_t reserved3[3];
789  uint32_t mvcNumViews : 4;
794  uint32_t enableAllIFrames : 1;
796  uint32_t reserved : 26;
798 
802 typedef struct {
807  uint32_t encodePicFlags;
814  uint32_t nextBFrames;
846  union
847  {
849  uint8_t *meHints;
850  };
853  uint32_t frameRateNum;
856  uint32_t frameRateDen;
858  uint32_t viewId;
871 typedef struct {
876  uint8_t aspectRatioIdc;
879  uint16_t aspectSARWidth;
882  uint16_t aspectSARHeight;
892  uint8_t videoFormat;
907  uint8_t matrixCoeffs;
908  /* Holds that num_units_in_tick, time_scale and fixed_frame_rate_flag are present
909  in the bitstream (as defined in Annex E of the ITU-T Specification). */
911  /* Specified the bitstream restriction info (as defined in Annex E of the ITU-T Specification). */
914 
919 typedef enum {
965 
969 typedef struct {
972  uint32_t features;
976  uint32_t gopLength;
984  uint32_t idrPeriod;
1030 
1034 typedef struct {
1036  uint16_t encodeWidth;
1037  uint16_t reserved1;
1039  uint16_t encodeHeight;
1040  uint16_t reserved2;
1047  uint32_t frameRateNum;
1050  uint32_t frameRateDen;
1054  uint8_t profile;
1058  uint8_t level;
1062  uint8_t levelTier;
1100  uint32_t mvNumViews : 4;
1104  uint32_t enableAllIFrames : 1;
1106  uint32_t reserved : 26;
1108 
1112 typedef struct {
1114  uint32_t payloadSize;
1116  uint32_t payloadType;
1118  uint32_t nalUnitType;
1120  uint8_t *payload;
1122 
1126 typedef struct {
1131  uint32_t encodePicFlags;
1138  uint32_t nextBFrames;
1173  uint32_t frameRateNum;
1176  uint32_t frameRateDen;
1178  uint32_t viewId;
1180 
1193 typedef enum {
1212 
1216 typedef struct {
1218  uint32_t features;
1222  uint32_t gopLength;
1228  uint32_t idrPeriod;
1229 
1234  uint32_t filter_type;
1236  uint32_t filter_level;
1241  int8_t ref_lf_deltas[4];
1243  int8_t mode_lf_deltas[2];
1248 
1249  /* Set the feature flag \ref NVMEDIA_ENCODE_CONFIG_VP9_ENABLE_QUANTIZATION_PARAMS
1250  to set the following parameters */
1253  uint32_t base_qindex;
1256  int32_t delta_y_dc_q;
1259  int32_t delta_uv_dc;
1262  int32_t delta_uv_ac;
1263 
1264  /* Set the feature flag \ref NVMEDIA_ENCODE_CONFIG_VP9_ENABLE_TRANSFORM_MODE to
1265  set the following parameter */
1269  uint32_t transform_mode;
1270 
1271  /* Set the feature flag \ref NVMEDIA_ENCODE_CONFIG_VP9_ENABLE_HIGH_PRECISION_MV
1272  to set the following parameter */
1275  uint32_t high_prec_mv;
1276 
1277  /* Set the feature flag \ref NVMEDIA_ENCODE_CONFIG_VP9_DISABLE_ERROR_RESILIENT to
1278  set the following parameter */
1282 
1292 
1296 typedef struct {
1298  uint32_t encodeWidth;
1300  uint32_t encodeHeight;
1306  uint32_t frameRateNum;
1309  uint32_t frameRateDen;
1328 
1332 typedef struct {
1337  uint32_t encodePicFlags;
1344  uint32_t nextBFrames;
1373 
1386 typedef enum {
1401 
1405 typedef struct {
1407  uint32_t features;
1411  uint32_t gopLength;
1415  uint32_t version;
1422  uint32_t filter_type;
1424  uint32_t filter_level;
1429  int8_t ref_lf_deltas[4];
1431  int8_t mode_lf_deltas[4];
1439  uint32_t base_qindex;
1442  uint32_t y1dc_delta_q;
1444  uint32_t y2dc_delta_q;
1446  uint32_t y2ac_delta_q;
1448  uint32_t uvdc_delta_q;
1450  uint32_t uvac_delta_q;
1462  int8_t seg_filter_level[4];
1464  int8_t seg_qindex[4];
1481 
1485 typedef struct {
1487  uint32_t encodeWidth;
1489  uint32_t encodeHeight;
1492  uint32_t frameRateNum;
1495  uint32_t frameRateDen;
1502 
1506 typedef struct {
1511  uint32_t encodePicFlags;
1519  uint32_t frameRateNum;
1522  uint32_t frameRateDen;
1524 
1529 /*
1530  * \defgroup history_nvmedia_common_encode History
1531  * Provides change history for the NvMedia Common Encode Types.
1532  *
1533  * \section history_nvmedia_common_encode Version History
1534  *
1535  * <b> Version 1.0 </b> July 10, 2019
1536  * - Initial release
1537  *
1538  * <b> Version 1.1 </b> July 13, 2019
1539  * - Removed support for NVMEDIA_ENCODE_BLOCKING_TYPE_ALWAYS NvMediaBlockingType
1540  *
1541  * <b> Version 1.2 </b> July 15, 2019
1542  * - Update the size of qpInterP, qpInterB and qpIntra, and added reserved to struture NvMediaEncodeQP
1543  * - Updated size of maxSessionQP, encodeWidth, encodeHeight and useBFramesAsRef with proper reserved variable.
1544  * - Moved meExternalHints in a Union with uint8_t* member. This is to avoid cast.
1545  *
1546  */
1547 
1548 
1549 #ifdef __cplusplus
1550 }; /* extern "C" */
1551 #endif
1552 
1553 #endif /* NVMEDIA_COMMON_ENCODE_H */
NVMEDIA_ENCODE_PARAMS_RC_CONSTQP
@ NVMEDIA_ENCODE_PARAMS_RC_CONSTQP
Constant QP mode.
Definition: nvmedia_common_encode.h:80
NvMediaEncodeConfigVP8::refresh_entropy_probs
uint32_t refresh_entropy_probs
VP8 refresh entropy probs.
Definition: nvmedia_common_encode.h:1452
NVMEDIA_ENCODE_MOTION_SEARCH_CONTROL_FLAG_VALID
@ NVMEDIA_ENCODE_MOTION_SEARCH_CONTROL_FLAG_VALID
Enable the flag set.
Definition: nvmedia_common_encode.h:423
NvMediaEncodeConfigVP8::quality
NvMediaEncodeQuality quality
Holds encode quality pre-set.
Definition: nvmedia_common_encode.h:1479
NvMediaEncodePicParamsVP8
Holds VP8-specific encoder picture parameters, which are sent on a per frame basis.
Definition: nvmedia_common_encode.h:1506
NvMediaEncodeConfigH265VUIParams::videoSignalTypePresentFlag
NvMediaBool videoSignalTypePresentFlag
If set to NVMEDIA_TRUE, it specifies that the videoFormat, videoFullRangeFlag, and colourDescriptionP...
Definition: nvmedia_common_encode.h:889
NvMediaEncodeConfigH265VUIParams::overscanInfoPresentFlag
NvMediaBool overscanInfoPresentFlag
If set to NVMEDIA_TRUE, it specifies that the overscanInfo is present.
Definition: nvmedia_common_encode.h:884
NvMediaEncodeConfigVP9::initQP
NvMediaEncodeQP initQP
Holds Initial QP parameters.
Definition: nvmedia_common_encode.h:1285
NvMediaEncodeConfigH264::maxQP
NvMediaEncodeQP maxQP
Holds the maximum QP parameters.
Definition: nvmedia_common_encode.h:702
NvMediaEncodeConfigH264VUIParams::bitstreamRestrictionFlag
NvMediaBool bitstreamRestrictionFlag
Holds the bitstream restriction info (as defined in Annex E of the ITU-T Specification).
Definition: nvmedia_common_encode.h:528
NvMediaEncodeInitializeParamsH265::reserved1
uint16_t reserved1
Definition: nvmedia_common_encode.h:1037
NvMediaEncodePicParamsH264::seiPayloadArrayCnt
uint32_t seiPayloadArrayCnt
Holds the number of elements allocated in seiPayloadArray array.
Definition: nvmedia_common_encode.h:822
NvMediaEncodeConfigH264VUIParams::aspectRatioInfoPresentFlag
NvMediaBool aspectRatioInfoPresentFlag
If set to NVMEDIA_TRUE, it specifies that the aspectRatioIdc is present.
Definition: nvmedia_common_encode.h:489
NVMEDIA_ENCODE_CONFIG_H265_QP_MAX
@ NVMEDIA_ENCODE_CONFIG_H265_QP_MAX
Enable support to use client provided QP max for all frame types.
Definition: nvmedia_common_encode.h:961
NvMediaEncodeConfigH264
Holds an H264 encoder configuration.
Definition: nvmedia_common_encode.h:625
NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk16x16
uint32_t numCandsPerBlk16x16
Holds the number of candidates per 16x16 block.
Definition: nvmedia_common_encode.h:536
NvMediaEncodeInitializeParamsH265::reserved2
uint16_t reserved2
Definition: nvmedia_common_encode.h:1040
NVMEDIA_ENCODE_DISABLE_INTRA_4x4_HORIZONTAL_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_4x4_HORIZONTAL_PREDICTION
Disable Intra 4x4 horizontal prediction.
Definition: nvmedia_common_encode.h:338
NvMediaEncodeConfigH265::repeatSPSPPS
NvMediaEncodeH264SPSPPSRepeatMode repeatSPSPPS
Holds the frequency of the writing of Sequence and Picture parameters.
Definition: nvmedia_common_encode.h:980
NvMediaEncodeInitializeParamsH265::enableExternalPictureRC
uint32_t enableExternalPictureRC
enable external picture rate control
Definition: nvmedia_common_encode.h:1102
NVMEDIA_ENCODE_CONFIG_H265_ENABLE_MV_BUFFER_DUMP
@ NVMEDIA_ENCODE_CONFIG_H265_ENABLE_MV_BUFFER_DUMP
Enable support for motion vector buffer dump.
Definition: nvmedia_common_encode.h:951
NvMediaEncodeConfigH265::idrPeriod
uint32_t idrPeriod
Holds the IDR interval.
Definition: nvmedia_common_encode.h:984
NvMediaEncodeInitializeParamsH264::reserved
uint32_t reserved
Add padding.
Definition: nvmedia_common_encode.h:796
NvMediaEncodePicParamsH265::seiPayloadArray
NvMediaEncodeH265SEIPayload * seiPayloadArray
Array of SEI payloads which will be inserted for this frame.
Definition: nvmedia_common_encode.h:1148
NVMEDIA_ENCODE_LEVEL_H264_1b
@ NVMEDIA_ENCODE_LEVEL_H264_1b
H.264 Level 1b.
Definition: nvmedia_common_encode.h:236
NvMediaEncodeConfigVP8::y2dc_delta_q
uint32_t y2dc_delta_q
VP8 Y2 dc delta.
Definition: nvmedia_common_encode.h:1444
NvMediaEncodeConfigH265VUIParams::videoFullRangeFlag
NvMediaBool videoFullRangeFlag
Holds the output range of the luma and chroma samples (as defined in Annex E of the ITU-T Specificati...
Definition: nvmedia_common_encode.h:895
NvMediaEncodeRCParams::maxBitRate
uint32_t maxBitRate
Holds the maximum bitrate for the encoded output.
Definition: nvmedia_common_encode.h:120
NvMediaEncodeConfigH265VUIParams::transferCharacteristics
uint8_t transferCharacteristics
Holds the opto-electronic transfer characteristics to use (as defined in Annex E of the ITU-T Specifi...
Definition: nvmedia_common_encode.h:904
NvMediaEncodeConfigH265::rcParams
NvMediaEncodeRCParams rcParams
Holds the rate control parameters for the current encoding session.
Definition: nvmedia_common_encode.h:978
NvMediaEncodeInitializeParamsH265::levelTier
uint8_t levelTier
Holds the level tier information.
Definition: nvmedia_common_encode.h:1062
NVMEDIA_ENCODE_CONFIG_VP9_ENABLE_QUANTIZATION_PARAMS
@ NVMEDIA_ENCODE_CONFIG_VP9_ENABLE_QUANTIZATION_PARAMS
Enable to set quantization parameters.
Definition: nvmedia_common_encode.h:1197
NvMediaEncodeInitializeParamsH264::enableSliceEncode
NvMediaBool enableSliceEncode
Use slice encode to reduce latency in getting encoded buffers.
Definition: nvmedia_common_encode.h:778
nvmedia_common_encode_decode.h
NVIDIA Media Interface: Common Types for Video/Image Encode/Decode
NVMEDIA_ENCODE_DISABLE_INTRA_4x4_DIAGONAL_DOWN_LEFT_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_4x4_DIAGONAL_DOWN_LEFT_PREDICTION
Disable Intra 4x4 diagonal down left prediction.
Definition: nvmedia_common_encode.h:342
NvMediaEncAttrType
NvMediaEncAttrType
Specifies the Video encoder get attribute type.
Definition: nvmedia_common_encode.h:445
NvMediaEncodeH265SEIPayload::payloadSize
uint32_t payloadSize
SEI payload size in bytes.
Definition: nvmedia_common_encode.h:1114
NvMediaEncodeInitializeParamsH264::enableTwoPassRC
NvMediaBool enableTwoPassRC
Enable 2 pass RC support.
Definition: nvmedia_common_encode.h:784
NvMediaEncodeH264SEIPayload::payload
uint8_t * payload
Pointer to user data.
Definition: nvmedia_common_encode.h:716
NvMediaEncodeInitializeParamsH264::enableMVC
NvMediaBool enableMVC
If client want to do MVC encoding then this flag need to be set.
Definition: nvmedia_common_encode.h:770
NvMediaEncodeInitializeParamsH264::enableSourceHalfScaled
NvMediaBool enableSourceHalfScaled
Enable 2 pass RC with quarter resolution first pass.
Definition: nvmedia_common_encode.h:787
NVMEDIA_ENCODE_PIC_FLAG_RATECONTROL_CHANGE
@ NVMEDIA_ENCODE_PIC_FLAG_RATECONTROL_CHANGE
Indicates change in rate control parameters from the current picture onwards.
Definition: nvmedia_common_encode.h:272
NVMEDIA_ENCODE_LEVEL_H264_31
@ NVMEDIA_ENCODE_LEVEL_H264_31
H.264 Level 3.1.
Definition: nvmedia_common_encode.h:252
NvMediaEncodeH264SPSPPSRepeatMode
NvMediaEncodeH264SPSPPSRepeatMode
Specifies the frequency of the writing of Sequence and Picture parameters for H.264.
Definition: nvmedia_common_encode.h:431
NvMediaEncodeConfigH265VUIParams::vuiTimingInfoPresentFlag
NvMediaBool vuiTimingInfoPresentFlag
Definition: nvmedia_common_encode.h:910
NVMEDIA_ENCODE_PARAMS_RC_CBR
@ NVMEDIA_ENCODE_PARAMS_RC_CBR
Constant bitrate mode.
Definition: nvmedia_common_encode.h:78
NvMediaEncodeInitializeParamsVP8::encodeHeight
uint32_t encodeHeight
Holds the encode height.
Definition: nvmedia_common_encode.h:1489
NvMediaEncodePicParamsH265::viewId
uint32_t viewId
Holds the viewId of current picture.
Definition: nvmedia_common_encode.h:1178
NVMEDIA_ENCODE_H264_ENTROPY_CODING_MODE_CAVLC
@ NVMEDIA_ENCODE_H264_ENTROPY_CODING_MODE_CAVLC
Entropy coding mode is CAVLC.
Definition: nvmedia_common_encode.h:297
NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk16x8
uint32_t numCandsPerBlk16x8
Holds the number of candidates per 16x8 block.
Definition: nvmedia_common_encode.h:538
NVMEDIA_ENCODE_PIC_TYPE_P_INTRA_REFRESH
@ NVMEDIA_ENCODE_PIC_TYPE_P_INTRA_REFRESH
Starts a new intra refresh cycle if intra refresh support is enabled otherwise it indicates a P frame...
Definition: nvmedia_common_encode.h:200
NvMediaEncodeConfigH264::intraRefreshCnt
uint32_t intraRefreshCnt
Holds the number of frames over which intra refresh happens.
Definition: nvmedia_common_encode.h:673
NVMEDIA_ENCODE_SPSPPS_REPEAT_DISABLED
@ NVMEDIA_ENCODE_SPSPPS_REPEAT_DISABLED
Repeating of SPS/PPS is disabled.
Definition: nvmedia_common_encode.h:433
NvMediaEncodeConfigVP8::bmode_ref_lf_delta_update
NvMediaBool bmode_ref_lf_delta_update
Set it to true if MB-level loop filter adjustment delta values are updated.
Definition: nvmedia_common_encode.h:1435
NvMediaEncodeInitializeParamsH265::encodeHeight
uint16_t encodeHeight
Holds the encode height.
Definition: nvmedia_common_encode.h:1039
NvMediaEncodeVP9Features
NvMediaEncodeVP9Features
Defines VP9 encoder configuration features.
Definition: nvmedia_common_encode.h:1193
NvMediaEncodeConfigH265VUIParams::colourDescriptionPresentFlag
NvMediaBool colourDescriptionPresentFlag
If set to NVMEDIA_TRUE, it specifies that the colourPrimaries, transferCharacteristics,...
Definition: nvmedia_common_encode.h:898
NvMediaEncodeConfigH264::pocType
NvMediaEncodeH264POCType pocType
Holds pic_ordec_cnt_type.
Definition: nvmedia_common_encode.h:693
NvMediaEncodeQP::qpInterP
int16_t qpInterP
QP value for P frames.
Definition: nvmedia_common_encode.h:61
NvMediaEncodeInitializeParamsVP9::frameRateNum
uint32_t frameRateNum
Holds the numerator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum...
Definition: nvmedia_common_encode.h:1306
NvMediaEncodePicParamsH264::seiPayloadArray
NvMediaEncodeH264SEIPayload * seiPayloadArray
Array of SEI payloads which will be inserted for this frame.
Definition: nvmedia_common_encode.h:824
NvMediaEncodePicParamsH265::meExternalHints
NvMediaEncodeExternalMEHint * meExternalHints
Holds the pointer to ME external hints for the current frame.
Definition: nvmedia_common_encode.h:1170
NvMediaEncodeInitializeParamsH265::enableSliceLevelEncode
NvMediaBool enableSliceLevelEncode
Set this to NVMEDIA_TRUE for slice level encode.
Definition: nvmedia_common_encode.h:1044
NvMediaEncodeInitializeParamsVP8::maxNumRefFrames
uint8_t maxNumRefFrames
Holds the max reference numbers used for encoding.
Definition: nvmedia_common_encode.h:1500
NvMediaEncodePicParamsH265::rcParams
NvMediaEncodeRCParams rcParams
Holds the rate control parameters from the current frame onward if the NVMEDIA_ENCODE_PIC_FLAG_RATECO...
Definition: nvmedia_common_encode.h:1143
NvMediaEncodeProfile
NvMediaEncodeProfile
Defines encoding profiles.
Definition: nvmedia_common_encode.h:206
NvMediaEncodeQP::qpIntra
int16_t qpIntra
QP value for Intra frames.
Definition: nvmedia_common_encode.h:65
NvMediaEncodeInitializeParamsH264::profile
uint8_t profile
Holds the encoding profile.
Definition: nvmedia_common_encode.h:740
NvMediaEncodeConfigH264VUIParams::colourMatrix
uint8_t colourMatrix
Holds the matrix coefficients used in deriving the luma and chroma from the RGB primaries (as defined...
Definition: nvmedia_common_encode.h:523
NvMediaEncodeConfigH264VUIParams::aspectSARWidth
uint16_t aspectSARWidth
If aspectRatioIdc is Extended SAR then it indicates horizontal size of the sample aspect ratio (in ar...
Definition: nvmedia_common_encode.h:495
NVMEDIA_ENCODE_CONFIG_H264_ENABLE_INTRA_REFRESH
@ NVMEDIA_ENCODE_CONFIG_H264_ENABLE_INTRA_REFRESH
Enable gradual decoder refresh or intra refresh.
Definition: nvmedia_common_encode.h:574
NvMediaEncodeConfigVP8::base_qindex
uint32_t base_qindex
Set the feature flag NVMEDIA_ENCODE_CONFIG_VP8_ENABLE_QUANTIZATION_PARAMS to set the following parame...
Definition: nvmedia_common_encode.h:1439
NvMediaEncodeExternalMEHint::dir
uint32_t dir
Holds the direction of motion estimation .
Definition: nvmedia_common_encode.h:556
NvMediaEncodeConfigVP8::y1dc_delta_q
uint32_t y1dc_delta_q
VP8 delta (subtracted from baseline quant index)
Definition: nvmedia_common_encode.h:1442
NVMEDIA_ENCODE_CONFIG_H265_ENABLE_SLICE_LEVEL_OUTPUT
@ NVMEDIA_ENCODE_CONFIG_H265_ENABLE_SLICE_LEVEL_OUTPUT
Enable slice level output encoding.
Definition: nvmedia_common_encode.h:935
NVMEDIA_ENCODE_CONFIG_VP9_ENABLE_LOOP_FILTER_PARAMS
@ NVMEDIA_ENCODE_CONFIG_VP9_ENABLE_LOOP_FILTER_PARAMS
Enable to set loop filter parameters.
Definition: nvmedia_common_encode.h:1195
NvMediaEncodeConfigVP8::features
uint32_t features
Holds bit-wise OR`ed configuration feature flags.
Definition: nvmedia_common_encode.h:1407
NvMediaEncodePicParamsH265::encodePicFlags
uint32_t encodePicFlags
Holds bit-wise OR`ed encode pic flags.
Definition: nvmedia_common_encode.h:1131
NVMEDIA_ENCODE_PIC_TYPE_IDR
@ NVMEDIA_ENCODE_PIC_TYPE_IDR
IDR picture.
Definition: nvmedia_common_encode.h:196
NvMediaEncodeInitializeParamsVP9::enableExternalMEHints
NvMediaBool enableExternalMEHints
Holds a flag indicating whether to enable or disable the external ME hints.
Definition: nvmedia_common_encode.h:1319
NvMediaEncodePicParamsVP8::rcParams
NvMediaEncodeRCParams rcParams
Holds the rate control parameters from the current frame onward if the NVMEDIA_ENCODE_PIC_FLAG_RATECO...
Definition: nvmedia_common_encode.h:1516
NVMEDIA_ENCODE_CONFIG_VP9_ENABLE_TRANSFORM_MODE
@ NVMEDIA_ENCODE_CONFIG_VP9_ENABLE_TRANSFORM_MODE
Enable transform mode.
Definition: nvmedia_common_encode.h:1199
NvMediaEncodeInitializeParamsH264::enableAllIFrames
uint32_t enableAllIFrames
Encode all frames as I frames.
Definition: nvmedia_common_encode.h:794
NvMediaEncodeRCParams::vbvBufferSize
uint32_t vbvBufferSize
Holds the VBV(HRD) buffer size.
Definition: nvmedia_common_encode.h:106
NvMediaBlockingType
NvMediaBlockingType
Blocking type.
Definition: nvmedia_common_encode.h:168
NvMediaEncodeConfigH264VUIParams::colourPrimaries
uint8_t colourPrimaries
Holds color primaries for converting to RGB (as defined in Annex E of the ITU-T Specification).
Definition: nvmedia_common_encode.h:517
NvMediaEncodeConfigVP9::error_resilient
NvMediaBool error_resilient
Enable Error resiliency.
Definition: nvmedia_common_encode.h:1281
NVMEDIA_ENCODE_CONFIG_H264_ENABLE_MV_BUFFER_DUMP
@ NVMEDIA_ENCODE_CONFIG_H264_ENABLE_MV_BUFFER_DUMP
Enable support for motion vector buffer dump.
Definition: nvmedia_common_encode.h:606
NvMediaEncodeConfigH264VUIParams
Holds H264 video usability information parameters.
Definition: nvmedia_common_encode.h:487
NvMediaEncodeExternalMEHint::partType
uint32_t partType
Holds the block partition type.
Definition: nvmedia_common_encode.h:558
NvMediaEncodeInitializeParamsVP9
Holds VP9-specific encode initialization parameters.
Definition: nvmedia_common_encode.h:1296
NvMediaEncodeQP::qpInterB
int16_t qpInterB
QP value for B frames.
Definition: nvmedia_common_encode.h:63
NvMediaEncodeConfigH265VUIParams::aspectSARHeight
uint16_t aspectSARHeight
If aspectRatioIdc is Extended SAR it indicates vertical size of the sample aspect ratio (in the same ...
Definition: nvmedia_common_encode.h:882
NvMediaEncodeConfigVP8::bmode_ref_lf_delta_enabled
NvMediaBool bmode_ref_lf_delta_enabled
Set it to true if MB-level loop filter adjustment is on.
Definition: nvmedia_common_encode.h:1433
NVMEDIA_ENCODE_CONFIG_H264_ENABLE_PROFILING
@ NVMEDIA_ENCODE_CONFIG_H264_ENABLE_PROFILING
Enable encoder profiling.
Definition: nvmedia_common_encode.h:610
NvMediaEncodeConfigH264::gopLength
uint32_t gopLength
Holds the number of pictures in one GOP.
Definition: nvmedia_common_encode.h:632
NVMEDIA_ENCODE_PIC_TYPE_AUTOSELECT
@ NVMEDIA_ENCODE_PIC_TYPE_AUTOSELECT
Auto selected picture type.
Definition: nvmedia_common_encode.h:188
NVMEDIA_ENCODE_PROFILE_HIGH
@ NVMEDIA_ENCODE_PROFILE_HIGH
High profile.
Definition: nvmedia_common_encode.h:218
NvMediaEncodeInitializeParamsVP9::encodeWidth
uint32_t encodeWidth
Holds the encode width.
Definition: nvmedia_common_encode.h:1298
NvMediaEncodeConfigVP8::rcParams
NvMediaEncodeRCParams rcParams
Holds the rate control parameters for the current encoding session.
Definition: nvmedia_common_encode.h:1417
NvMediaEncodeConfigVP8::uvac_delta_q
uint32_t uvac_delta_q
VP8 UV ac delta.
Definition: nvmedia_common_encode.h:1450
NvMediaEncodeInitializeParamsH265::enableAllIFrames
uint32_t enableAllIFrames
Encode all frames as I frames.
Definition: nvmedia_common_encode.h:1104
NVMEDIA_ENCODE_PARAMS_RC_CBR_MINQP
@ NVMEDIA_ENCODE_PARAMS_RC_CBR_MINQP
Constant bitrate mode with MinQP.
Definition: nvmedia_common_encode.h:88
NvMediaEncodeInitializeParamsVP8::frameRateNum
uint32_t frameRateNum
Holds the numerator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum...
Definition: nvmedia_common_encode.h:1492
NvMediaEncodeConfigH265
Holds the H265 encoder configuration parameters.
Definition: nvmedia_common_encode.h:969
NvMediaEncodeConfigH264VUIParams::overscanInfoPresentFlag
NvMediaBool overscanInfoPresentFlag
If set to NVMEDIA_TRUE, it specifies that the overscanInfo is present.
Definition: nvmedia_common_encode.h:500
NvMediaEncodePicParamsH264::frameRateDen
uint32_t frameRateDen
Holds the numerator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum...
Definition: nvmedia_common_encode.h:856
NVMEDIA_ENCODE_PIC_FLAG_CONSTRAINED_FRAME
@ NVMEDIA_ENCODE_PIC_FLAG_CONSTRAINED_FRAME
Indicates that this frame is encoded with each slice completely independent of other slices in the fr...
Definition: nvmedia_common_encode.h:276
NvMediaEncodeRCParams::bConstFrameQP
NvMediaBool bConstFrameQP
using constant frame QP throughout the current encode frame.
Definition: nvmedia_common_encode.h:157
NvMediaEncodeRCParams::averageBitRate
uint32_t averageBitRate
Holds the average bitrate (in bits/sec) used for encoding.
Definition: nvmedia_common_encode.h:103
NvMediaEncodeInitializeParamsH265::enableROIEncode
NvMediaBool enableROIEncode
Enable region of interest encoding.
Definition: nvmedia_common_encode.h:1090
NVMEDIA_ENCODE_LEVEL_H264_32
@ NVMEDIA_ENCODE_LEVEL_H264_32
H.264 Level 3.2.
Definition: nvmedia_common_encode.h:254
NvMediaEncodePicParamsH265
Holds H265-specific encoder picture parameters.
Definition: nvmedia_common_encode.h:1126
NvMediaEncodeInitializeParamsH265::enableExternalMEHints
NvMediaBool enableExternalMEHints
Set to NVMEDIA_TRUE to enable external ME hints.
Definition: nvmedia_common_encode.h:1071
NVMEDIA_ENCODE_ENABLE_IP_SEARCH_INTRA_4x4
@ NVMEDIA_ENCODE_ENABLE_IP_SEARCH_INTRA_4x4
IP Search mode bit Intra 4x4.
Definition: nvmedia_common_encode.h:407
NvMediaEncodeConfigH265VUIParams::bitstreamRestrictionFlag
NvMediaBool bitstreamRestrictionFlag
Definition: nvmedia_common_encode.h:912
NvMediaEncodeInitializeParamsVP8::frameRateDen
uint32_t frameRateDen
Holds the denominator for frame rate used for encoding in frames per second ( Frame rate = frameRateN...
Definition: nvmedia_common_encode.h:1495
NvMediaEncodeConfigH264::repeatSPSPPS
NvMediaEncodeH264SPSPPSRepeatMode repeatSPSPPS
Holds the frequency of the writing of Sequence and Picture parameters.
Definition: nvmedia_common_encode.h:637
NvMediaEncodeConfigVP9::base_qindex
uint32_t base_qindex
Specifies quant base index (used only when rc_mode = 0) for each segment 0...255.
Definition: nvmedia_common_encode.h:1253
NVMEDIA_ENCODE_LEVEL_H264_22
@ NVMEDIA_ENCODE_LEVEL_H264_22
H.264 Level 2.2.
Definition: nvmedia_common_encode.h:248
NvMediaEncodeConfigH265VUIParams::overscanAppropriateFlag
NvMediaBool overscanAppropriateFlag
Holds the overscan info (as defined in Annex E of the ITU-T Specification).
Definition: nvmedia_common_encode.h:886
NvMediaEncodeConfigH265VUIParams
Holds the H.265 video usability information parameters.
Definition: nvmedia_common_encode.h:871
NVMEDIA_ENCODE_H264_BDIRECT_MODE_TEMPORAL
@ NVMEDIA_ENCODE_H264_BDIRECT_MODE_TEMPORAL
Temporal BDirect mode Not supported on QNX Safety build.
Definition: nvmedia_common_encode.h:314
NvMediaEncodeConfigH265::intraRefreshPeriod
uint32_t intraRefreshPeriod
Holds the interval between frames that trigger a new intra refresh cycle and this cycle lasts for int...
Definition: nvmedia_common_encode.h:1000
NvMediaEncodeInitializeParamsH265::frameRateNum
uint32_t frameRateNum
Holds the numerator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum...
Definition: nvmedia_common_encode.h:1047
NvMediaEncodeConfigH264VUIParams::aspectSARHeight
uint16_t aspectSARHeight
If aspectRatioIdc is Extended SAR then it indicates vertical size of the sample aspect ratio (in the ...
Definition: nvmedia_common_encode.h:498
NvMediaEncodeH264SEIPayload::payloadType
uint32_t payloadType
SEI payload types and syntax can be found in Annex D of the H.264 Specification.
Definition: nvmedia_common_encode.h:714
NVMEDIA_ENCODE_CONFIG_H265_ENABLE_OUTPUT_AUD
@ NVMEDIA_ENCODE_CONFIG_H265_ENABLE_OUTPUT_AUD
Enable to write access unit delimiter syntax in bitstream.
Definition: nvmedia_common_encode.h:921
NvMediaEncodeConfigVP9
Holds VP9 encoder configuration parameters.
Definition: nvmedia_common_encode.h:1216
NVMEDIA_ENCODE_DISABLE_INTRA_8x8_DC_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_8x8_DC_PREDICTION
Disable Intra 8x8 DC prediction.
Definition: nvmedia_common_encode.h:359
NVMEDIA_ENCODE_DISABLE_INTER_L0_8x16_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTER_L0_8x16_PREDICTION
Disable Inter L0 partition 8x16 prediction.
Definition: nvmedia_common_encode.h:396
NVMEDIA_ENCODE_LEVEL_H264_21
@ NVMEDIA_ENCODE_LEVEL_H264_21
H.264 Level 2.1.
Definition: nvmedia_common_encode.h:246
NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk8x16
uint32_t numCandsPerBlk8x16
Holds the number of candidates per 8x16 block.
Definition: nvmedia_common_encode.h:540
NvMediaEncodePicParamsH264::viewId
uint32_t viewId
Holds the viewId of current picture.
Definition: nvmedia_common_encode.h:858
NVMEDIA_ENCODE_H264_BDIRECT_MODE_SPATIAL
@ NVMEDIA_ENCODE_H264_BDIRECT_MODE_SPATIAL
Spatial BDirect mode Not supported on QNX Safety build.
Definition: nvmedia_common_encode.h:309
NVMEDIA_ENCODE_ENABLE_SELF_TEMPORAL_REFINE
@ NVMEDIA_ENCODE_ENABLE_SELF_TEMPORAL_REFINE
Enable self_temporal_refine.
Definition: nvmedia_common_encode.h:413
NvMediaEncodeQuality
NvMediaEncodeQuality
Defines encode quality level pre-settings.
Definition: nvmedia_common_encode.h:282
NvMediaEncodeConfigVP9::sharpness_level
uint32_t sharpness_level
Specifies Sharpness level.
Definition: nvmedia_common_encode.h:1238
NvMediaEncodeConfigH265VUIParams::aspectSARWidth
uint16_t aspectSARWidth
If aspectRatioIdc is Extended SAR it indicates horizontal size of the sample aspect ratio (in arbitra...
Definition: nvmedia_common_encode.h:879
NVMEDIA_ENCODE_CONFIG_VP8_QP_MAX
@ NVMEDIA_ENCODE_CONFIG_VP8_QP_MAX
Enable support to use client provided QP max for all frame types.
Definition: nvmedia_common_encode.h:1399
NvMediaEncodeConfigH264::adaptiveTransformMode
NvMediaEncodeH264AdaptiveTransformMode adaptiveTransformMode
Holds the Adaptive Transform Mode.
Definition: nvmedia_common_encode.h:648
NvMediaEncodeInitializeParamsH265::enableSourceHalfScaled
NvMediaBool enableSourceHalfScaled
Enable 2 pass RC with quarter resolution first pass.
Definition: nvmedia_common_encode.h:1098
NVMEDIA_ENCODE_PIC_FLAG_OUTPUT_SPSPPS
@ NVMEDIA_ENCODE_PIC_FLAG_OUTPUT_SPSPPS
Writes the sequence and picture header in encoded bitstream of the current picture.
Definition: nvmedia_common_encode.h:270
NvMediaEncodeExternalMEHint::refidx
uint32_t refidx
Holds the reference index (31=invalid).
Definition: nvmedia_common_encode.h:554
NVMEDIA_ENCODE_DISABLE_INTRA_8x8_VERTICAL_LEFT_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_8x8_VERTICAL_LEFT_PREDICTION
Disable Intra 8x8 vertical left prediction.
Definition: nvmedia_common_encode.h:369
NvMediaEncodeH264MotionSearchControlFlags
NvMediaEncodeH264MotionSearchControlFlags
Defines motion search mode control flags for H.264.
Definition: nvmedia_common_encode.h:405
NvMediaEncodeInitializeParamsVP8::encodeWidth
uint32_t encodeWidth
Holds the encode width.
Definition: nvmedia_common_encode.h:1487
NVMEDIA_ENCODE_CONFIG_H265_ENABLE_INTRA_REFRESH
@ NVMEDIA_ENCODE_CONFIG_H265_ENABLE_INTRA_REFRESH
Enable gradual decoder refresh or intra refresh.
Definition: nvmedia_common_encode.h:924
NVMEDIA_ENCODE_CONFIG_VP8_ENABLE_SEGMENTATION
@ NVMEDIA_ENCODE_CONFIG_VP8_ENABLE_SEGMENTATION
Enable segmentation.
Definition: nvmedia_common_encode.h:1392
NvMediaEncodePicParamsVP9::meExternalHints
NvMediaEncodeExternalMEHint * meExternalHints
Holds the pointer to ME external hints for the current frame.
Definition: nvmedia_common_encode.h:1371
NvMediaEncodeConfigVP9::transform_mode
uint32_t transform_mode
Specifies transform_mode: 0: only4x4, 1: allow_8x8, 2: allow_16x16, 3: allow_32x32,...
Definition: nvmedia_common_encode.h:1269
NvMediaEncodeConfigH264VUIParams::videoFormat
uint8_t videoFormat
Holds the source video format (as defined in Annex E of the ITU-T Specification).
Definition: nvmedia_common_encode.h:508
NvMediaEncodeConfigH265::intraRefreshCnt
uint32_t intraRefreshCnt
Holds the number of frames over which intra refresh will happen.
Definition: nvmedia_common_encode.h:1008
NvMediaEncodeConfigH264::numMacroblocksPerSlice
uint32_t numMacroblocksPerSlice
Holds the number of macroblocks per slice.
Definition: nvmedia_common_encode.h:682
NvMediaEncodeConfigH264::intraRefreshPeriod
uint32_t intraRefreshPeriod
Holds the interval between frames that triggers a new intra refresh cycle.
Definition: nvmedia_common_encode.h:664
NVMEDIA_ENCODE_DISABLE_INTRA_4x4_VERTICAL_LEFT_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_4x4_VERTICAL_LEFT_PREDICTION
Disable Intra 4x4 vertical left prediction.
Definition: nvmedia_common_encode.h:350
NVMEDIA_ENCODE_DISABLE_INTRA_4x4_HORIZONTAL_UP_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_4x4_HORIZONTAL_UP_PREDICTION
Disable Intra 4x4 horizontal up prediction.
Definition: nvmedia_common_encode.h:352
NVMEDIA_ENCODE_H264_POC_TYPE_2
@ NVMEDIA_ENCODE_H264_POC_TYPE_2
Pic_order_cnt_type 2.
Definition: nvmedia_common_encode.h:464
NvMediaEncodeConfigH265VUIParams::colourPrimaries
uint8_t colourPrimaries
Holds color primaries for converting to RGB (as defined in Annex E of the ITU-T Specification).
Definition: nvmedia_common_encode.h:901
NVMEDIA_ENCODE_CONFIG_H265_ENABLE_EXT_PIC_RC_HINT
@ NVMEDIA_ENCODE_CONFIG_H265_ENABLE_EXT_PIC_RC_HINT
Enable support for external picture RC hint.
Definition: nvmedia_common_encode.h:940
NvMediaEncodeInitializeParamsVP9::enableLimitedRGB
NvMediaBool enableLimitedRGB
Holds a flag indicating whether input is limited-RGB (16-235).
Definition: nvmedia_common_encode.h:1303
NVMEDIA_ENCODE_DISABLE_INTRA_4x4_DC_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_4x4_DC_PREDICTION
Disable Intra 4x4 DC prediction.
Definition: nvmedia_common_encode.h:340
NVMEDIA_ENCODE_H264_POC_TYPE_AUTOSELECT
@ NVMEDIA_ENCODE_H264_POC_TYPE_AUTOSELECT
Automatic level selection.
Definition: nvmedia_common_encode.h:460
NvMediaEncodeConfigVP9::bmode_ref_lf_delta_update
NvMediaBool bmode_ref_lf_delta_update
Set it to true if MB-level loop filter adjustment delta values are updated.
Definition: nvmedia_common_encode.h:1247
NvMediaEncodeConfigH265::gopLength
uint32_t gopLength
Holds the number of pictures in one GOP.
Definition: nvmedia_common_encode.h:976
NvMediaEncodeExternalMEHint
Holds an External Motion Vector hint.
Definition: nvmedia_common_encode.h:548
NvMediaEncodeConfigH264VUIParams::colourDescriptionPresentFlag
NvMediaBool colourDescriptionPresentFlag
If set to NVMEDIA_TRUE, it specifies that the colourPrimaries, transferCharacteristics and colourMatr...
Definition: nvmedia_common_encode.h:514
NVMEDIA_ENCODE_LEVEL_H264_1
@ NVMEDIA_ENCODE_LEVEL_H264_1
H.264 Level 1.
Definition: nvmedia_common_encode.h:234
NVMEDIA_ENCODE_ENABLE_IP_SEARCH_INTRA_16x16
@ NVMEDIA_ENCODE_ENABLE_IP_SEARCH_INTRA_16x16
IP Search mode bit Intra 16x16.
Definition: nvmedia_common_encode.h:411
NvMediaEncodePicType
NvMediaEncodePicType
Input picture type.
Definition: nvmedia_common_encode.h:186
NvMediaEncodePicParamsH264::meHints
uint8_t * meHints
Definition: nvmedia_common_encode.h:849
NvMediaEncodePicParamsH265::pictureType
NvMediaEncodePicType pictureType
Holds input picture type.
Definition: nvmedia_common_encode.h:1128
NVMEDIA_ENCODE_LEVEL_H264_12
@ NVMEDIA_ENCODE_LEVEL_H264_12
H.264 Level 1.2.
Definition: nvmedia_common_encode.h:240
NvMediaEncodeConfigH264::maxSliceSizeInBytes
uint32_t maxSliceSizeInBytes
Holds the maximum slice size in bytes for dynamic slice mode.
Definition: nvmedia_common_encode.h:678
NvMediaEncodePicParamsH265::frameRateDen
uint32_t frameRateDen
Holds the numerator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum...
Definition: nvmedia_common_encode.h:1176
NvMediaEncodeConfigH264::motionPredictionExclusionFlags
uint32_t motionPredictionExclusionFlags
Holds bitwise OR`ed exclusion flags.
Definition: nvmedia_common_encode.h:688
NvMediaEncodeConfigVP8::filter_type
uint32_t filter_type
Set the feature flag NVMEDIA_ENCODE_CONFIG_VP8_ENABLE_LOOP_FILTER_PARAMS to change the following para...
Definition: nvmedia_common_encode.h:1422
NvMediaEncodeRCParams::minQP
NvMediaEncodeQP minQP
Holds the minimum QP used for rate control.
Definition: nvmedia_common_encode.h:140
NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk8x8
uint32_t numCandsPerBlk8x8
Holds the number of candidates per 8x8 block.
Definition: nvmedia_common_encode.h:542
NVMEDIA_ENCODE_DISABLE_INTRA_8x8_VERTICAL_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_8x8_VERTICAL_PREDICTION
Disable Intra 8x8 vertical prediction.
Definition: nvmedia_common_encode.h:355
NvMediaEncodeInitializeParamsH264::reserved2
uint16_t reserved2
Definition: nvmedia_common_encode.h:728
NvMediaEncodeInitializeParamsH265::level
uint8_t level
Holds the encoding level.
Definition: nvmedia_common_encode.h:1058
NvMediaEncodePicParamsVP8::pictureType
NvMediaEncodePicType pictureType
Holds input picture type.
Definition: nvmedia_common_encode.h:1508
NVMEDIA_ENCODE_LEVEL_AUTOSELECT
@ NVMEDIA_ENCODE_LEVEL_AUTOSELECT
Automatic level selection.
Definition: nvmedia_common_encode.h:231
NvMediaEncodeConfigVP8::mb_no_coeff_skip_flag
NvMediaBool mb_no_coeff_skip_flag
Set to enable skipping of macroblocks with no non-zero coefficients at the frame level.
Definition: nvmedia_common_encode.h:1466
NvMediaEncodeConfigH264::bdirectMode
NvMediaEncodeH264BDirectMode bdirectMode
Holds the BDirect mode.
Definition: nvmedia_common_encode.h:650
MAX_NON_SLICE_DATA_SIZE
#define MAX_NON_SLICE_DATA_SIZE
Maximum encoded header info size.
Definition: nvmedia_common_encode.h:471
NvMediaEncodeInitializeParamsH264::enableExternalPictureRC
uint32_t enableExternalPictureRC
Enable external picture rate control.
Definition: nvmedia_common_encode.h:792
NvMediaEncodePicParamsVP9::pictureType
NvMediaEncodePicType pictureType
Holds input picture type.
Definition: nvmedia_common_encode.h:1334
NVMEDIA_ENCODE_DISABLE_INTER_L0_16x16_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTER_L0_16x16_PREDICTION
Disable Inter L0 partition 16x16 prediction.
Definition: nvmedia_common_encode.h:392
NVMEDIA_ENCODE_CONFIG_H264_ENABLE_ULTRA_FAST_ENCODE
@ NVMEDIA_ENCODE_CONFIG_H264_ENABLE_ULTRA_FAST_ENCODE
Enable ultra fast encoding.
Definition: nvmedia_common_encode.h:619
NVMEDIA_ENCODE_ENABLE_IP_SEARCH_INTRA_8x8
@ NVMEDIA_ENCODE_ENABLE_IP_SEARCH_INTRA_8x8
IP Search mode bit Intra 8x8.
Definition: nvmedia_common_encode.h:409
NVMEDIA_ENCODE_PROFILE_MAIN
@ NVMEDIA_ENCODE_PROFILE_MAIN
Main profile.
Definition: nvmedia_common_encode.h:213
NvMediaEncodeH265SEIPayload::payloadType
uint32_t payloadType
SEI payload types and syntax can be found in Annex D of the H265 Specification.
Definition: nvmedia_common_encode.h:1116
NvMediaEncodeInitializeParamsH265::reserved
uint32_t reserved
Add padding.
Definition: nvmedia_common_encode.h:1106
NvMediaEncodeConfigVP9::features
uint32_t features
Holds bit-wise OR`ed configuration feature flags.
Definition: nvmedia_common_encode.h:1218
NvMediaEncodePicParamsH264
H264 specific encoder picture params.
Definition: nvmedia_common_encode.h:802
NvMediaEncodeInitializeParamsH265::profile
uint8_t profile
Holds the encoding profile.
Definition: nvmedia_common_encode.h:1054
NvMediaEncodePicParamsH265::seiPayloadArrayCnt
uint32_t seiPayloadArrayCnt
Holds the number of elements allocated in seiPayloadArray array.
Definition: nvmedia_common_encode.h:1146
NvMediaEncodeInitializeParamsH265::enableReconCRC
NvMediaBool enableReconCRC
Enable support for recon CRC generation.
Definition: nvmedia_common_encode.h:1083
NvMediaEncodeConfigH264::entropyCodingMode
NvMediaEncodeH264EntropyCodingMode entropyCodingMode
Holds the entropy coding mode.
Definition: nvmedia_common_encode.h:652
NVMEDIA_ENCODE_CONFIG_H264_ENABLE_FOUR_BYTE_START_CODE
@ NVMEDIA_ENCODE_CONFIG_H264_ENABLE_FOUR_BYTE_START_CODE
Enable support to use 4 byte start code in all the slices in a picture.
Definition: nvmedia_common_encode.h:616
NvMediaEncodeInitializeParamsH265::enableTwoPassRC
NvMediaBool enableTwoPassRC
Enable 2 pass RC support.
Definition: nvmedia_common_encode.h:1096
NvMediaEncodeH264AdaptiveTransformMode
NvMediaEncodeH264AdaptiveTransformMode
Defines H.264 specific Adaptive Transform modes.
Definition: nvmedia_common_encode.h:321
NvMediaEncodeInitializeParamsVP9::maxNumRefFrames
uint8_t maxNumRefFrames
Holds the max reference numbers used for encoding.
Definition: nvmedia_common_encode.h:1315
NVMEDIA_ENCODE_CONFIG_H264_ENABLE_CONSTRANED_ENCODING
@ NVMEDIA_ENCODE_CONFIG_H264_ENABLE_CONSTRANED_ENCODING
Enable constrainedFrame encoding where each slice in the constrained picture is independent of other ...
Definition: nvmedia_common_encode.h:581
NvMediaEncodeH265SEIPayload
Holds an H265-specific User SEI message.
Definition: nvmedia_common_encode.h:1112
NvMediaEncodeConfigH265::enableWeightedPrediction
uint8_t enableWeightedPrediction
Holds enable weighted predition.
Definition: nvmedia_common_encode.h:990
NvMediaEncodeParamsRCMode
NvMediaEncodeParamsRCMode
Rate Control Modes.
Definition: nvmedia_common_encode.h:75
NvMediaEncodeQP
Holds quantization parameters(QP) value for frames.
Definition: nvmedia_common_encode.h:59
NVMEDIA_ENCODE_CONFIG_H264_ENABLE_EXT_PIC_RC_HINT
@ NVMEDIA_ENCODE_CONFIG_H264_ENABLE_EXT_PIC_RC_HINT
Enable support for external picture RC hint Not supported on QNX Safety build.
Definition: nvmedia_common_encode.h:593
NVMEDIA_ENCODE_H264_ADAPTIVE_TRANSFORM_ENABLE
@ NVMEDIA_ENCODE_H264_ADAPTIVE_TRANSFORM_ENABLE
Specifies that Adaptive Transform 8x8 mode must be used.
Definition: nvmedia_common_encode.h:327
NvMediaEncodeInitializeParamsH264::mvcNumViews
uint32_t mvcNumViews
Number of views used for MVC.
Definition: nvmedia_common_encode.h:789
NvMediaEncodeConfigVP8::sharpness_level
uint32_t sharpness_level
Specifies Sharpness level.
Definition: nvmedia_common_encode.h:1426
NVMEDIA_ENCODE_QUALITY_L1
@ NVMEDIA_ENCODE_QUALITY_L1
Quality Level 1 Pre-settings.
Definition: nvmedia_common_encode.h:286
NvMediaEncodeH264EntropyCodingMode
NvMediaEncodeH264EntropyCodingMode
Defines H.264 entropy coding modes.
Definition: nvmedia_common_encode.h:295
NvMediaEncodeConfigH264::h264VUIParameters
NvMediaEncodeConfigH264VUIParams * h264VUIParameters
Holds the H.264 video usability information pamameters.
Definition: nvmedia_common_encode.h:685
NVMEDIA_ENCODE_DISABLE_INTRA_16x16_DC_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_16x16_DC_PREDICTION
Disable Intra 16x16 DC prediction.
Definition: nvmedia_common_encode.h:378
NvMediaEncodeInitializeParamsH264::level
uint8_t level
Holds the encoding level.
Definition: nvmedia_common_encode.h:744
NvMediaEncodeH264MotionPredictionExclusionFlags
NvMediaEncodeH264MotionPredictionExclusionFlags
Defines motion prediction exclusion flags for H.264.
Definition: nvmedia_common_encode.h:334
NvMediaEncodeConfigH265VUIParams::matrixCoeffs
uint8_t matrixCoeffs
Holds the matrix coefficients used in deriving the luma and chroma from the RGB primaries (as defined...
Definition: nvmedia_common_encode.h:907
NvMediaEncodeConfigVP9::filter_level
uint32_t filter_level
Specifies the loop filter strength for each segment.
Definition: nvmedia_common_encode.h:1236
NvMediaEncodeH264POCType
NvMediaEncodeH264POCType
Define H.264 pic_order_cnt_type.
Definition: nvmedia_common_encode.h:458
NvMediaEncodeConfigVP8::y2ac_delta_q
uint32_t y2ac_delta_q
VP8 Y2 ac delta.
Definition: nvmedia_common_encode.h:1446
NVMEDIA_ENCODE_CONFIG_H264_INIT_QP
@ NVMEDIA_ENCODE_CONFIG_H264_INIT_QP
Enable support to use client provided Initial QP for all frame types.
Definition: nvmedia_common_encode.h:612
NVMEDIA_ENCODE_DISABLE_INTRA_4x4_DIAGONAL_DOWN_RIGHT_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_4x4_DIAGONAL_DOWN_RIGHT_PREDICTION
Disable Intra 4x4 diagonal down right prediction.
Definition: nvmedia_common_encode.h:344
nvmedia_core.h
NVIDIA Media Interface: Core
NvMediaEncodeConfigH265::numCTUsPerSlice
uint32_t numCTUsPerSlice
Number of CTU per slice.
Definition: nvmedia_common_encode.h:1015
NvMediaEncodeConfigH265::quality
NvMediaEncodeQuality quality
Holds encode quality pre-set.
Definition: nvmedia_common_encode.h:1020
NvMediaEncodeConfigVP9::gopLength
uint32_t gopLength
Holds the number of pictures in one GOP.
Definition: nvmedia_common_encode.h:1222
NvMediaEncodeConfigVP9::bmode_ref_lf_delta_enabled
NvMediaBool bmode_ref_lf_delta_enabled
Set it to true if MB-level loop filter adjustment is on.
Definition: nvmedia_common_encode.h:1245
NvMediaEncodeExternalMEHint::lastofPart
uint32_t lastofPart
Set to NVMEDIA_TRUE for the last MV of (sub) partition
Definition: nvmedia_common_encode.h:560
NVMEDIA_ENCODE_CONFIG_H264_QP_MAX
@ NVMEDIA_ENCODE_CONFIG_H264_QP_MAX
Enable support to use client provided QP max for all frame types.
Definition: nvmedia_common_encode.h:614
NVMEDIA_ENCODE_PIC_TYPE_P
@ NVMEDIA_ENCODE_PIC_TYPE_P
Forward predicted.
Definition: nvmedia_common_encode.h:190
NvMediaEncodeInitializeParamsH264::frameRateDen
uint32_t frameRateDen
Holds the denominator for frame rate used for encoding in frames per second ( Frame rate = frameRateN...
Definition: nvmedia_common_encode.h:736
NvMediaEncodeExternalMEHint::mvy
int32_t mvy
Holds the y component of integer pixel MV (relative to current MB) S10.0 .
Definition: nvmedia_common_encode.h:552
NVMEDIA_ENCODE_PROFILE_AUTOSELECT
@ NVMEDIA_ENCODE_PROFILE_AUTOSELECT
Automatic profile selection.
Definition: nvmedia_common_encode.h:208
NvMediaEncodeInitializeParamsH265
Holds H265-specific encode initialization parameters.
Definition: nvmedia_common_encode.h:1034
NvMediaEncodeInitializeParamsH264::frameRateNum
uint32_t frameRateNum
Holds the numerator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum...
Definition: nvmedia_common_encode.h:733
NvMediaEncodeConfigVP8::maxQP
NvMediaEncodeQP maxQP
Holds max QP parameters.
Definition: nvmedia_common_encode.h:1477
NvMediaEncodeConfigVP8::gopLength
uint32_t gopLength
Holds the number of pictures in one GOP.
Definition: nvmedia_common_encode.h:1411
NVMEDIA_ENCODE_CONFIG_H265_ENABLE_FOUR_BYTE_START_CODE
@ NVMEDIA_ENCODE_CONFIG_H265_ENABLE_FOUR_BYTE_START_CODE
Enable support to use 4 byte start code in all the slices in a picture.
Definition: nvmedia_common_encode.h:963
NvMediaEncodeConfigVP9::delta_uv_dc
int32_t delta_uv_dc
Specifies qindex adjustment for uv accoefficient, -15...15.
Definition: nvmedia_common_encode.h:1259
NvMediaEncodeConfigH265::features
uint32_t features
Holds bit-wise OR`ed configuration feature flags.
Definition: nvmedia_common_encode.h:972
NVMEDIA_ENCODE_PROFILE_HIGH444
@ NVMEDIA_ENCODE_PROFILE_HIGH444
High 444 profile.
Definition: nvmedia_common_encode.h:222
NVMEDIA_ENCODE_CONFIG_VP9_INIT_QP
@ NVMEDIA_ENCODE_CONFIG_VP9_INIT_QP
Enable support to use client provided Initial QP for all frame types.
Definition: nvmedia_common_encode.h:1208
NvMediaEncodeH264SEIPayload::payloadSize
uint32_t payloadSize
SEI payload size in bytes.
Definition: nvmedia_common_encode.h:712
NVMEDIA_ENCODE_CONFIG_VP9_ENABLE_PROFILING
@ NVMEDIA_ENCODE_CONFIG_VP9_ENABLE_PROFILING
Enable encoder profiling.
Definition: nvmedia_common_encode.h:1206
NVMEDIA_ENCODE_LEVEL_H264_4
@ NVMEDIA_ENCODE_LEVEL_H264_4
H.264 Level 4.
Definition: nvmedia_common_encode.h:256
NvMediaEncodePicParamsH264::pictureType
NvMediaEncodePicType pictureType
Holds input picture type.
Definition: nvmedia_common_encode.h:804
NvMediaEncodeH264Features
NvMediaEncodeH264Features
Defines H264 encoder configuration features.
Definition: nvmedia_common_encode.h:569
NVMEDIA_ENCODE_CONFIG_H265_ENABLE_CONSTRANED_ENCODING
@ NVMEDIA_ENCODE_CONFIG_H265_ENABLE_CONSTRANED_ENCODING
Enable constrainedFrame encoding where each slice in the constrained picture is independent of other ...
Definition: nvmedia_common_encode.h:930
NvMediaEncodeInitializeParamsH264::encodeHeight
uint16_t encodeHeight
Holds the encode height.
Definition: nvmedia_common_encode.h:727
NVMEDIA_ENCODE_CONFIG_VP8_ENABLE_QUANTIZATION_PARAMS
@ NVMEDIA_ENCODE_CONFIG_VP8_ENABLE_QUANTIZATION_PARAMS
Enable to set quantization parameters.
Definition: nvmedia_common_encode.h:1390
NVMEDIA_ENCODE_CONFIG_H264_ENABLE_OUTPUT_AUD
@ NVMEDIA_ENCODE_CONFIG_H264_ENABLE_OUTPUT_AUD
Enable to write access unit delimiter syntax in bitstream.
Definition: nvmedia_common_encode.h:571
NVMEDIA_ENCODE_CONFIG_H264_ENABLE_DYNAMIC_RPS
@ NVMEDIA_ENCODE_CONFIG_H264_ENABLE_DYNAMIC_RPS
Enable support for dynamic reference picture set RPS/DPB control support.
Definition: nvmedia_common_encode.h:601
NvMediaEncodeRCParams::maxSessionQP
int8_t maxSessionQP
Holds the max QP for encoding session when external picture RC hint is used.
Definition: nvmedia_common_encode.h:160
NvMediaEncodeConfigH264::quality
NvMediaEncodeQuality quality
Holds the encode quality pre-set.
Definition: nvmedia_common_encode.h:691
NVMEDIA_ENCODE_PIC_TYPE_I
@ NVMEDIA_ENCODE_PIC_TYPE_I
Intra predicted picture.
Definition: nvmedia_common_encode.h:194
NvMediaEncodePicParamsH264::rcParams
NvMediaEncodeRCParams rcParams
Holds the rate control parameters from the current frame onward if the NVMEDIA_ENCODE_PIC_FLAG_RATECO...
Definition: nvmedia_common_encode.h:819
NvMediaEncodePicParamsVP8::encodePicFlags
uint32_t encodePicFlags
Holds bit-wise OR`ed encode pic flags.
Definition: nvmedia_common_encode.h:1511
NVMEDIA_ENCODE_ENABLE_CONST_MV_REFINE
@ NVMEDIA_ENCODE_ENABLE_CONST_MV_REFINE
Enable const_mv_refine.
Definition: nvmedia_common_encode.h:421
NvMediaEncodeInitializeParamsH265::enableMVC
NvMediaBool enableMVC
If client want to do MVC encoding then this flag need to be set.
Definition: nvmedia_common_encode.h:1085
NVMEDIA_ENCODE_QUALITY_L0
@ NVMEDIA_ENCODE_QUALITY_L0
Quality Level 0 Pre-settings.
Definition: nvmedia_common_encode.h:284
NvMediaEncodeConfigH265::initQP
NvMediaEncodeQP initQP
Holds Initial QP parameters.
Definition: nvmedia_common_encode.h:1023
NVMEDIA_ENCODE_DISABLE_INTRA_CHROMA_HORIZONTAL_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_CHROMA_HORIZONTAL_PREDICTION
Disable Intra chroma horizontal prediction.
Definition: nvmedia_common_encode.h:385
NvMediaEncodeInitializeParamsH265::useBFramesAsRef
uint32_t useBFramesAsRef
Enables B frames to be used as refernces frames.
Definition: nvmedia_common_encode.h:1094
NvMediaEncodeConfigH264::idrPeriod
uint32_t idrPeriod
Holds the IDR interval.
Definition: nvmedia_common_encode.h:641
NvMediaEncodeConfigVP8
Holds VP8 encoder configuration parameters.
Definition: nvmedia_common_encode.h:1405
NVMEDIA_ENCODE_PARAMS_RC_VBR
@ NVMEDIA_ENCODE_PARAMS_RC_VBR
Variable bitrate mode.
Definition: nvmedia_common_encode.h:82
NvMediaEncodePicParamsVP8::frameRateNum
uint32_t frameRateNum
Holds the numerator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum...
Definition: nvmedia_common_encode.h:1519
NvMediaEncodePicParamsH264::meExternalHints
NvMediaEncodeExternalMEHint * meExternalHints
Definition: nvmedia_common_encode.h:848
NvMediaEncodeConfigVP9::high_prec_mv
uint32_t high_prec_mv
Specifies to enable high precision MV.
Definition: nvmedia_common_encode.h:1275
NvMediaEncodeConfigH265::h265VUIParameters
NvMediaEncodeConfigH265VUIParams * h265VUIParameters
Holds the H265 video usability info pamameters.
Definition: nvmedia_common_encode.h:1017
NvMediaEncodeConfigH264VUIParams::transferCharacteristics
uint8_t transferCharacteristics
Holds the opto-electronic transfer characteristics to use (as defined in Annex E of the ITU-T Specifi...
Definition: nvmedia_common_encode.h:520
NvMediaEncodeLevel
NvMediaEncodeLevel
Defines encoding levels.
Definition: nvmedia_common_encode.h:229
NvMediaEncodeConfigH264::features
uint32_t features
Holds bit-wise OR`ed configuration feature flags.
Definition: nvmedia_common_encode.h:628
NVMEDIA_ENCODE_DISABLE_INTRA_CHROMA_VERTICAL_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_CHROMA_VERTICAL_PREDICTION
Disable Intra chroma vertical prediction.
Definition: nvmedia_common_encode.h:383
NVMEDIA_ENCODE_DISABLE_INTRA_16x16_PLANE_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_16x16_PLANE_PREDICTION
Disable Intra 16x16 plane prediction.
Definition: nvmedia_common_encode.h:380
NvMediaEncodePicFlags
NvMediaEncodePicFlags
Defines encoding Picture encode flags.
Definition: nvmedia_common_encode.h:267
NvMediaEncodeConfigH264::numSliceCountMinus1
uint16_t numSliceCountMinus1
Holds a number that is 1 less than the desire number of slices per frame.
Definition: nvmedia_common_encode.h:644
NVMEDIA_ENCODE_CONFIG_VP9_DISABLE_ERROR_RESILIENT
@ NVMEDIA_ENCODE_CONFIG_VP9_DISABLE_ERROR_RESILIENT
Disable error resiliency.
Definition: nvmedia_common_encode.h:1203
NvMediaEncodePicParamsH265::nextBFrames
uint32_t nextBFrames
Specifies the number of B-frames that follow the current frame.
Definition: nvmedia_common_encode.h:1138
NVMEDIA_ENCODE_CONFIG_H265_ENABLE_PROFILING
@ NVMEDIA_ENCODE_CONFIG_H265_ENABLE_PROFILING
Enable encoder profiling.
Definition: nvmedia_common_encode.h:954
NVMEDIA_ENCODE_CONFIG_H265_ENABLE_LOSSLESS_COMPRESSION
@ NVMEDIA_ENCODE_CONFIG_H265_ENABLE_LOSSLESS_COMPRESSION
Enable lossless compression.
Definition: nvmedia_common_encode.h:932
NVMEDIA_ENCODE_CONFIG_VP8_ENABLE_PROFILING
@ NVMEDIA_ENCODE_CONFIG_VP8_ENABLE_PROFILING
Enable encoder profiling.
Definition: nvmedia_common_encode.h:1395
NvMediaEncodeInitializeParamsH264::enableROIEncode
NvMediaBool enableROIEncode
Enable region of interest encoding.
Definition: nvmedia_common_encode.h:775
NVMEDIA_ENCODE_QUALITY_L2
@ NVMEDIA_ENCODE_QUALITY_L2
Quality Level 2 Pre-settings.
Definition: nvmedia_common_encode.h:288
NvMediaEncodeConfigVP8::version
uint32_t version
VP8 version type.
Definition: nvmedia_common_encode.h:1415
NvMediaNalData
This is used to get header info (SPS/PPS/VPS) using GetAttribute call.
Definition: nvmedia_common_encode.h:477
NVMEDIA_ENCODE_H264_BDIRECT_MODE_DISABLE
@ NVMEDIA_ENCODE_H264_BDIRECT_MODE_DISABLE
Disable BDirect mode.
Definition: nvmedia_common_encode.h:311
NvMediaEncodeExternalMEHint::lastOfMB
uint32_t lastOfMB
Set to NVMEDIA_TRUE for the last MV of macroblock.
Definition: nvmedia_common_encode.h:562
NvMediaEncodeH265Features
NvMediaEncodeH265Features
Defines H265 encoder configuration features.
Definition: nvmedia_common_encode.h:919
NvMediaEncodePicParamsH265::frameRateNum
uint32_t frameRateNum
Holds the numerator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum...
Definition: nvmedia_common_encode.h:1173
NVMEDIA_ENCODE_CONFIG_H265_ENABLE_DYNAMIC_RPS
@ NVMEDIA_ENCODE_CONFIG_H265_ENABLE_DYNAMIC_RPS
Enable support for dynamic reference picture set RPS/DPB control support.
Definition: nvmedia_common_encode.h:947
NVMEDIA_ENCODE_SPSPPS_REPEAT_IDR_FRAMES
@ NVMEDIA_ENCODE_SPSPPS_REPEAT_IDR_FRAMES
SPS/PPS is repeated for every IDR frame.
Definition: nvmedia_common_encode.h:437
NvMediaEncodeRCParams::constQP
NvMediaEncodeQP constQP
Holds the initial QP to be used for encoding, these values would be used for all frames in Constant Q...
Definition: nvmedia_common_encode.h:114
NvMediaEncodeConfigVP8::initQP
NvMediaEncodeQP initQP
Holds Initial QP parameters.
Definition: nvmedia_common_encode.h:1473
NvMediaEncodeInitializeParamsVP9::encodeHeight
uint32_t encodeHeight
Holds the encode height.
Definition: nvmedia_common_encode.h:1300
NVMEDIA_ENCODE_H264_ADAPTIVE_TRANSFORM_AUTOSELECT
@ NVMEDIA_ENCODE_H264_ADAPTIVE_TRANSFORM_AUTOSELECT
Specifies that Adaptive Transform 8x8 mode is auto selected by the encoder driver.
Definition: nvmedia_common_encode.h:323
NvMediaEncodeExternalMEHint::mvx
int32_t mvx
Holds the x component of integer pixel MV (relative to current MB) S12.0.
Definition: nvmedia_common_encode.h:550
NvMediaEncodeConfigVP9::maxQP
NvMediaEncodeQP maxQP
Holds maximum QP parameters.
Definition: nvmedia_common_encode.h:1290
NvMediaEncodeConfigH265::maxSliceSizeInBytes
uint32_t maxSliceSizeInBytes
Holds the maximum slice size in bytes for dynamic slice mode.
Definition: nvmedia_common_encode.h:1012
NvMediaEncodeConfigVP8::stop_prob_update
NvMediaBool stop_prob_update
Set to turn off all probability updates to save hw testing time.
Definition: nvmedia_common_encode.h:1470
NVMEDIA_ENCODE_BLOCKING_TYPE_IF_PENDING
@ NVMEDIA_ENCODE_BLOCKING_TYPE_IF_PENDING
Block only when operation is pending.
Definition: nvmedia_common_encode.h:172
NvMediaEncodeInitializeParamsH265::encodeWidth
uint16_t encodeWidth
Holds the encode width.
Definition: nvmedia_common_encode.h:1036
NvMediaEncodeConfigVP8::numReferenceFrames
uint32_t numReferenceFrames
Number of reference frame.
Definition: nvmedia_common_encode.h:1413
NvMediaEncodeConfigVP9::delta_y_dc_q
int32_t delta_y_dc_q
Specifies explicit qindex adjustment for y dccoefficient, -15...15.
Definition: nvmedia_common_encode.h:1256
NvMediaEncodeExternalMeHintCountsPerBlocktype
Holds an external motion vector hint with counts per block type.
Definition: nvmedia_common_encode.h:534
NvMediaEncodeInitializeParamsH264::encodeWidth
uint16_t encodeWidth
Holds the encode width.
Definition: nvmedia_common_encode.h:724
NvMediaEncodeInitializeParamsH264::maxNumRefFrames
uint8_t maxNumRefFrames
Holds the max reference numbers used for encoding.
Definition: nvmedia_common_encode.h:750
NVMEDIA_ENCODE_CONFIG_H264_ENABLE_SLICE_LEVEL_OUTPUT
@ NVMEDIA_ENCODE_CONFIG_H264_ENABLE_SLICE_LEVEL_OUTPUT
Enable slice level output encoding.
Definition: nvmedia_common_encode.h:587
NVMEDIA_ENCODE_ENABLE_COLOC_REFINE
@ NVMEDIA_ENCODE_ENABLE_COLOC_REFINE
Enable coloc_refine.
Definition: nvmedia_common_encode.h:417
NvMediaEncodeConfigH265::numSliceCountMinus1
uint16_t numSliceCountMinus1
Set to 1 less than the number of slices desired per frame.
Definition: nvmedia_common_encode.h:986
NvMediaEncodeConfigH264::disableDeblockingFilterIDC
uint8_t disableDeblockingFilterIDC
Holds the deblocking filter mode.
Definition: nvmedia_common_encode.h:646
NVMEDIA_ENCODE_CONFIG_H265_ENABLE_DYNAMIC_SLICE_MODE
@ NVMEDIA_ENCODE_CONFIG_H265_ENABLE_DYNAMIC_SLICE_MODE
Enable dynamic slice mode.
Definition: nvmedia_common_encode.h:927
NvMediaNalData::ulNalSize
uint32_t ulNalSize
Nal size for header.
Definition: nvmedia_common_encode.h:479
NvMediaEncodeConfigVP9::delta_uv_ac
int32_t delta_uv_ac
Specifies qindex adjustment for uv dccoefficient, -15...15.
Definition: nvmedia_common_encode.h:1262
NvMediaEncodePicParamsH264::encodePicFlags
uint32_t encodePicFlags
Holds bit-wise OR`ed encode pic flags.
Definition: nvmedia_common_encode.h:807
NvMediaEncodeInitializeParamsH264
Holds H264-specific encode initialization parameters.
Definition: nvmedia_common_encode.h:722
NvMediaEncodePicParamsVP9
Holds VP9-specific encoder picture parameters, which are sent on a per frame basis.
Definition: nvmedia_common_encode.h:1332
NvMediaEncodeInitializeParamsH264::useBFramesAsRef
uint8_t useBFramesAsRef
Enables B frames to be used as refernces frames.
Definition: nvmedia_common_encode.h:780
NVMEDIA_ENCODE_LEVEL_H264_42
@ NVMEDIA_ENCODE_LEVEL_H264_42
H.264 Level 4.2.
Definition: nvmedia_common_encode.h:260
NVMEDIA_ENCODE_CONFIG_H265_ENABLE_ULTRA_FAST_ENCODE
@ NVMEDIA_ENCODE_CONFIG_H265_ENABLE_ULTRA_FAST_ENCODE
Enable ultra fast encoding.
Definition: nvmedia_common_encode.h:957
NVMEDIA_ENCODE_CONFIG_VP9_ENABLE_HIGH_PRECISION_MV
@ NVMEDIA_ENCODE_CONFIG_VP9_ENABLE_HIGH_PRECISION_MV
Enable high precision mv.
Definition: nvmedia_common_encode.h:1201
NvMediaEncodeInitializeParamsH265::frameRateDen
uint32_t frameRateDen
Holds the denominator for frame rate used for encoding in frames per second ( Frame rate = frameRateN...
Definition: nvmedia_common_encode.h:1050
NvMediaEncodeConfigVP9::filter_type
uint32_t filter_type
Set the feature flag NVMEDIA_ENCODE_CONFIG_VP9_ENABLE_LOOP_FILTER_PARAMS to change the following para...
Definition: nvmedia_common_encode.h:1234
NvMediaEncodeConfigH265::maxQP
NvMediaEncodeQP maxQP
Holds maximum QP parameters.
Definition: nvmedia_common_encode.h:1028
NVMEDIA_ENCODE_DISABLE_INTER_L0_16x8_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTER_L0_16x8_PREDICTION
Disable Inter L0 partition 16x8 prediction.
Definition: nvmedia_common_encode.h:394
NvMediaEncodeH265SEIPayload::payload
uint8_t * payload
pointer to user data
Definition: nvmedia_common_encode.h:1120
NVMEDIA_ENCODE_CONFIG_H265_INIT_QP
@ NVMEDIA_ENCODE_CONFIG_H265_INIT_QP
Enable support to use client provided Initial QP for all frame types.
Definition: nvmedia_common_encode.h:959
NvMediaEncodeConfigH264VUIParams::timingInfoPresentFlag
NvMediaBool timingInfoPresentFlag
Holds that num_units_in_tick, time_scale and fixed_frame_rate_flag are present in the bitstream (as d...
Definition: nvmedia_common_encode.h:526
NVMEDIA_ENCODE_ENABLE_SELF_SPATIAL_REFINE
@ NVMEDIA_ENCODE_ENABLE_SELF_SPATIAL_REFINE
Enable self_spatial_refine.
Definition: nvmedia_common_encode.h:415
NvMediaEncodeConfigH265VUIParams::videoFormat
uint8_t videoFormat
Holds the source video format (as defined in Annex E of the ITU-T Specification).
Definition: nvmedia_common_encode.h:892
NVMEDIA_ENCODE_DISABLE_INTRA_4x4_VERTICAL_RIGHT_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_4x4_VERTICAL_RIGHT_PREDICTION
Disable Intra 4x4 vertical right prediction.
Definition: nvmedia_common_encode.h:346
NVMEDIA_ENCODE_PROFILE_EXTENDED
@ NVMEDIA_ENCODE_PROFILE_EXTENDED
Extended profile Not supported on QNX Safety build.
Definition: nvmedia_common_encode.h:216
NvMediaEncAttr_GetVPS
@ NvMediaEncAttr_GetVPS
This attribute is used to get VPS data for current h265 encoding session.
Definition: nvmedia_common_encode.h:451
NVMEDIA_ENCODE_LEVEL_H264_13
@ NVMEDIA_ENCODE_LEVEL_H264_13
H.264 Level 1.3.
Definition: nvmedia_common_encode.h:242
NvMediaEncodeInitializeParamsH264::enableLimitedRGB
NvMediaBool enableLimitedRGB
Set this to NVMEDIA_TRUE for limited-RGB (16-235) input.
Definition: nvmedia_common_encode.h:730
NvMediaEncodeConfigVP9::rcParams
NvMediaEncodeRCParams rcParams
Holds the rate control parameters for the current encoding session.
Definition: nvmedia_common_encode.h:1224
NvMediaEncodeRCParams::numBFrames
uint32_t numBFrames
Specified number of B frames between two reference frames.
Definition: nvmedia_common_encode.h:99
NVMEDIA_ENCODE_DISABLE_INTRA_CHROMA_PLANE_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_CHROMA_PLANE_PREDICTION
Disable Intra chroma plane prediction.
Definition: nvmedia_common_encode.h:389
NvMediaEncodePicParamsVP8::frameRateDen
uint32_t frameRateDen
Holds the numerator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum...
Definition: nvmedia_common_encode.h:1522
NvMediaEncodeRCParams::rateControlMode
NvMediaEncodeParamsRCMode rateControlMode
Holds the rate control mode.
Definition: nvmedia_common_encode.h:97
NvMediaEncodeH265SEIPayload::nalUnitType
uint32_t nalUnitType
SEI nal_unit_type.
Definition: nvmedia_common_encode.h:1118
NVMEDIA_ENCODE_DISABLE_INTRA_8x8_DIAGONAL_DOWN_LEFT_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_8x8_DIAGONAL_DOWN_LEFT_PREDICTION
Disable Intra 8x8 diagonal down left prediction.
Definition: nvmedia_common_encode.h:361
NvMediaEncodeConfigH264VUIParams::overscanAppropriateFlag
NvMediaBool overscanAppropriateFlag
Holds the overscan info (as defined in Annex E of the ITU-T Specification).
Definition: nvmedia_common_encode.h:502
NVMEDIA_ENCODE_ENABLE_EXTERNAL_REFINE
@ NVMEDIA_ENCODE_ENABLE_EXTERNAL_REFINE
Enable external_refine.
Definition: nvmedia_common_encode.h:419
NVMEDIA_ENCODE_LEVEL_H264_3
@ NVMEDIA_ENCODE_LEVEL_H264_3
H.264 Level 3.
Definition: nvmedia_common_encode.h:250
NvMediaEncodeConfigVP8::filter_level
uint32_t filter_level
Specifies the loop filter strength for each segment.
Definition: nvmedia_common_encode.h:1424
NvMediaEncodeConfigVP8::mb_segment_abs_delta
uint32_t mb_segment_abs_delta
VP8 mb segment abs delta.
Definition: nvmedia_common_encode.h:1460
NVMEDIA_ENCODE_CONFIG_H264_ENABLE_LOSSLESS_COMPRESSION
@ NVMEDIA_ENCODE_CONFIG_H264_ENABLE_LOSSLESS_COMPRESSION
Enable lossless compression.
Definition: nvmedia_common_encode.h:583
NvMediaEncodePicParamsVP9::rcParams
NvMediaEncodeRCParams rcParams
Holds the rate control parameters from the current frame onward if the NVMEDIA_ENCODE_PIC_FLAG_RATECO...
Definition: nvmedia_common_encode.h:1349
NvMediaEncodeConfigH265VUIParams::aspectRatioInfoPresentFlag
NvMediaBool aspectRatioInfoPresentFlag
If set to NVMEDIA_TRUE, specifies the aspectRatioIdc is present.
Definition: nvmedia_common_encode.h:873
NVMEDIA_ENCODE_CONFIG_H264_ENABLE_RTP_MODE_OUTPUT
@ NVMEDIA_ENCODE_CONFIG_H264_ENABLE_RTP_MODE_OUTPUT
Enable RTP mode output.
Definition: nvmedia_common_encode.h:590
NvMediaEncAttr_GetPPS
@ NvMediaEncAttr_GetPPS
This attribute is used to get PPS data for current encoding session.
Definition: nvmedia_common_encode.h:449
NvMediaBool
uint32_t NvMediaBool
A boolean value, holding NVMEDIA_TRUE or NVMEDIA_FALSE.
Definition: nvmedia_core.h:80
NVMEDIA_ENCODE_DISABLE_INTRA_16x16_HORIZONTAL_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_16x16_HORIZONTAL_PREDICTION
Disable Intra 16x16 horizontal prediction.
Definition: nvmedia_common_encode.h:376
NVMEDIA_ENCODE_BLOCKING_TYPE_NEVER
@ NVMEDIA_ENCODE_BLOCKING_TYPE_NEVER
Never blocks.
Definition: nvmedia_common_encode.h:170
NvMediaEncodeInitializeParamsVP8
Holds VP8-specific encode initialization parameters.
Definition: nvmedia_common_encode.h:1485
NvMediaEncodeInitializeParamsH265::maxNumRefFrames
uint8_t maxNumRefFrames
Holds the max reference numbers used for encoding.
Definition: nvmedia_common_encode.h:1068
NVMEDIA_ENCODE_SPSPPS_REPEAT_INTRA_FRAMES
@ NVMEDIA_ENCODE_SPSPPS_REPEAT_INTRA_FRAMES
SPS/PPS is repeated for every intra frame.
Definition: nvmedia_common_encode.h:435
NvMediaEncodeConfigH265VUIParams::aspectRatioIdc
uint8_t aspectRatioIdc
Holds the aspect ratio IDC (as defined in Annex E of the ITU-T specification).
Definition: nvmedia_common_encode.h:876
NvMediaEncodePicParamsH264::frameRateNum
uint32_t frameRateNum
Holds the numerator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum...
Definition: nvmedia_common_encode.h:853
NvMediaEncodePicParamsH264::nextBFrames
uint32_t nextBFrames
Secifies the number of B-frames that follow the current frame.
Definition: nvmedia_common_encode.h:814
NvMediaEncodePicParamsVP9::encodePicFlags
uint32_t encodePicFlags
Holds bit-wise OR`ed encode pic flags.
Definition: nvmedia_common_encode.h:1337
NVMEDIA_ENCODE_PARAMS_RC_VBR_MINQP
@ NVMEDIA_ENCODE_PARAMS_RC_VBR_MINQP
Variable bitrate mode with MinQP.
Definition: nvmedia_common_encode.h:85
NVMEDIA_ENCODE_DISABLE_INTRA_8x8_HORIZONTAL_DOWN_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_8x8_HORIZONTAL_DOWN_PREDICTION
Disable Intra 8x8 horizontal down prediction.
Definition: nvmedia_common_encode.h:367
NVMEDIA_ENCODE_DISABLE_INTRA_4x4_VERTICAL_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_4x4_VERTICAL_PREDICTION
Disable Intra 4x4 vertical prediction.
Definition: nvmedia_common_encode.h:336
NVMEDIA_ENCODE_LEVEL_H264_41
@ NVMEDIA_ENCODE_LEVEL_H264_41
H.264 Level 4.1.
Definition: nvmedia_common_encode.h:258
NvMediaEncodeInitializeParamsH265::enableLimitedRGB
NvMediaBool enableLimitedRGB
Set this to NVMEDIA_TRUE for limited-RGB (16-235) input.
Definition: nvmedia_common_encode.h:1042
NvMediaEncodeConfigVP8::uvdc_delta_q
uint32_t uvdc_delta_q
VP8 UV dc delta.
Definition: nvmedia_common_encode.h:1448
NvMediaEncodeConfigVP9::idrPeriod
uint32_t idrPeriod
Holds the IDR interval.
Definition: nvmedia_common_encode.h:1228
NvMediaEncodeConfigH264VUIParams::aspectRatioIdc
uint8_t aspectRatioIdc
Holds the acpect ratio IDC (as defined in Annex E of the ITU-T Specification).
Definition: nvmedia_common_encode.h:492
NVMEDIA_ENCODE_PIC_TYPE_B
@ NVMEDIA_ENCODE_PIC_TYPE_B
Bi-directionally predicted picture.
Definition: nvmedia_common_encode.h:192
NvMediaEncodePicParamsVP9::nextBFrames
uint32_t nextBFrames
Holds the number of B-frames that follow the current frame.
Definition: nvmedia_common_encode.h:1344
NvMediaEncodeConfigH264::rcParams
NvMediaEncodeRCParams rcParams
Holds the rate control parameters for the current encoding session.
Definition: nvmedia_common_encode.h:634
NVMEDIA_ENCODE_DISABLE_INTRA_8x8_VERTICAL_RIGHT_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_8x8_VERTICAL_RIGHT_PREDICTION
Disable Intra 8x8 vertical right prediction.
Definition: nvmedia_common_encode.h:365
NVMEDIA_ENCODE_DISABLE_INTER_L0_8x8_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTER_L0_8x8_PREDICTION
Disable Inter L0 partition 8x8 prediction.
Definition: nvmedia_common_encode.h:398
NvMediaEncodeInitializeParamsH264::enableExternalMEHints
NvMediaBool enableExternalMEHints
Set to NVMEDIA_TRUE to enable external ME hints.
Definition: nvmedia_common_encode.h:754
NVMEDIA_ENCODE_H264_POC_TYPE_0
@ NVMEDIA_ENCODE_H264_POC_TYPE_0
Pic_order_cnt_type 0.
Definition: nvmedia_common_encode.h:462
NvMediaEncodeRCParams
Holds rate control configuration parameters.
Definition: nvmedia_common_encode.h:95
NvMediaEncodeInitializeParamsH265::enableSliceEncode
NvMediaBool enableSliceEncode
use slice encode to reduce latency in getting encoded buffers.
Definition: nvmedia_common_encode.h:1092
NvMediaEncodeH264SEIPayload
H.264 specific User SEI message.
Definition: nvmedia_common_encode.h:710
NVMEDIA_ENCODE_H264_ENTROPY_CODING_MODE_CABAC
@ NVMEDIA_ENCODE_H264_ENTROPY_CODING_MODE_CABAC
Entropy coding mode is CABAC.
Definition: nvmedia_common_encode.h:299
NVMEDIA_ENCODE_DISABLE_INTRA_4x4_HORIZONTAL_DOWN_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_4x4_HORIZONTAL_DOWN_PREDICTION
Disable Intra 4x4 horizontal down prediction.
Definition: nvmedia_common_encode.h:348
NvMediaEncodeConfigH264::initQP
NvMediaEncodeQP initQP
Holds the initial QP parameters.
Definition: nvmedia_common_encode.h:697
NVMEDIA_ENCODE_PROFILE_BASELINE
@ NVMEDIA_ENCODE_PROFILE_BASELINE
Baseline profile.
Definition: nvmedia_common_encode.h:211
NvMediaEncodeConfigH265::disableDeblockingFilter
uint8_t disableDeblockingFilter
Holds disable the deblocking filter.
Definition: nvmedia_common_encode.h:988
NVMEDIA_ENCODE_CONFIG_VP8_ENABLE_LOOP_FILTER_PARAMS
@ NVMEDIA_ENCODE_CONFIG_VP8_ENABLE_LOOP_FILTER_PARAMS
Enable to set loop filter parameters.
Definition: nvmedia_common_encode.h:1388
NVMEDIA_ENCODE_CONFIG_VP9_QP_MAX
@ NVMEDIA_ENCODE_CONFIG_VP9_QP_MAX
Enable support to use client provided QP max for all frame types.
Definition: nvmedia_common_encode.h:1210
NvMediaEncodeInitializeParamsH265::mvNumViews
uint32_t mvNumViews
Number of views used for MV-Hevc.
Definition: nvmedia_common_encode.h:1100
NvMediaEncodeConfigH264VUIParams::videoFullRangeFlag
NvMediaBool videoFullRangeFlag
Holds the output range of the luma and chroma samples (as defined in Annex E of the ITU-T Specificati...
Definition: nvmedia_common_encode.h:511
NvMediaEncodeH264BDirectMode
NvMediaEncodeH264BDirectMode
Defines H.264 specific Bdirect modes.
Definition: nvmedia_common_encode.h:306
NVMEDIA_ENCODE_LEVEL_H264_2
@ NVMEDIA_ENCODE_LEVEL_H264_2
H.264 Level 2.
Definition: nvmedia_common_encode.h:244
NvMediaEncAttr_GetSPS
@ NvMediaEncAttr_GetSPS
This attribute is used to get SPS data for current encoding session.
Definition: nvmedia_common_encode.h:447
NVMEDIA_ENCODE_DISABLE_INTRA_8x8_HORIZONTAL_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_8x8_HORIZONTAL_PREDICTION
Disable Intra 8x8 horizontal prediction.
Definition: nvmedia_common_encode.h:357
NvMediaEncodeConfigVP8::update_mb_segmentation_map
uint32_t update_mb_segmentation_map
Set the feature flag NVMEDIA_ENCODE_CONFIG_VP8_ENABLE_SEGMENTATION to set the following parameters.
Definition: nvmedia_common_encode.h:1456
NvMediaEncodeRCParams::vbvInitialDelay
uint32_t vbvInitialDelay
Holds the VBV(HRD) initial delay in bits.
Definition: nvmedia_common_encode.h:109
NvMediaEncodeConfigH264::enableWeightedPrediction
uint8_t enableWeightedPrediction
Holds enable weighted prediction.
Definition: nvmedia_common_encode.h:704
NvMediaEncodeVP8Features
NvMediaEncodeVP8Features
Defines VP8 encoder configuration features.
Definition: nvmedia_common_encode.h:1386
NVMEDIA_ENCODE_CONFIG_H264_ENABLE_DYNAMIC_SLICE_MODE
@ NVMEDIA_ENCODE_CONFIG_H264_ENABLE_DYNAMIC_SLICE_MODE
Enable dynamic slice mode.
Definition: nvmedia_common_encode.h:578
NVMEDIA_ENCODE_DISABLE_INTRA_CHROMA_DC_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_CHROMA_DC_PREDICTION
Disable Intra chroma DC prediction.
Definition: nvmedia_common_encode.h:387
NVMEDIA_ENCODE_CONFIG_H265_ENABLE_RTP_MODE_OUTPUT
@ NVMEDIA_ENCODE_CONFIG_H265_ENABLE_RTP_MODE_OUTPUT
Enable RTP mode output.
Definition: nvmedia_common_encode.h:938
NVMEDIA_ENCODE_LEVEL_H264_11
@ NVMEDIA_ENCODE_LEVEL_H264_11
H.264 Level 1.1.
Definition: nvmedia_common_encode.h:238
NVMEDIA_ENCODE_DISABLE_INTRA_16x16_VERTICAL_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_16x16_VERTICAL_PREDICTION
Disable Intra 16x16 vertical prediction.
Definition: nvmedia_common_encode.h:374
NvMediaEncodeInitializeParamsH264::reserved1
uint16_t reserved1
Definition: nvmedia_common_encode.h:725
NVMEDIA_ENCODE_H264_ADAPTIVE_TRANSFORM_DISABLE
@ NVMEDIA_ENCODE_H264_ADAPTIVE_TRANSFORM_DISABLE
Specifies that Adaptive Transform 8x8 mode is disabled.
Definition: nvmedia_common_encode.h:325
NvMediaEncodeConfigVP8::no_temporal_mv_hints
NvMediaBool no_temporal_mv_hints
Set to disable temporal mv hints.
Definition: nvmedia_common_encode.h:1468
nvmedia_common_encode_ofst.h
NVIDIA Media Interface: Common Types for Video/Image Encode and OFST
NVMEDIA_ENCODE_DISABLE_INTRA_8x8_HORIZONTAL_UP_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_8x8_HORIZONTAL_UP_PREDICTION
Disable Intra 8x8 horizontal up prediction.
Definition: nvmedia_common_encode.h:371
NVMEDIA_ENCODE_DISABLE_INTRA_8x8_DIAGONAL_DOWN_RIGHT_PREDICTION
@ NVMEDIA_ENCODE_DISABLE_INTRA_8x8_DIAGONAL_DOWN_RIGHT_PREDICTION
Disable Intra 8x8 diagonal down right prediction.
Definition: nvmedia_common_encode.h:363
NvMediaEncodeInitializeParamsH264::enableReconCRC
NvMediaBool enableReconCRC
Enable support for recon CRC generation.
Definition: nvmedia_common_encode.h:767
NvMediaEncodeConfigH264VUIParams::videoSignalTypePresentFlag
NvMediaBool videoSignalTypePresentFlag
If set to NVMEDIA_TRUE, it specifies that the videoFormat, videoFullRangeFlag and colourDescriptionPr...
Definition: nvmedia_common_encode.h:505
NvMediaEncodeInitializeParamsVP9::frameRateDen
uint32_t frameRateDen
Holds the denominator for frame rate used for encoding in frames per second ( Frame rate = frameRateN...
Definition: nvmedia_common_encode.h:1309
NvMediaEncodeConfigVP8::update_mb_segmentation_data
uint32_t update_mb_segmentation_data
VP8 update mb segmentation data.
Definition: nvmedia_common_encode.h:1458
NVMEDIA_ENCODE_CONFIG_VP8_INIT_QP
@ NVMEDIA_ENCODE_CONFIG_VP8_INIT_QP
Enable support to use client provided Initial QP for all frame types.
Definition: nvmedia_common_encode.h:1397