CUDPP  2.2
CUDA Data-Parallel Primitives Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
cudpp_compress.h File Reference

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...
 

Detailed Description

Compress functionality header file - contains CUDPP interface (not public)

cudpp_compress.h