comparison libgsmhr1/err_conc.h @ 599:762cf36e2487

libgsmhr1/err_conc.[ch]: import original
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 04 Dec 2025 10:02:09 +0000
parents
children 5a7d04bf26f5
comparison
equal deleted inserted replaced
598:5809165fb140 599:762cf36e2487
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