| libpgf
    7.21.2
    PGF - Progressive Graphics File | 
PGF decoder class implementation. More...
#include "Decoder.h"Go to the source code of this file.
| Macros | |
| #define | CodeBufferBitLen (CodeBufferLen*WordWidth) | 
| max number of bits in m_codeBuffer  More... | |
| #define | MaxCodeLen ((1 << RLblockSizeLen) - 1) | 
| max length of RL encoded block  More... | |
PGF decoder class implementation.
Definition in file Decoder.cpp.
| #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.