Searched defs:GetCoefficients (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomonGF256Poly.cpp53 m_coefficients.Copy(*(m_field->GetZero()->GetCoefficients()));
64 CFX_Int32Array* CBC_ReedSolomonGF256Poly::GetCoefficients() { function in class:CBC_ReedSolomonGF256Poly
73 int32_t CBC_ReedSolomonGF256Poly::GetCoefficients(int32_t degree) { function in class:CBC_ReedSolomonGF256Poly
78 return GetCoefficients(0);
115 largerCoefficients.Copy(*(other->GetCoefficients()));
150 bCoefficients.Copy(*(other->GetCoefficients()));
151 int32_t bLength = other->GetCoefficients()->GetSize();
159 m_field->Multiply(aCoeff, other->GetCoefficients()->operator[](j)));
225 int32_t denominatorLeadingTerm = other->GetCoefficients(other->GetDegree());
232 m_field->Multiply(remainder->GetCoefficients((remainde
[all...]

Completed in 79 milliseconds