Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp222 FX_INT32 nLineBytes, nBitsLeft, cc; in decode_Arith_Template0_opt3() local
233 nLineBytes = ((GBW + 7) >> 3) - 1; in decode_Arith_Template0_opt3()
234 nBitsLeft = GBW - (nLineBytes << 3); in decode_Arith_Template0_opt3()
250 for(cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3()
273 pLine[nLineBytes] = cVal; in decode_Arith_Template0_opt3()
278 for(cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3()
299 pLine[nLineBytes] = cVal; in decode_Arith_Template0_opt3()
473 FX_INT32 nLineBytes, nBitsLeft, cc; in decode_Arith_Template1_opt3() local
484 nLineBytes = ((GBW + 7) >> 3) - 1; in decode_Arith_Template1_opt3()
485 nBitsLeft = GBW - (nLineBytes << 3); in decode_Arith_Template1_opt3()
[all …]