Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp100 int32_t nLineBytes = ((GBW + 7) >> 3) - 1; in DecodeArithOpt3() local
101 int32_t nBitsLeft = GBW - (nLineBytes << 3); in DecodeArithOpt3()
121 for (int32_t cc = 0; cc < nLineBytes; ++cc) { in DecodeArithOpt3()
152 pLine[nLineBytes] = cVal1; in DecodeArithOpt3()
157 for (int32_t cc = 0; cc < nLineBytes; ++cc) { in DecodeArithOpt3()
186 pLine[nLineBytes] = cVal1; in DecodeArithOpt3()
266 int32_t nLineBytes = ((GBW + 7) >> 3) - 1; in DecodeArithTemplate3Opt3() local
267 int32_t nBitsLeft = GBW - (nLineBytes << 3); in DecodeArithTemplate3Opt3()
284 for (int32_t cc = 0; cc < nLineBytes; cc++) { in DecodeArithTemplate3Opt3()
309 pLine[nLineBytes] = cVal1; in DecodeArithTemplate3Opt3()
[all …]