Searched refs:m_pLine (Results 1 – 2 of 2) sorted by relevance
405 m_pLine = nullptr; in StartDecodeArith()489 if (!m_pLine) in ProgressiveDecodeArithTemplate0Opt3()490 m_pLine = pImage->data(); in ProgressiveDecodeArithTemplate0Opt3()508 uint8_t* pLine1 = m_pLine - nStride2; in ProgressiveDecodeArithTemplate0Opt3()509 uint8_t* pLine2 = m_pLine - nStride; in ProgressiveDecodeArithTemplate0Opt3()526 m_pLine[cc] = cVal; in ProgressiveDecodeArithTemplate0Opt3()541 m_pLine[nLineBytes] = cVal1; in ProgressiveDecodeArithTemplate0Opt3()543 uint8_t* pLine2 = m_pLine - nStride; in ProgressiveDecodeArithTemplate0Opt3()560 m_pLine[cc] = cVal; in ProgressiveDecodeArithTemplate0Opt3()573 m_pLine[nLineBytes] = cVal1; in ProgressiveDecodeArithTemplate0Opt3()[all …]
96 uint8_t* m_pLine = nullptr; variable