Home
last modified time | relevance | path

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

/external/pdfium/xfa/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()