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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java     [all...]
  /external/opencv3/modules/imgproc/test/
test_imgwarp_strict.cpp 371 void interpolateLinear(float x, float* coeffs)
416 interpolate_method inter_array[] = { &interpolateLinear, &interpolateCubic, &interpolateLanczos4 };
    [all...]
  /external/opencv3/modules/imgproc/src/
imgwarp.cpp 148 static inline void interpolateLinear( float x, float* coeffs )
198 interpolateLinear( i*scale, tab );
    [all...]

Completed in 339 milliseconds