Searched refs:mDerivatives (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DSplineMath.java6 double[] mDerivatives; field in class:SplineMath
14 mDerivatives = null;
80 if (mDerivatives == null)
81 mDerivatives = solveSystem(mPoints);
104 double tc = (a * a * a - a) * mDerivatives[pivot];
105 double td = (b * b * b - b) * mDerivatives[pivot + 1];

Completed in 93 milliseconds