Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp75 int32_t CBC_ReedSolomonGF256Poly::GetDegree() const { in GetDegree() function in CBC_ReedSolomonGF256Poly
214 int32_t denominatorLeadingTerm = other->GetCoefficients(other->GetDegree()); in Divide()
219 while (remainder->GetDegree() >= other->GetDegree() && !remainder->IsZero()) { in Divide()
220 int32_t degreeDifference = remainder->GetDegree() - other->GetDegree(); in Divide()
222 m_field->Multiply(remainder->GetCoefficients((remainder->GetDegree())), in Divide()
DBC_ReedSolomonGF256Poly.h27 int32_t GetDegree() const;