Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <JBig2_PddProc.h>
Public Member Functions | |
std::unique_ptr< CJBig2_PatternDict > | DecodeArith (CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext, PauseIndicatorIface *pPause) |
std::unique_ptr< CJBig2_PatternDict > | DecodeMMR (CJBig2_BitStream *pStream) |
Public Attributes | |
bool | HDMMR |
uint8_t | HDPW |
uint8_t | HDPH |
uint32_t | GRAYMAX |
uint8_t | HDTEMPLATE |
Definition at line 21 of file JBig2_PddProc.h.
std::unique_ptr< CJBig2_PatternDict > CJBig2_PDDProc::DecodeArith | ( | CJBig2_ArithDecoder * | pArithDecoder, |
JBig2ArithCtx * | gbContext, | ||
PauseIndicatorIface * | pPause ) |
Definition at line 15 of file JBig2_PddProc.cpp.
References GRAYMAX, HDPH, HDPW, HDTEMPLATE, and kDecodeToBeContinued.
std::unique_ptr< CJBig2_PatternDict > CJBig2_PDDProc::DecodeMMR | ( | CJBig2_BitStream * | pStream | ) |
Definition at line 57 of file JBig2_PddProc.cpp.
uint32_t CJBig2_PDDProc::GRAYMAX |
Definition at line 33 of file JBig2_PddProc.h.
Referenced by DecodeArith(), and DecodeMMR().
bool CJBig2_PDDProc::HDMMR |
Definition at line 30 of file JBig2_PddProc.h.
uint8_t CJBig2_PDDProc::HDPH |
Definition at line 32 of file JBig2_PddProc.h.
Referenced by DecodeArith(), and DecodeMMR().
uint8_t CJBig2_PDDProc::HDPW |
Definition at line 31 of file JBig2_PddProc.h.
Referenced by DecodeArith(), and DecodeMMR().
uint8_t CJBig2_PDDProc::HDTEMPLATE |
Definition at line 34 of file JBig2_PddProc.h.
Referenced by DecodeArith().