Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp18 m_pLine(nullptr), in CJBig2_GRDProc()
563 m_pLine = nullptr; in Start_decode_Arith()
653 if (!m_pLine) { in decode_Arith_Template0_opt3()
654 m_pLine = pImage->m_pData; in decode_Arith_Template0_opt3()
668 uint8_t* pLine1 = m_pLine - nStride2; in decode_Arith_Template0_opt3()
669 uint8_t* pLine2 = m_pLine - nStride; in decode_Arith_Template0_opt3()
683 m_pLine[cc] = cVal; in decode_Arith_Template0_opt3()
695 m_pLine[nLineBytes] = cVal1; in decode_Arith_Template0_opt3()
697 uint8_t* pLine2 = m_pLine - nStride; in decode_Arith_Template0_opt3()
711 m_pLine[cc] = cVal; in decode_Arith_Template0_opt3()
[all …]
DJBig2_GrdProc.h113 uint8_t* m_pLine; variable