Home
last modified time | relevance | path

Searched refs:nppStBicubic (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNPP_staging.hpp103 nppStBicubic ///< Bicubic convolution filter, a = -0.5 (cubic Hermite spline) enumerator
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVBroxOpticalFlow.cu1132 …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()
DNPP_staging.cu2588 else if (interpolation == nppStBicubic) in nppiStResize_32f_C1R()