Scroll to navigation

Decoder.h(3) Library Functions Manual Decoder.h(3)

NAME

Decoder.h - PGF decoder class.

SYNOPSIS

#include 'PGFstream.h'
#include 'BitStream.h'
#include 'Subband.h'
#include 'WaveletTransform.h'

Classes


class CDecoder
PGF decoder. class CDecoder::CMacroBlock
A macro block is a decoding unit of fixed size (uncoded)

Macros


#define BufferLen (BufferSize/WordWidth)
number of words per buffer #define CodeBufferLen BufferSize
number of words in code buffer (CodeBufferLen > BufferLen)

Detailed Description

PGF decoder class.

Author

C. Stamm, R. Spuler

Definition in file Decoder.h.

Macro Definition Documentation

#define BufferLen (BufferSize/WordWidth)

number of words per buffer

Definition at line 39 of file Decoder.h.

#define CodeBufferLen BufferSize

number of words in code buffer (CodeBufferLen > BufferLen)

Definition at line 40 of file Decoder.h.

Author

Generated automatically by Doxygen for libpgf from the source code.

Version 7.21.2 libpgf