comparison libtwamr/d8_31pf.h @ 335:03198f6b0427

libtwamr: integrate d8_31pf.c
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 18 Apr 2024 22:35:05 +0000
parents
children
comparison
equal deleted inserted replaced
334:dfaa8f322a8d 335:03198f6b0427
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 : d8_31pf.h
11 * Purpose : Builds the innovative codevector
12 *
13 ********************************************************************************
14 */
15 #ifndef d8_31pf_h
16 #define d8_31pf_h "$Id $"
17
18 /*
19 ********************************************************************************
20 * INCLUDE FILES
21 ********************************************************************************
22 */
23 #include "typedef.h"
24
25 /*
26 ********************************************************************************
27 * DEFINITION OF DATA TYPES
28 ********************************************************************************
29 */
30
31 /*
32 ********************************************************************************
33 * DECLARATION OF PROTOTYPES
34 ********************************************************************************
35 */
36 void dec_8i40_31bits (
37 Word16 index[], /* i : index of 8 pulses (sign+position) */
38 Word16 cod[] /* o : algebraic (fixed) codebook excitation */
39 );
40
41 #endif