Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp86 FX_BOOL m_Early; member in CLZWDecoder
97 if (m_nCodes + m_Early == 4094) { in AddCode()
101 if (m_nCodes + m_Early == 512 - 258) { in AddCode()
103 } else if (m_nCodes + m_Early == 1024 - 258) { in AddCode()
105 } else if (m_nCodes + m_Early == 2048 - 258) { in AddCode()
135 m_Early = bEarlyChange ? 1 : 0; in Decode()