C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Parameter for LZO compression and decompression. LZO compressed block header consists of four sections: 1) optional, 2) uncompressed data size (4 bytes), 3) compressed data size (4 bytes), 4) optional. More...
|
inline |
LzoCompressionParameter constructor
_preHeadBytes | Size in bytes of section 1 of the LZO compressed block header |
_postHeadBytes | Size in bytes of section 4 of the LZO compressed block header |
size_t postHeadBytes |
Size in bytes of section 4 of the LZO compressed block header
size_t preHeadBytes |
Size in bytes of section 1 of the LZO compressed block header
For more complete information about compiler optimizations, see our Optimization Notice.