comparison err_conc.h @ 0:9008dbc8ca74

import original C code from GSM 06.06
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Jun 2024 23:27:16 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9008dbc8ca74
1 #ifndef __ERR_CONC
2 #define __ERR_CONC
3
4 #include "typedefs.h"
5
6 /*_________________________________________________________________________
7 | |
8 | Function Prototypes |
9 |_________________________________________________________________________|
10 */
11
12 void para_conceal_speech_decoder(Shortword pswErrorFlag[],
13 Shortword pswSpeechPara[], Shortword *pswMutePermit);
14
15 Shortword level_calc(Shortword swInd, Longword *pl_en);
16
17 void level_estimator(Shortword update, Shortword *pswLevelMean,
18 Shortword *pswLevelMax,
19 Shortword pswDecodedSpeechFrame[]);
20
21 void signal_conceal_sub(Shortword pswPPFExcit[],
22 Shortword ppswSynthAs[], Shortword pswSynthFiltState[],
23 Shortword pswLtpStateOut[], Shortword pswPPreState[],
24 Shortword swLevelMean, Shortword swLevelMax,
25 Shortword swErrorFlag1, Shortword swMuteFlagOld,
26 Shortword *pswMuteFlag, Shortword swMutePermit);
27
28 #endif