CUDPP
2.2
CUDA Data-Parallel Primitives Library
|
Compress functionality header file - contains CUDPP interface (not public) More...
Functions | |
void | allocCompressStorage (CUDPPCompressPlan *plan) |
Allocate intermediate arrays used by compression. More... | |
void | freeCompressStorage (CUDPPCompressPlan *plan) |
Deallocate intermediate block arrays in a CUDPPCompressPlan object. More... | |
void | allocBwtStorage (CUDPPBwtPlan *plan) |
Allocate intermediate arrays used by BWT. More... | |
void | freeBwtStorage (CUDPPBwtPlan *plan) |
Deallocate intermediate block arrays in a CUDPPBwtPlan object. More... | |
void | allocMtfStorage (CUDPPMtfPlan *plan) |
Allocate intermediate arrays used by MTF. More... | |
void | freeMtfStorage (CUDPPMtfPlan *plan) |
Deallocate intermediate block arrays in a CUDPPMtfPlan object. More... | |
Compress functionality header file - contains CUDPP interface (not public)