Home | History | Annotate | Download | only in reedsolomon

Lines Matching refs:GetSize

40   if (coefficients == NULL || coefficients->GetSize() == 0) {

45 int32_t coefficientsLength = coefficients->GetSize();
68 return m_coefficients.GetSize() - 1;
74 return m_coefficients[m_coefficients.GetSize() - 1 - degree];
80 int32_t size = m_coefficients.GetSize();
116 if (smallerCoefficients.GetSize() > largerCoefficients.GetSize()) {
123 sumDiff.SetSize(largerCoefficients.GetSize());
125 largerCoefficients.GetSize() - smallerCoefficients.GetSize();
129 for (int32_t j = lengthDiff; j < largerCoefficients.GetSize(); j++) {
148 int32_t aLength = m_coefficients.GetSize();
151 int32_t bLength = other->GetCoefficients()->GetSize();
178 int32_t size = m_coefficients.GetSize();
202 int32_t size = m_coefficients.GetSize();