Searched refs:coefficientsLength (Results 1 – 1 of 1) sorted by relevance
48 int32_t coefficientsLength = coefficients->GetSize(); in Init() local49 if ((coefficientsLength > 1 && (*coefficients)[0] == 0)) { in Init()51 while ((firstNonZero < coefficientsLength) && in Init()55 if (firstNonZero == coefficientsLength) { in Init()58 m_coefficients.SetSize(coefficientsLength - firstNonZero); in Init()59 for (int32_t i = firstNonZero, j = 0; i < coefficientsLength; i++, j++) { in Init()