NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

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

Detailed Description

Holds stereo preprocessing parameters.

Note
NvMediaVPISetVersionId() must be called after initiation to set the value of versionId.

Definition at line 622 of file nvmedia_vpi.h.

Data Fields

uint8_t numberOfHintsPerMB
 Holds the number of hints per macro-block. More...
 
uint8_t fractionalBits
 Holds the number of fractional bits. More...
 
uint8_t confidenceThresh
 Holds the confidence threshold. More...
 
uint8_t disparityDiffToConfidenceShift
 Holds the shift of disparity difference before confidence table indexing. More...
 

Field Documentation

uint8_t NvMediaVPIStereoPreprocessParams::confidenceThresh

Holds the confidence threshold.

Definition at line 628 of file nvmedia_vpi.h.

uint8_t NvMediaVPIStereoPreprocessParams::disparityDiffToConfidenceShift

Holds the shift of disparity difference before confidence table indexing.

Definition at line 631 of file nvmedia_vpi.h.

uint8_t NvMediaVPIStereoPreprocessParams::fractionalBits

Holds the number of fractional bits.

Must be in the range [0,13].

Definition at line 626 of file nvmedia_vpi.h.

uint8_t NvMediaVPIStereoPreprocessParams::numberOfHintsPerMB

Holds the number of hints per macro-block.

Must be in the range [1,8].

Definition at line 624 of file nvmedia_vpi.h.


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