This is where the library is described.
◆ bcl_huffman_decompress()
Decompress a block of data using RLE.
- Parameters
-
[in] | in | The input buffer. |
[out] | out | The output buffer. |
| in_size | The size of the input buffer in bytes. |
| out_size | The size of the output buffer in bytes. |
◆ bcl_prs_decompress()
void bcl_prs_decompress |
( |
void * |
in, |
|
|
void * |
out |
|
) |
| |
Decompress a block of data using PRS.
- Parameters
-
[in] | in | The input buffer. |
[out] | out | The output buffer. |
◆ bcl_lz_decompress()
Decompress a block of data using LZ77.
- Parameters
-
[in] | in | The input buffer. |
[out] | out | The output buffer. |
| in_size | Size of input buffer in bytes. |
◆ bcl_rle_decompress()
Decompress a block of data using RLE.
- Parameters
-
[in] | in | The input buffer. |
[out] | out | The output buffer. |
| in_size | The size of the input buffer in bytes. |