Revision 00587dc,
569 bytes
checked in by Hal Finkel <hfinkel@…>, 9 years ago
(diff) |
Initial Commit (gio-base-20150317)
|
-
Property mode set to
100644
|
Line | |
---|
1 | /********************************************************************* |
---|
2 | Blosc - Blocked Suffling and Compression Library |
---|
3 | |
---|
4 | Author: Francesc Alted <[email protected]> |
---|
5 | |
---|
6 | See LICENSES/BLOSC.txt for details about copyright and rights to use. |
---|
7 | **********************************************************************/ |
---|
8 | |
---|
9 | |
---|
10 | /* Shuffle/unshuffle routines */ |
---|
11 | |
---|
12 | void shuffle(size_t bytesoftype, size_t blocksize, |
---|
13 | unsigned char* _src, unsigned char* _dest); |
---|
14 | |
---|
15 | void unshuffle(size_t bytesoftype, size_t blocksize, |
---|
16 | unsigned char* _src, unsigned char* _dest); |
---|
Note: See
TracBrowser
for help on using the repository browser.