Home | History | Annotate | Download | only in reedsolomon

Lines Matching refs:GetCoefficients

56       m_coefficients.Copy(*(m_field->GetZero()->GetCoefficients()));
67 CFX_ArrayTemplate<int32_t>* CBC_ReedSolomonGF256Poly::GetCoefficients() {
76 int32_t CBC_ReedSolomonGF256Poly::GetCoefficients(int32_t degree) {
81 return GetCoefficients(0);
116 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());
233 m_field->Multiply(remainder->GetCoefficients((remainder->GetDegree())),