FreeCalypso > hg > gsm-codec-lib
comparison libtwamr/dtx_common.h @ 407:5a1d18542f8a
libtwamr: integrate dtx_dec.c and dtx_enc.c
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 07 May 2024 00:05:12 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 406:85e9768d497f | 407:5a1d18542f8a |
|---|---|
| 1 /* | |
| 2 * This header file contains some common definitions that have been | |
| 3 * factored out of dtx_enc.h; the original code used the construct of | |
| 4 * dtx_dec.h including dtx_enc.h, but in the opinion of this developer | |
| 5 * it is better to factor out the common bits. | |
| 6 */ | |
| 7 | |
| 8 #ifndef dtx_common_h | |
| 9 #define dtx_common_h | |
| 10 | |
| 11 /* | |
| 12 ******************************************************************************** | |
| 13 * LOCAL VARIABLES AND TABLES | |
| 14 ******************************************************************************** | |
| 15 */ | |
| 16 #define DTX_HIST_SIZE 8 | |
| 17 #define DTX_ELAPSED_FRAMES_THRESH (24 + 7 -1) | |
| 18 #define DTX_HANG_CONST 7 /* yields eight frames of SP HANGOVER */ | |
| 19 | |
| 20 #endif |
