NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release

Detailed Description

Parameters related to input pyramid hint surface.

Definition at line 423 of file nvmedia_iofa.h.

Data Fields

bool pydHintMagnitudeScale2x
 IOFA HW supported input hint mv magnitude scaling. More...
 
bool pydHintWidth2x
 IOFA HW supported input hint upsampling in X direction
false : input hint surface width is same as output surface width
true : input hint surface width is 1/2 of output surface width. More...
 
bool pydHintHeight2x
 IOFA HW supported input hint upsampling in Y direction
false : input hint surface height is same as output surface height
true : input hint surface height is 1/2 of output surface height. More...
 

Field Documentation

◆ pydHintHeight2x

bool NvMediaIofaPydHintParams::pydHintHeight2x

IOFA HW supported input hint upsampling in Y direction
false : input hint surface height is same as output surface height
true : input hint surface height is 1/2 of output surface height.

Definition at line 439 of file nvmedia_iofa.h.

◆ pydHintMagnitudeScale2x

bool NvMediaIofaPydHintParams::pydHintMagnitudeScale2x

IOFA HW supported input hint mv magnitude scaling.


false : IOFA HW hint mv = 1 x input hint mv magnitude
true : IOFA HW hint mv = 2 x input hint mv magnitude

Definition at line 429 of file nvmedia_iofa.h.

◆ pydHintWidth2x

bool NvMediaIofaPydHintParams::pydHintWidth2x

IOFA HW supported input hint upsampling in X direction
false : input hint surface width is same as output surface width
true : input hint surface width is 1/2 of output surface width.

Definition at line 434 of file nvmedia_iofa.h.


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