Home
last modified time | relevance | path

Searched refs:coefficientsLength (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp48 int32_t coefficientsLength = coefficients->GetSize(); in Init() local
49 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()