| libpgf
    7.21.2
    PGF - Progressive Graphics File | 
PGF encoder class implementation. More...
#include "Encoder.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 encoder class implementation.
Definition in file Encoder.cpp.
| #define CodeBufferBitLen (CodeBufferLen*WordWidth) | 
max number of bits in m_codeBuffer
Definition at line 58 of file Encoder.cpp.
| #define MaxCodeLen ((1 << RLblockSizeLen) - 1) | 
max length of RL encoded block
Definition at line 59 of file Encoder.cpp.