#include <indeo.h>
Public Member Functions | |
int | createHuffFromDesc (VLC *vlc, bool flag) const |
bool | huffDescCompare (const IVIHuffDesc *desc2) const |
void | huffDescCopy (const IVIHuffDesc *src) |
Public Attributes | |
int32 | _numRows |
uint8 | _xBits [16] |
huffman codebook descriptor
int Image::Indeo::IVIHuffDesc::createHuffFromDesc | ( | VLC * | vlc, |
bool | flag | ||
) | const |
bool Image::Indeo::IVIHuffDesc::huffDescCompare | ( | const IVIHuffDesc * | desc2 | ) | const |
Compare two huffman codebook descriptors.
[in] | desc2 | Ptr to the 2nd descriptor to compare |
void Image::Indeo::IVIHuffDesc::huffDescCopy | ( | const IVIHuffDesc * | src | ) |
Copy huffman codebook descriptors.
[in] | src | ptr to the source descriptor |