Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp113 CFX_ArrayTemplate<int32_t> smallerCoefficients; in AddOrSubtract() local
114 smallerCoefficients.Copy(m_coefficients); in AddOrSubtract()
117 if (smallerCoefficients.GetSize() > largerCoefficients.GetSize()) { in AddOrSubtract()
119 temp.Copy(smallerCoefficients); in AddOrSubtract()
120 smallerCoefficients.Copy(largerCoefficients); in AddOrSubtract()
126 largerCoefficients.GetSize() - smallerCoefficients.GetSize(); in AddOrSubtract()
132 smallerCoefficients[j - lengthDiff], largerCoefficients[j])); in AddOrSubtract()