|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|

Go to the source code of this file.
Macros | |
| #define | G_254_SQUARE 64516 |
| #define | G_254_TIMES_2 508 |
| #define | G_RLE_OUTPUT_CODE(code) (*((unsigned char *)dst++) = (code)) |
| #define | G_RLE_INPUT_CODE(codeP) (*(codeP) = *((unsigned char *)src++)) |
Functions | |
| int | Rast3d_rle_count_only (char *src, int nofElts, int eltLength) |
| void | Rast3d_rle_encode (char *src, char *dst, int nofElts, int eltLength) |
| void | Rast3d_rle_decode (char *src, char *dst, int nofElts, int eltLength, int *lengthEncode, int *lengthDecode) |
| void | test_rle (void) |
Definition at line 141 of file rle.c.
References Rast3d_fatal_error().
| void Rast3d_rle_decode | ( | char * | src, |
| char * | dst, | ||
| int | nofElts, | ||
| int | eltLength, | ||
| int * | lengthEncode, | ||
| int * | lengthDecode | ||
| ) |
Definition at line 236 of file rle.c.
References Rast3d_fatal_error().
Referenced by Rast3d_fpcompress_read_xdr_nums().
Definition at line 184 of file rle.c.
References Rast3d_fatal_error().
Definition at line 272 of file rle.c.
References Rast3d_fatal_error().