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

  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ECModulusPoly.cpp 161 CFX_Int32Array bCoefficients;
162 bCoefficients.Copy(other->m_coefficients);
163 int32_t bLength = bCoefficients.GetSize();
170 product[i + j], m_field->multiply(aCoeff, bCoefficients[j]));
  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.cpp 149 CFX_Int32Array bCoefficients;
150 bCoefficients.Copy(*(other->GetCoefficients()));
  /external/zxing/core/
core.jar 

Completed in 171 milliseconds