![]() |
Project
|
#include <IDCContainer.h>
Public Member Functions | |
IDCDeltaCompressionHelper ()=default | |
Static Public Member Functions | |
static IDCDelta< DataT > | getCompressedIDCs (const IDCDelta< float > &idcDeltaUncompressed) |
static SACDelta< DataT > | getCompressedSACs (const SACDelta< float > &sacDeltaUncompressed) |
helper class to compress Delta IDC values
template | parameter specifying the output format of the compressed IDCDelta |
Definition at line 412 of file IDCContainer.h.
|
default |
|
inlinestatic |
static method to get the compressed Delta IDCs from uncompressed Delta IDCs
idcDeltaUncompressed | uncompressed Delta IDC values |
Definition at line 420 of file IDCContainer.h.
|
inlinestatic |
static method to get the compressed SACs from uncompressed Delta SACs
sacDeltaUncompressed | uncompressed Delta SAC values |
Definition at line 432 of file IDCContainer.h.