Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CJBig2_HuffmanDecoder Class Reference

#include <JBig2_HuffmanDecoder.h>

+ Collaboration diagram for CJBig2_HuffmanDecoder:

Public Member Functions

 CJBig2_HuffmanDecoder (CJBig2_BitStream *pStream)
 
 ~CJBig2_HuffmanDecoder ()
 
int DecodeAValue (const CJBig2_HuffmanTable *pTable, int *nResult)
 

Detailed Description

Definition at line 14 of file JBig2_HuffmanDecoder.h.

Constructor & Destructor Documentation

◆ CJBig2_HuffmanDecoder()

CJBig2_HuffmanDecoder::CJBig2_HuffmanDecoder ( CJBig2_BitStream * pStream)
explicit

Definition at line 12 of file JBig2_HuffmanDecoder.cpp.

References CJBig2_HuffmanDecoder().

Referenced by CJBig2_HuffmanDecoder().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~CJBig2_HuffmanDecoder()

CJBig2_HuffmanDecoder::~CJBig2_HuffmanDecoder ( )
default

Member Function Documentation

◆ DecodeAValue()

int CJBig2_HuffmanDecoder::DecodeAValue ( const CJBig2_HuffmanTable * pTable,
int * nResult )

Definition at line 17 of file JBig2_HuffmanDecoder.cpp.

References JBig2HuffmanCode::code, JBig2HuffmanCode::codelen, CJBig2_HuffmanTable::IsHTOOB(), kJBig2OOB, and CJBig2_HuffmanTable::Size().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: