| Index: core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h
|
| diff --git a/core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h b/core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h
|
| index 24ac467afa60f7fac67d3edac29e52a22ef753a2..a1394d342f7764ea9eee7a0523f50be898588f9a 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h
|
| +++ b/core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h
|
| @@ -62,6 +62,10 @@ class CJBig2_GRDProc {
|
| int8_t GBAT[8];
|
|
|
| private:
|
| + bool UseTemplate0Opt3() const;
|
| + bool UseTemplate1Opt3() const;
|
| + bool UseTemplate23Opt3() const;
|
| +
|
| FXCODEC_STATUS decode_Arith(IFX_Pause* pPause);
|
| FXCODEC_STATUS decode_Arith_Template0_opt3(CJBig2_Image* pImage,
|
| CJBig2_ArithDecoder* pArithDecoder,
|
|
|