Home | History | Annotate | Download | only in filters

Lines Matching refs:pivot

41             int pivot = 0;
44 pivot = j;
47 cur = points[pivot];
48 next = points[pivot + 1];
63 double tc = (a * a * a - a) * derivatives[pivot];
64 double td = (b * b * b - b) * derivatives[pivot + 1];
82 int pivot = 0;
84 pivot = j;
89 cur = mPoints[pivot];
90 next = mPoints[pivot + 1];
104 double tc = (a * a * a - a) * mDerivatives[pivot];
105 double td = (b * b * b - b) * mDerivatives[pivot + 1];