Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp119 bool m_Early; member in __anonc88c85550111::CLZWDecoder
128 if (m_nCodes + m_Early == 4094) { in AddCode()
132 if (m_nCodes + m_Early == 512 - 258) { in AddCode()
134 } else if (m_nCodes + m_Early == 1024 - 258) { in AddCode()
136 } else if (m_nCodes + m_Early == 2048 - 258) { in AddCode()
168 m_Early = bEarlyChange ? 1 : 0; in Decode()