

Static Public Member Functions | |
getNewCompressor | |
| static void * | getNewCompressor () |
| get a new instance of compressor RLE 4 bytes and swizzle data. | |
getNewDecompressor | |
| static void * | getNewDecompressor () |
| NOT IMPLEMENTED. | |
getInfo | |
| static void | getInfo (EqCompressorInfo *const info) |
| get information about this compressor. | |
getFunctions | |
|
| |
| virtual void | compress (const void *const inData, const eq_uint64_t nPixels, const bool useAlpha) |
| compress Data. | |
| static Functions | getFunctions () |
| static void | decompress (const void *const *inData, const eq_uint64_t *const inSizes, const unsigned nInputs, void *const outData, const eq_uint64_t nPixels, const bool useAlpha) |
Definition at line 78 of file compressorRLE4B.h.
| static void eq::plugin::CompressorDiffRLE4B::getInfo | ( | EqCompressorInfo *const | info | ) | [inline, static] |
get information about this compressor.
| info | about this compressor. |
Reimplemented from eq::plugin::CompressorRLE4B.
Definition at line 108 of file compressorRLE4B.h.
References EQ_COMPRESSOR_DIFF_RLE_4_BYTE, EqCompressorInfo::name, EqCompressorInfo::ratio, and EqCompressorInfo::speed.
Referenced by getFunctions().

| static Functions eq::plugin::CompressorDiffRLE4B::getFunctions | ( | ) | [inline, static] |
Reimplemented from eq::plugin::CompressorRLE4B.
Definition at line 119 of file compressorRLE4B.h.
References EQ_COMPRESSOR_DIFF_RLE_4_BYTE, getInfo(), and getNewCompressor().

| virtual void eq::plugin::CompressorDiffRLE4B::compress | ( | const void *const | inData, | |
| const eq_uint64_t | nPixels, | |||
| const bool | useAlpha | |||
| ) | [inline, virtual] |
compress Data.
| inData | data to compress. | |
| nPixels | number data to compress. | |
| useAlpha | use alpha channel in compression. |
Reimplemented from eq::plugin::CompressorRLE4B.
Definition at line 129 of file compressorRLE4B.h.
0.9.1 by
1.6.1