#include <enchtbl.h>
Public Member Functions | |
| CJPEGEncoderHuffmanState (void) | |
| JERRCODE | Create (void) |
| JERRCODE | Destroy (void) |
| JERRCODE | Init (void) |
| operator IppiEncodeHuffmanState * (void) | |
| virtual | ~CJPEGEncoderHuffmanState (void) |
Private Attributes | |
| IppiEncodeHuffmanState * | m_state |
Definition at line 122 of file enchtbl.cpp.
| CJPEGEncoderHuffmanState::~CJPEGEncoderHuffmanState | ( | void | ) | [virtual] |
Definition at line 129 of file enchtbl.cpp.
| JERRCODE CJPEGEncoderHuffmanState::Create | ( | void | ) |
Definition at line 136 of file enchtbl.cpp.
Definition at line 159 of file enchtbl.cpp.
| JERRCODE CJPEGEncoderHuffmanState::Init | ( | void | ) |
Definition at line 171 of file enchtbl.cpp.
| CJPEGEncoderHuffmanState::operator IppiEncodeHuffmanState * | ( | void | ) | [inline] |
IppiEncodeHuffmanState* CJPEGEncoderHuffmanState::m_state [private] |