FreeCalypso > hg > gsm-codec-lib
comparison libgsmfr2/typedef.h @ 263:ffdcdb27d673
libgsmfr2: integrate e/d state from TU-Berlin code
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 13 Apr 2024 01:10:37 +0000 |
parents | 573afa985df6 |
children |
comparison
equal
deleted
inserted
replaced
262:573afa985df6 | 263:ffdcdb27d673 |
---|---|
6 typedef int16_t word; | 6 typedef int16_t word; |
7 typedef int32_t longword; | 7 typedef int32_t longword; |
8 | 8 |
9 typedef uint16_t uword; | 9 typedef uint16_t uword; |
10 typedef uint32_t ulongword; | 10 typedef uint32_t ulongword; |
11 | |
12 #define MIN_WORD (-32767 - 1) | |
13 #define MAX_WORD 32767 | |
14 | |
15 #define MIN_LONGWORD (-2147483647 - 1) | |
16 #define MAX_LONGWORD 2147483647 |