comparison libtwamr/lsfwt.h @ 370:8861f41e4507

libtwamr: integrate lsfwt.c
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 06 May 2024 03:38:26 +0000
parents
children
comparison
equal deleted inserted replaced
369:a01de4e40540 370:8861f41e4507
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 : lsfwt.h
11 * Purpose : Compute LSF weighting factors
12 *
13 ********************************************************************************
14 */
15 #ifndef lsfwt_h
16 #define lsfwt_h "$Id $"
17
18 /*
19 ********************************************************************************
20 * INCLUDE FILES
21 ********************************************************************************
22 */
23 #include "typedef.h"
24 #include "cnst.h"
25
26 /*
27 ********************************************************************************
28 * DECLARATION OF PROTOTYPES
29 ********************************************************************************
30 */
31
32 void Lsf_wt (
33 Word16 *lsf, /* input : LSF vector */
34 Word16 *wf); /* output: square of weighting factors */
35
36 #endif