| Class | Description |
|---|---|
| ANSFormatSpecHeader | |
| ANSManager |
\brief High-level interface class for ANS compressor
|
| BitcompFormatSpecHeader | |
| BitcompManager |
\brief High-level interface class for Bitcomp compressor
\note Any uncompressed data buffer to be compressed MUST be a size that is a
multiple of the data type size, else compression may crash or result in
invalid output.
|
| CompressionConfig |
\brief Config used to aggregate information about the compression of a particular buffer.
|
| DecompressionConfig |
\brief Config used to aggregate information about a particular decompression.
|
| DeflateFormatSpecHeader | |
| DeflateManager |
\brief High-level interface class for Deflate compressor
|
| GdeflateFormatSpecHeader | |
| GdeflateManager |
\brief High-level interface class for GDeflate compressor
|
| LZ4FormatSpecHeader | |
| LZ4Manager |
\brief High-level interface class for LZ4 compressor
\note Any uncompressed data buffer to be compressed MUST be a size that is a
multiple of the data type size, else compression may crash or result in
invalid output.
|
| nvcompBatchedANSOpts_t | |
| nvcompBatchedBitcompFormatOpts |
\brief Structure for configuring Bitcomp compression.
|
| nvcompBatchedCascadedOpts_t |
\brief Structure that stores the compression configuration
|
| nvcompBatchedDeflateOpts_t |
Deflate compression options for the low-level API
|
| nvcompBatchedGdeflateOpts_t |
GDeflate compression options for the low-level API
|
| nvcompBatchedLZ4Opts_t |
LZ4 compression options for the low-level API
|
| nvcompBatchedSnappyOpts_t | |
| nvcompBatchedZstdOpts_t | |
| nvcompCascadedFormatOpts |
\brief Structure that stores the compression configuration
|
| nvcompLZ4FormatOpts |
\brief Structure for configuring LZ4 compression.
|
| nvcompManagerBase |
\brief Abstract base class that defines the nvCOMP high level interface
|
| PimplManager | |
| SnappyFormatSpecHeader | |
| SnappyManager |
\brief High-level interface class for Snappy compressor
|
| ZstdFormatSpecHeader | |
| ZstdManager |
\brief High-level interface class for the Zstd compressor
uncomp_chunk_size must be <= 16 MB.
|
Copyright © 2024. All rights reserved.