table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 7.21.7-1.16
 - Leap-15.6
 
| Encoder.cpp(3) | Library Functions Manual | Encoder.cpp(3) | 
NAME¶
Encoder.cpp - PGF encoder class implementation.
SYNOPSIS¶
#include 'Encoder.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 encoder class implementation.
Author
C. Stamm, R. Spuler
Definition in file Encoder.cpp.
Macro Definition Documentation¶
#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.
Author¶
Generated automatically by Doxygen for libpgf from the source code.
| Version 7.21.2 | libpgf |