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.cpp98 FX_BOOL m_Early; member in __anon1637e6630111::CLZWDecoder
106 if (m_nCodes + m_Early == 4094) { in AddCode()
110 if (m_nCodes + m_Early == 512 - 258) { in AddCode()
112 } else if (m_nCodes + m_Early == 1024 - 258) { in AddCode()
114 } else if (m_nCodes + m_Early == 2048 - 258) { in AddCode()
146 m_Early = bEarlyChange ? 1 : 0; in Decode()