Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp155 int32_t aCoeff = m_coefficients[i]; in Multiply() local
159 m_field->Multiply(aCoeff, other->GetCoefficients()->operator[](j))); in Multiply()
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417ECModulusPoly.cpp167 int32_t aCoeff = aCoefficients[i]; in multiply() local
170 product[i + j], m_field->multiply(aCoeff, bCoefficients[j])); in multiply()