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); bicubicCoeff 121 modules/video/src/opencl/optical_flow_tvl1.cl float w = bicubicCoeff(wx - cx) * bicubicCoeff(wy - cy); bicubicCoeff 201 modules/video/src/opencl/optical_flow_tvl1.cl float w = bicubicCoeff(wx - cx) * bicubicCoeff(wy - cy);