Decoder.cpp - Man Page

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.

Info

Thu Jan 25 2024 00:00:00 Version 7.21.2 libpgf