#include <framecpp_config.h>
#include <strings.h>
#include <algorithm>
#include <iterator>
#include <memory>
#include <sstream>
#include <stdexcept>
#include <string>
#include <valarray>
#include <boost/shared_array.hpp>
#include "ldastoolsal/util.hh"
#include "ldastoolsal/types.hh"
#include "framecpp/Common/Compression.hh"
#include "framecpp/Common/CompressionDifferential.hh"
#include "framecpp/Common/CompressionGZip.hh"
#include "framecpp/Common/CompressionZeroSuppress.hh"
|
#define | LM_INFO 0 |
|
#define | AT() |
|
#define | MAP(A, B) m[ A ] = sizeof( B ) |
|
|
void | FrameCPP::Compression::Compress (INT_4U &CompressionMode, INT_4U Level, const compress_type_mapping &CompressionMapping, const compress_type_reverse_mapping &CompressionReverseMapping, INT_4U DataType, const data_type_mapping &DataTypeMapping, const CHAR_U *Source, const INT_8U SourceLength, const INT_8U SourceByteLength, output_type &Dest, INT_8U &DestByteLength) |
| compress data without altering the source More...
|
|
void | FrameCPP::Compression::Expand (const bool NativeOrder, const INT_4U CompressionMode, const compress_type_mapping &CompressionMapping, const INT_4U DataType, const data_type_mapping &DataTypeMapping, const CHAR_U *Source, const INT_8U SourceLength, const INT_8U SourceByteLength, output_type &Dest, INT_8U &DataByteLength) |
| uncompress data without altering the source More...
|
|
◆ AT
◆ LM_INFO
◆ MAP
#define MAP |
( |
|
A, |
|
|
|
B |
|
) |
| m[ A ] = sizeof( B ) |