NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaOFSTInitializeParams Struct Reference

Detailed Description

Holds OFST estimation initialization parameters.

Definition at line 82 of file nvmedia_iofst.h.

Collaboration diagram for NvMediaOFSTInitializeParams:

Data Fields

uint16_t width
 OFST width. More...
 
uint16_t height
 OFST height. More...
 
NvMediaBool enableExternalMEHints
 NVMEDIA_TRUE to enable external ME hints, or NVMEDIA_FALSE to disable. More...
 
NvMediaEncodeExternalMeHintCountsPerBlocktype maxMEHintCountsPerBlock
 Maximum number of hint candidates per block. More...
 
NvMediaBool enableSegmentMap
 NVMEDIA_TRUE to enable external segment ID map, or NVMEDIA_FALSE to disable. More...
 
uint32_t features
 Specifies bitwise OR'ed configuration feature flags. More...
 

Field Documentation

NvMediaBool NvMediaOFSTInitializeParams::enableExternalMEHints

NVMEDIA_TRUE to enable external ME hints, or NVMEDIA_FALSE to disable.

Definition at line 89 of file nvmedia_iofst.h.

NvMediaBool NvMediaOFSTInitializeParams::enableSegmentMap

NVMEDIA_TRUE to enable external segment ID map, or NVMEDIA_FALSE to disable.

Definition at line 98 of file nvmedia_iofst.h.

uint32_t NvMediaOFSTInitializeParams::features

Specifies bitwise OR'ed configuration feature flags.

See the enum NvMediaOFSTConfigFeatures.

Definition at line 101 of file nvmedia_iofst.h.

uint16_t NvMediaOFSTInitializeParams::height

OFST height.

Definition at line 86 of file nvmedia_iofst.h.

NvMediaEncodeExternalMeHintCountsPerBlocktype NvMediaOFSTInitializeParams::maxMEHintCountsPerBlock

Maximum number of hint candidates per block.

If the client wants to pass external motion vectors in the NvMediaOFSTExternalHintParams structure's meExternalHints buffer it must specify this value, and must set enableExternalMEHints to NV_TRUE.

Definition at line 95 of file nvmedia_iofst.h.

uint16_t NvMediaOFSTInitializeParams::width

OFST width.

Definition at line 84 of file nvmedia_iofst.h.


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