Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp140 uint8_t cVal1 = 0; in DecodeArithOpt3() local
146 cVal1 |= bVal << (7 - k); in DecodeArithOpt3()
152 pLine[nLineBytes] = cVal1; in DecodeArithOpt3()
175 uint8_t cVal1 = 0; in DecodeArithOpt3() local
181 cVal1 |= bVal << (7 - k); in DecodeArithOpt3()
186 pLine[nLineBytes] = cVal1; in DecodeArithOpt3()
299 uint8_t cVal1 = 0; in DecodeArithTemplate3Opt3() local
305 cVal1 |= bVal << (7 - k); in DecodeArithTemplate3Opt3()
309 pLine[nLineBytes] = cVal1; in DecodeArithTemplate3Opt3()
324 uint8_t cVal1 = 0; in DecodeArithTemplate3Opt3() local
[all …]