Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GrdProc.cpp73 int32_t nLineBytes, nBitsLeft, cc; in decode_Arith_Template0_opt3() local
82 nLineBytes = ((GBW + 7) >> 3) - 1; in decode_Arith_Template0_opt3()
83 nBitsLeft = GBW - (nLineBytes << 3); in decode_Arith_Template0_opt3()
99 for (cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3()
121 pLine[nLineBytes] = cVal; in decode_Arith_Template0_opt3()
126 for (cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3()
147 pLine[nLineBytes] = cVal; in decode_Arith_Template0_opt3()
211 int32_t nLineBytes, nBitsLeft, cc; in decode_Arith_Template1_opt3() local
220 nLineBytes = ((GBW + 7) >> 3) - 1; in decode_Arith_Template1_opt3()
221 nBitsLeft = GBW - (nLineBytes << 3); in decode_Arith_Template1_opt3()
[all …]