Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp112 CFX_Int32Array smallerCoefficients; in AddOrSubtract() local
113 smallerCoefficients.Copy(m_coefficients); in AddOrSubtract()
116 if (smallerCoefficients.GetSize() > largerCoefficients.GetSize()) { in AddOrSubtract()
118 temp.Copy(smallerCoefficients); in AddOrSubtract()
119 smallerCoefficients.Copy(largerCoefficients); in AddOrSubtract()
125 largerCoefficients.GetSize() - smallerCoefficients.GetSize(); in AddOrSubtract()
131 smallerCoefficients[j - lengthDiff], largerCoefficients[j])); in AddOrSubtract()
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417ECModulusPoly.cpp106 CFX_Int32Array smallerCoefficients; in add() local
107 smallerCoefficients.Copy(m_coefficients); in add()
110 if (smallerCoefficients.GetSize() > largerCoefficients.GetSize()) { in add()
112 temp.Copy(smallerCoefficients); in add()
113 smallerCoefficients.Copy(largerCoefficients); in add()
119 largerCoefficients.GetSize() - smallerCoefficients.GetSize(); in add()
124 sumDiff[i] = m_field->add(smallerCoefficients[i - lengthDiff], in add()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...