Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp115 uint8_t* pLine1 = pLine - nStride2; in DecodeArithOpt3() local
117 uint32_t line1 = (*pLine1++) << kOptConstant2[OPT]; in DecodeArithOpt3()
122 line1 = (line1 << 8) | ((*pLine1++) << kOptConstant2[OPT]); in DecodeArithOpt3()
281 uint8_t* pLine1 = pLine - nStride; in DecodeArithTemplate3Opt3() local
282 uint32_t line1 = *pLine1++; in DecodeArithTemplate3Opt3()
285 line1 = (line1 << 8) | (*pLine1++); in DecodeArithTemplate3Opt3()
508 uint8_t* pLine1 = m_pLine - nStride2; in ProgressiveDecodeArithTemplate0Opt3() local
510 uint32_t line1 = (*pLine1++) << 6; in ProgressiveDecodeArithTemplate0Opt3()
514 line1 = (line1 << 8) | ((*pLine1++) << 6); in ProgressiveDecodeArithTemplate0Opt3()
667 uint8_t* pLine1 = m_pLine - nStride2; in ProgressiveDecodeArithTemplate1Opt3() local
[all …]