Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp76 int32_t nLineBytes = ((GBW + 7) >> 3) - 1; in decode_Arith_Template0_opt3() local
77 int32_t nBitsLeft = GBW - (nLineBytes << 3); in decode_Arith_Template0_opt3()
91 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3()
113 pLine[nLineBytes] = cVal1; in decode_Arith_Template0_opt3()
118 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3()
139 pLine[nLineBytes] = cVal1; in decode_Arith_Template0_opt3()
202 int32_t nLineBytes = ((GBW + 7) >> 3) - 1; in decode_Arith_Template1_opt3() local
203 int32_t nBitsLeft = GBW - (nLineBytes << 3); in decode_Arith_Template1_opt3()
216 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template1_opt3()
238 pLine[nLineBytes] = cVal1; in decode_Arith_Template1_opt3()
[all …]