Home | History | Annotate | Download | only in media

Lines Matching refs:mY

144               mY(new T[size]) { }
148 delete[] mY;
172 checkedDiff(&ydiff, y, mY[mPos], "y");
180 const int32_t ydiff2 = y - mY[prev];
190 mY[mPos] = y;
208 mY[mPos] = y;
227 return findU(y, mX, mY, method, extrapolation, startValue);
234 return findU(x, mY, mX, method, extrapolation, startValue);
296 // TODO: back extrapolation value could be stored along with mX, mY in history.
354 const size_t mSize; // Size of mX and mY arrays (history).
355 size_t mPos; // Index in mX and mY of last pushed data;
361 T * const mY; // History of Y values as a circular array.