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.cpp21 m_pLine(nullptr), in CJBig2_GRDProc()
663 m_pLine = nullptr; in Start_decode_Arith()
754 if (!m_pLine) in decode_Arith_Template0_opt3()
755 m_pLine = pImage->data(); in decode_Arith_Template0_opt3()
773 uint8_t* pLine1 = m_pLine - nStride2; in decode_Arith_Template0_opt3()
774 uint8_t* pLine2 = m_pLine - nStride; in decode_Arith_Template0_opt3()
791 m_pLine[cc] = cVal; in decode_Arith_Template0_opt3()
806 m_pLine[nLineBytes] = cVal1; in decode_Arith_Template0_opt3()
808 uint8_t* pLine2 = m_pLine - nStride; in decode_Arith_Template0_opt3()
825 m_pLine[cc] = cVal; in decode_Arith_Template0_opt3()
[all …]
DJBig2_GrdProc.h126 uint8_t* m_pLine; variable