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.cpp110 bool m_Early; member in __anonf31383cb0111::CLZWDecoder
119 if (m_nCodes + m_Early == 4094) { in AddCode()
123 if (m_nCodes + m_Early == 512 - 258) { in AddCode()
125 } else if (m_nCodes + m_Early == 1024 - 258) { in AddCode()
127 } else if (m_nCodes + m_Early == 2048 - 258) { in AddCode()
159 m_Early = bEarlyChange ? 1 : 0; in Decode()