FreeCalypso > hg > gsm-codec-lib
comparison libtwamr/e_homing.h @ 361:9aa554f8cf39
libtwamr: integrate e_homing.c
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 06 May 2024 01:57:25 +0000 |
parents | |
children | 2a094af3d384 |
comparison
equal
deleted
inserted
replaced
360:b22f13fd0f6a | 361:9aa554f8cf39 |
---|---|
1 /* | |
2 ******************************************************************************** | |
3 * | |
4 * GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001 | |
5 * R99 Version 3.3.0 | |
6 * REL-4 Version 4.1.0 | |
7 * | |
8 ******************************************************************************** | |
9 * File : e_homing.h | |
10 * Purpose : Definition of encoder homing frame pattern and | |
11 * declaration of encoder homing function prototype. | |
12 * | |
13 ******************************************************************************** | |
14 */ | |
15 | |
16 #ifndef e_homing_h | |
17 #define e_homing_h "$Id $" | |
18 | |
19 /* | |
20 ***************************************************************************** | |
21 * INCLUDE FILES | |
22 ***************************************************************************** | |
23 */ | |
24 | |
25 #include "typedef.h" | |
26 | |
27 /* | |
28 ******************************************************************************** | |
29 * DECLARATION OF PROTOTYPES | |
30 ******************************************************************************** | |
31 */ | |
32 | |
33 Word16 encoder_homing_frame_test (Word16 input_frame[]); | |
34 | |
35 #endif |