Holds stereo preprocessing parameters.
Definition at line 548 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... | |
| uint8_t NvMediaVPIStereoPreprocessParams::confidenceThresh | 
Holds the confidence threshold.
Definition at line 554 of file nvmedia_vpi.h.
| uint8_t NvMediaVPIStereoPreprocessParams::disparityDiffToConfidenceShift | 
Holds the shift of disparity difference before confidence table indexing.
Definition at line 557 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 552 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 550 of file nvmedia_vpi.h.