56 #ifndef NV_VPI_INTERPOLATION_H
57 #define NV_VPI_INTERPOLATION_H
VPIInterpolationType
Interpolation types supported by several algorithms.
@ VPI_INTERP_LINEAR
Linear interpolation.
@ VPI_INTERP_CATMULL_ROM
Catmull-Rom cubic interpolation.
@ VPI_INTERP_NEAREST
Nearest neighbor interpolation.