Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp84 int32_t nLineBytes = ((GBW + 7) >> 3) - 1; in decode_Arith_Template0_opt3() local
85 int32_t nBitsLeft = GBW - (nLineBytes << 3); in decode_Arith_Template0_opt3()
103 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3()
131 pLine[nLineBytes] = cVal1; in decode_Arith_Template0_opt3()
136 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3()
163 pLine[nLineBytes] = cVal1; in decode_Arith_Template0_opt3()
233 int32_t nLineBytes = ((GBW + 7) >> 3) - 1; in decode_Arith_Template1_opt3() local
234 int32_t nBitsLeft = GBW - (nLineBytes << 3); in decode_Arith_Template1_opt3()
251 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template1_opt3()
279 pLine[nLineBytes] = cVal1; in decode_Arith_Template1_opt3()
[all …]