| // Copyright 2014 PDFium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| #ifndef CORE_FXCODEC_JBIG2_JBIG2_ARITHDECODER_H_ |
| #define CORE_FXCODEC_JBIG2_JBIG2_ARITHDECODER_H_ |
| JBig2ArithCtx() : MPS(0), I(0) {} |
| class CJBig2_ArithDecoder { |
| explicit CJBig2_ArithDecoder(CJBig2_BitStream* pStream); |
| int DECODE(JBig2ArithCtx* pCX); |
| CJBig2_BitStream* const m_pStream; |
| #endif // CORE_FXCODEC_JBIG2_JBIG2_ARITHDECODER_H_ |