#include <dechtbl.h>
Public Member Functions | |
| CJPEGDecoderHuffmanState (void) | |
| JERRCODE | Create (void) |
| JERRCODE | Destroy (void) |
| JERRCODE | Init (void) |
| operator IppiDecodeHuffmanState * (void) | |
| virtual | ~CJPEGDecoderHuffmanState (void) |
Private Attributes | |
| IppiDecodeHuffmanState * | m_state |
Definition at line 130 of file dechtbl.cpp.
| CJPEGDecoderHuffmanState::~CJPEGDecoderHuffmanState | ( | void | ) | [virtual] |
Definition at line 137 of file dechtbl.cpp.
| JERRCODE CJPEGDecoderHuffmanState::Create | ( | void | ) |
Definition at line 144 of file dechtbl.cpp.
Definition at line 167 of file dechtbl.cpp.
| JERRCODE CJPEGDecoderHuffmanState::Init | ( | void | ) |
Definition at line 179 of file dechtbl.cpp.
| CJPEGDecoderHuffmanState::operator IppiDecodeHuffmanState * | ( | void | ) | [inline] |
IppiDecodeHuffmanState* CJPEGDecoderHuffmanState::m_state [private] |