FFmpeg
|
#include <nvEncodeAPI.h>
Data Fields | |
uint32_t | disablePartition16x16:1 |
[in]: Disable MotionEstimation on 16x16 blocks More... | |
uint32_t | disablePartition8x16:1 |
[in]: Disable MotionEstimation on 8x16 blocks More... | |
uint32_t | disablePartition16x8:1 |
[in]: Disable MotionEstimation on 16x8 blocks More... | |
uint32_t | disablePartition8x8:1 |
[in]: Disable MotionEstimation on 8x8 blocks More... | |
uint32_t | disableIntraSearch:1 |
[in]: Disable Intra search during MotionEstimation More... | |
uint32_t | bStereoEnable:1 |
[in]: Enable Stereo Mode for Motion Estimation where each view is independently executed More... | |
uint32_t | reserved:26 |
[in]: Reserved and must be set to 0 More... | |
uint32_t | reserved1 [255] |
[in]: Reserved and must be set to 0 More... | |
void * | reserved2 [64] |
[in]: Reserved and must be set to NULL More... | |
Definition at line 1324 of file nvEncodeAPI.h.
uint32_t NV_ENC_CONFIG_H264_MEONLY::disablePartition16x16 |
[in]: Disable MotionEstimation on 16x16 blocks
Definition at line 1326 of file nvEncodeAPI.h.
uint32_t NV_ENC_CONFIG_H264_MEONLY::disablePartition8x16 |
[in]: Disable MotionEstimation on 8x16 blocks
Definition at line 1327 of file nvEncodeAPI.h.
uint32_t NV_ENC_CONFIG_H264_MEONLY::disablePartition16x8 |
[in]: Disable MotionEstimation on 16x8 blocks
Definition at line 1328 of file nvEncodeAPI.h.
uint32_t NV_ENC_CONFIG_H264_MEONLY::disablePartition8x8 |
[in]: Disable MotionEstimation on 8x8 blocks
Definition at line 1329 of file nvEncodeAPI.h.
uint32_t NV_ENC_CONFIG_H264_MEONLY::disableIntraSearch |
[in]: Disable Intra search during MotionEstimation
Definition at line 1330 of file nvEncodeAPI.h.
uint32_t NV_ENC_CONFIG_H264_MEONLY::bStereoEnable |
[in]: Enable Stereo Mode for Motion Estimation where each view is independently executed
Definition at line 1331 of file nvEncodeAPI.h.
uint32_t NV_ENC_CONFIG_H264_MEONLY::reserved |
[in]: Reserved and must be set to 0
Definition at line 1332 of file nvEncodeAPI.h.
uint32_t NV_ENC_CONFIG_H264_MEONLY::reserved1[255] |
[in]: Reserved and must be set to 0
Definition at line 1333 of file nvEncodeAPI.h.
void* NV_ENC_CONFIG_H264_MEONLY::reserved2[64] |
[in]: Reserved and must be set to NULL
Definition at line 1334 of file nvEncodeAPI.h.