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... | |
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.
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.
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.