Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_ArithDecoder.cpp40 const unsigned int kDefaultAValue = 0x8000; variable
65 m_A = kDefaultAValue; in CJBig2_ArithDecoder()
77 if (m_A & kDefaultAValue) in DECODE()
119 } while ((m_A & kDefaultAValue) == 0); in ReadValueA()