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

/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_flate.cpp110 bool m_Early; member in class:__anon16425::CLZWDecoder
119 if (m_nCodes + m_Early == 4094) {
123 if (m_nCodes + m_Early == 512 - 258) {
125 } else if (m_nCodes + m_Early == 1024 - 258) {
127 } else if (m_nCodes + m_Early == 2048 - 258) {
159 m_Early = bEarlyChange ? 1 : 0;

Completed in 105 milliseconds