FreeCalypso > hg > gsm-codec-lib
comparison libtwamr/d3_14pf.h @ 333:f4a5545ea8b2
libtwamr: integrate d3_14pf.c
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 18 Apr 2024 22:23:42 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
332:2303ba1490dd | 333:f4a5545ea8b2 |
---|---|
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 * | |
10 * File : d3_14pf.h | |
11 * Purpose : Algebraic codebook decoder | |
12 * | |
13 ******************************************************************************** | |
14 */ | |
15 #ifndef d3_14pf_h | |
16 #define d3_14pf_h "$Id $" | |
17 | |
18 /* | |
19 ******************************************************************************** | |
20 * INCLUDE FILES | |
21 ******************************************************************************** | |
22 */ | |
23 #include "typedef.h" | |
24 | |
25 /* | |
26 ******************************************************************************** | |
27 * LOCAL VARIABLES AND TABLES | |
28 ******************************************************************************** | |
29 */ | |
30 | |
31 /* | |
32 ******************************************************************************** | |
33 * DEFINITION OF DATA TYPES | |
34 ******************************************************************************** | |
35 */ | |
36 | |
37 /* | |
38 ******************************************************************************** | |
39 * DECLARATION OF PROTOTYPES | |
40 ******************************************************************************** | |
41 */ | |
42 /************************************************************************* | |
43 * | |
44 * FUNCTION: decode_3i40_14bits (decod_ACELP()) | |
45 * | |
46 * PURPOSE: Algebraic codebook decoder for 3 pulses coded with 14 bits | |
47 * | |
48 *************************************************************************/ | |
49 | |
50 void decode_3i40_14bits( | |
51 Word16 sign, /* i : signs of 3 pulses. */ | |
52 Word16 index, /* i : Positions of the 3 pulses. */ | |
53 Word16 cod[] /* o : algebraic (fixed) codebook excitation */ | |
54 ); | |
55 | |
56 #endif |