Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp34 constexpr uint16_t kOptConstant12[] = {0x000f, 0x0007, 0x0003}; variable
250 line3 = ((line3 << 1) | bVal) & kOptConstant12[UNOPT]; in DecodeArithTemplateUnopt()