table of contents
Encoder.h(3) | Library Functions Manual | Encoder.h(3) |
NAME¶
Encoder.h - PGF encoder class.
SYNOPSIS¶
#include 'PGFstream.h'
#include 'BitStream.h'
#include 'Subband.h'
#include 'WaveletTransform.h'
Classes¶
class CEncoder
PGF encoder. class CEncoder::CMacroBlock
A macro block is an encoding 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 encoder class.
Author
C. Stamm, R. Spuler
Definition in file Encoder.h.
Macro Definition Documentation¶
#define BufferLen (BufferSize/WordWidth)¶
number of words per buffer
Definition at line 39 of file Encoder.h.
#define CodeBufferLen BufferSize¶
number of words in code buffer (CodeBufferLen > BufferLen)
Definition at line 40 of file Encoder.h.
Author¶
Generated automatically by Doxygen for libpgf from the source code.
Version 7.21.2 | libpgf |