Searched refs:nppStBicubic (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NPP_staging.hpp | 103 nppStBicubic ///< Bicubic convolution filter, a = -0.5 (cubic Hermite spline) enumerator
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVBroxOpticalFlow.cu | 1132 …ptr(), dstSize, ns * sizeof (float), dstROI, 1.0f/scale_factor, 1.0f/scale_factor, nppStBicubic) ); in NCVBroxOpticalFlow() 1138 …ptr(), dstSize, ns * sizeof (float), dstROI, 1.0f/scale_factor, 1.0f/scale_factor, nppStBicubic) ); in NCVBroxOpticalFlow()
|
D | NPP_staging.cu | 2588 else if (interpolation == nppStBicubic) in nppiStResize_32f_C1R()
|