|
ldas-tools-framecpp 3.0.4
|
Classes | |
| class | FrUncompressable |
| class | FrZCompIRangeError |
| class | FrZCompRangeError |
Functions | |
| template<int T> | |
| INT_4S | BSize () |
| template<typename T> | |
| T | LowerBound () |
| template<typename T> | |
| INT_2U | SignificantBits () |
| template<typename T> | |
| T | SignificantBitsMask () |
| template<> | |
| INT_4S | BSize< 2 > () |
| template<> | |
| INT_2S | LowerBound () |
| template<> | |
| INT_2U | SignificantBits< INT_2U > () |
| template<> | |
| INT_2U | SignificantBits< INT_2S > () |
| template<> | |
| INT_2U | SignificantBitsMask () |
| template<> | |
| INT_4S | BSize< 4 > () |
| template<> | |
| INT_4S | LowerBound () |
| template<> | |
| INT_2U | SignificantBits< INT_4U > () |
| template<> | |
| INT_2U | SignificantBits< INT_4S > () |
| template<> | |
| INT_4U | SignificantBitsMask () |
| template<> | |
| INT_4S | BSize< 8 > () |
| template<> | |
| INT_8S | LowerBound () |
| template<> | |
| INT_2U | SignificantBits< INT_8U > () |
| template<> | |
| INT_2U | SignificantBits< INT_8S > () |
| template<> | |
| INT_8U | SignificantBitsMask () |
| template<typename T> | |
| INT_2U | StorageBits () |
| template<typename T> | |
| INT_2U | SpaceBits () |
| template<typename TS, typename TU> | |
| int | zcomp (TU *Out, INT_8U *compL, const TS *data, ndata_type nData, INT_8U bSize=BSize< sizeof(TS) >()) |
| template<typename OutType, typename InType> | |
| void | zexpand (OutType *DataOut, const InType *DataIn, ndata_type NDataOut) |
| template<typename InType, typename OutType> | |
| void | compress (const data_element_type *Source, INT_8U SourceLength, boost::shared_array< data_element_type > &Dest, INT_8U &DestByteLength) |
| template<typename wMaxType> | |
| const wMaxType * | wMaxTable () |
| template<typename maskType> | |
| const maskType * | maskTable () |
| template<typename TS, typename TU> | |
| void | zexpand (TS *out, const TU *data, ndata_type nData) |
Variables | |
| static INT_4S | ZERO_COMPRESS_INT_2_BSIZE = 12 |
| static INT_4S | ZERO_COMPRESS_INT_4_BSIZE = 8 |
| static INT_4S | ZERO_COMPRESS_INT_8_BSIZE = 8 |
| INT_4S anonymous_namespace{CompressionZeroSuppress.cc}::BSize | ( | ) |
|
inline |
|
inline |
|
inline |
| void anonymous_namespace{CompressionZeroSuppress.cc}::compress | ( | const data_element_type * | Source, |
| INT_8U | SourceLength, | ||
| boost::shared_array< data_element_type > & | Dest, | ||
| INT_8U & | DestByteLength ) |
| T anonymous_namespace{CompressionZeroSuppress.cc}::LowerBound | ( | ) |
|
inline |
|
inline |
|
inline |
| const maskType * anonymous_namespace{CompressionZeroSuppress.cc}::maskTable | ( | ) |
| INT_2U anonymous_namespace{CompressionZeroSuppress.cc}::SignificantBits | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| T anonymous_namespace{CompressionZeroSuppress.cc}::SignificantBitsMask | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| const wMaxType * anonymous_namespace{CompressionZeroSuppress.cc}::wMaxTable | ( | ) |
| int anonymous_namespace{CompressionZeroSuppress.cc}::zcomp | ( | TU * | Out, |
| INT_8U * | compL, | ||
| const TS * | data, | ||
| ndata_type | nData, | ||
| INT_8U | bSize = BSize< sizeof( TS ) >( ) ) |
| void anonymous_namespace{CompressionZeroSuppress.cc}::zexpand | ( | OutType * | DataOut, |
| const InType * | DataIn, | ||
| ndata_type | NDataOut ) |
| void anonymous_namespace{CompressionZeroSuppress.cc}::zexpand | ( | TS * | out, |
| const TU * | data, | ||
| ndata_type | nData ) |
|
static |
|
static |
|
static |