HomeSort by relevance Sort by last modified time
    Searched refs:bicubicCoeff (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/cudawarping/test/
interpolation.hpp 87 static float bicubicCoeff(float x_)
119 const float w = bicubicCoeff(x - cx) * bicubicCoeff(y - cy);
  /external/opencv3/modules/video/src/opencl/
optical_flow_tvl1.cl 65 inline float bicubicCoeff(float x_)
121 float w = bicubicCoeff(wx - cx) * bicubicCoeff(wy - cy);
201 float w = bicubicCoeff(wx - cx) * bicubicCoeff(wy - cy);
  /external/opencv3/modules/core/include/opencv2/core/cuda/
filters.hpp 132 static __device__ __forceinline__ float bicubicCoeff(float x_)
164 const float w = bicubicCoeff(x - cx) * bicubicCoeff(y - cy);
  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
interpolation.hpp 162 __device__ static float bicubicCoeff(float x_)
200 const float w = bicubicCoeff(x - cx) * bicubicCoeff(y - cy);
  /external/opencv3/modules/cudaoptflow/src/cuda/
tvl1flow.cu 87 static __device__ __forceinline__ float bicubicCoeff(float x_)
137 const float w = bicubicCoeff(wx - cx) * bicubicCoeff(wy - cy);
  /external/opencv3/modules/cudalegacy/src/cuda/
NPP_staging.cu     [all...]

Completed in 1073 milliseconds