Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp45 int32_t coefficientsLength = coefficients->GetSize(); in Init() local
46 if ((coefficientsLength > 1 && (*coefficients)[0] == 0)) { in Init()
48 while ((firstNonZero < coefficientsLength) && in Init()
52 if (firstNonZero == coefficientsLength) { in Init()
55 m_coefficients.SetSize(coefficientsLength - firstNonZero); in Init()
56 for (int32_t i = firstNonZero, j = 0; i < coefficientsLength; i++, j++) { in Init()
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417ECModulusPoly.cpp34 int32_t coefficientsLength = coefficients.GetSize(); in CBC_PDF417ECModulusPoly() local
35 if (coefficientsLength > 1 && coefficients[0] == 0) { in CBC_PDF417ECModulusPoly()
37 while (firstNonZero < coefficientsLength && in CBC_PDF417ECModulusPoly()
41 if (firstNonZero == coefficientsLength) { in CBC_PDF417ECModulusPoly()
44 m_coefficients.SetSize(coefficientsLength - firstNonZero); in CBC_PDF417ECModulusPoly()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...