diff options
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_HtrdProc.h')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_HtrdProc.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/fxcodec/jbig2/JBig2_HtrdProc.h b/core/fxcodec/jbig2/JBig2_HtrdProc.h index b61a08c036..eab3f57970 100644 --- a/core/fxcodec/jbig2/JBig2_HtrdProc.h +++ b/core/fxcodec/jbig2/JBig2_HtrdProc.h @@ -20,11 +20,11 @@ struct JBig2ArithCtx; class CJBig2_HTRDProc { public: - std::unique_ptr<CJBig2_Image> decode_Arith(CJBig2_ArithDecoder* pArithDecoder, - JBig2ArithCtx* gbContext, - PauseIndicatorIface* pPause); + std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder, + JBig2ArithCtx* gbContext, + PauseIndicatorIface* pPause); - std::unique_ptr<CJBig2_Image> decode_MMR(CJBig2_BitStream* pStream); + std::unique_ptr<CJBig2_Image> DecodeMMR(CJBig2_BitStream* pStream); public: uint32_t HBW; @@ -46,7 +46,7 @@ class CJBig2_HTRDProc { uint8_t HPH; private: - std::unique_ptr<CJBig2_Image> decode_image( + std::unique_ptr<CJBig2_Image> DecodeImage( const std::vector<std::unique_ptr<CJBig2_Image>>& GSPLANES); }; |