table of contents
Decoder.cpp(3) | Library Functions Manual | Decoder.cpp(3) |
NAME¶
Decoder.cpp - PGF decoder class implementation.
SYNOPSIS¶
#include 'Decoder.h'
Macros¶
#define CodeBufferBitLen
(CodeBufferLen*WordWidth)
max number of bits in m_codeBuffer #define MaxCodeLen ((1 <<
RLblockSizeLen) - 1)
max length of RL encoded block
Detailed Description¶
PGF decoder class implementation.
Author
C. Stamm, R. Spuler
Definition in file Decoder.cpp.
Macro Definition Documentation¶
#define CodeBufferBitLen (CodeBufferLen*WordWidth)¶
max number of bits in m_codeBuffer
Definition at line 58 of file Decoder.cpp.
#define MaxCodeLen ((1 << RLblockSizeLen) - 1)¶
max length of RL encoded block
Definition at line 59 of file Decoder.cpp.
Author¶
Generated automatically by Doxygen for libpgf from the source code.
Version 7.21.2 | libpgf |