HomeSort by relevance Sort by last modified time
    Searched refs:smallerCoefficients (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.cpp 112 CFX_Int32Array smallerCoefficients;
113 smallerCoefficients.Copy(m_coefficients);
116 if (smallerCoefficients.GetSize() > largerCoefficients.GetSize()) {
118 temp.Copy(smallerCoefficients);
119 smallerCoefficients.Copy(largerCoefficients);
125 largerCoefficients.GetSize() - smallerCoefficients.GetSize();
131 smallerCoefficients[j - lengthDiff], largerCoefficients[j]));
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ECModulusPoly.cpp 106 CFX_Int32Array smallerCoefficients;
107 smallerCoefficients.Copy(m_coefficients);
110 if (smallerCoefficients.GetSize() > largerCoefficients.GetSize()) {
112 temp.Copy(smallerCoefficients);
113 smallerCoefficients.Copy(largerCoefficients);
119 largerCoefficients.GetSize() - smallerCoefficients.GetSize();
124 sumDiff[i] = m_field->add(smallerCoefficients[i - lengthDiff],
  /external/zxing/core/
core.jar 

Completed in 140 milliseconds