Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp116 uint8_t* pLine2 = pLine - nStride; in DecodeArithOpt3() local
118 uint32_t line2 = *pLine2++; in DecodeArithOpt3()
123 line2 = (line2 << 8) | (*pLine2++); in DecodeArithOpt3()
154 uint8_t* pLine2 = pLine - nStride; in DecodeArithOpt3() local
155 uint32_t line2 = (h & 1) ? (*pLine2++) : 0; in DecodeArithOpt3()
159 line2 = (line2 << 8) | (*pLine2++); in DecodeArithOpt3()
509 uint8_t* pLine2 = m_pLine - nStride; in ProgressiveDecodeArithTemplate0Opt3() local
511 uint32_t line2 = *pLine2++; in ProgressiveDecodeArithTemplate0Opt3()
515 line2 = (line2 << 8) | (*pLine2++); in ProgressiveDecodeArithTemplate0Opt3()
543 uint8_t* pLine2 = m_pLine - nStride; in ProgressiveDecodeArithTemplate0Opt3() local
[all …]