Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp120 uint8_t cVal1 = 0; in decode_Arith_Template0_opt3() local
126 cVal1 |= bVal << (7 - k); in decode_Arith_Template0_opt3()
131 pLine[nLineBytes] = cVal1; in decode_Arith_Template0_opt3()
153 uint8_t cVal1 = 0; in decode_Arith_Template0_opt3() local
159 cVal1 |= bVal << (7 - k); in decode_Arith_Template0_opt3()
163 pLine[nLineBytes] = cVal1; in decode_Arith_Template0_opt3()
268 uint8_t cVal1 = 0; in decode_Arith_Template1_opt3() local
274 cVal1 |= bVal << (7 - k); in decode_Arith_Template1_opt3()
279 pLine[nLineBytes] = cVal1; in decode_Arith_Template1_opt3()
301 uint8_t cVal1 = 0; in decode_Arith_Template1_opt3() local
[all …]