bicubicCoeff      164 modules/core/include/opencv2/core/cuda/filters.hpp                     const float w = bicubicCoeff(x - cx) * bicubicCoeff(y - cy);
bicubicCoeff      119 modules/cudawarping/test/interpolation.hpp                 const float w = bicubicCoeff(x - cx) * bicubicCoeff(y - cy);
bicubicCoeff      200 modules/cudev/include/opencv2/cudev/ptr2d/interpolation.hpp                 const float w = bicubicCoeff(x - cx) * bicubicCoeff(y - cy);