Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp24 constexpr uint16_t kOptConstant2[] = {0x0006, 0x0004, 0x0001}; variable
117 uint32_t line1 = (*pLine1++) << kOptConstant2[OPT]; in DecodeArithOpt3()
122 line1 = (line1 << 8) | ((*pLine1++) << kOptConstant2[OPT]); in DecodeArithOpt3()