Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp406 m_loopIndex = 0; in StartDecodeArith()
412 int iline = m_loopIndex; in ProgressiveDecodeArith()
444 m_ReplaceRect.bottom = m_loopIndex; in ProgressiveDecodeArith()
446 m_loopIndex = 0; in ProgressiveDecodeArith()
497 for (; m_loopIndex < height; m_loopIndex++) { in ProgressiveDecodeArithTemplate0Opt3()
505 pImage->CopyLine(m_loopIndex, m_loopIndex - 1); in ProgressiveDecodeArithTemplate0Opt3()
507 if (m_loopIndex > 1) { in ProgressiveDecodeArithTemplate0Opt3()
544 uint32_t line2 = (m_loopIndex & 1) ? (*pLine2++) : 0; in ProgressiveDecodeArithTemplate0Opt3()
547 if (m_loopIndex & 1) { in ProgressiveDecodeArithTemplate0Opt3()
578 m_loopIndex++; in ProgressiveDecodeArithTemplate0Opt3()
[all …]
DJBig2_GrdProc.h95 uint32_t m_loopIndex = 0; variable