HomeSort by relevance Sort by last modified time
    Searched refs:degreeDifference (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.cpp 230 int32_t degreeDifference = remainder->GetDegree() - other->GetDegree();
235 other->MultiplyByMonomial(degreeDifference, scale, e);
239 m_field->BuildMonomial(degreeDifference, scale, e);
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ECModulusPoly.cpp 263 int32_t degreeDifference = remainder->getDegree() - other->getDegree();
268 other->multiplyByMonomial(degreeDifference, scale, e);
275 m_field->buildMonomial(degreeDifference, scale, e);
  /external/zxing/core/
core.jar 

Completed in 49 milliseconds