Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp105 uint8_t cVal1 = 0; in decode_Arith_Template0_opt3() local
108 cVal1 |= bVal << (7 - k); in decode_Arith_Template0_opt3()
113 pLine[nLineBytes] = cVal1; in decode_Arith_Template0_opt3()
132 uint8_t cVal1 = 0; in decode_Arith_Template0_opt3() local
135 cVal1 |= bVal << (7 - k); in decode_Arith_Template0_opt3()
139 pLine[nLineBytes] = cVal1; in decode_Arith_Template0_opt3()
230 uint8_t cVal1 = 0; in decode_Arith_Template1_opt3() local
233 cVal1 |= bVal << (7 - k); in decode_Arith_Template1_opt3()
238 pLine[nLineBytes] = cVal1; in decode_Arith_Template1_opt3()
257 uint8_t cVal1 = 0; in decode_Arith_Template1_opt3() local
[all …]