FreeCalypso > hg > gsm-codec-lib
comparison libgsmhr1/dtx_dec.h @ 601:c7c03231002d
libgsmhr1: integrate main body of speech decoder
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 04 Dec 2025 12:49:19 +0000 |
| parents | 5809165fb140 |
| children |
comparison
equal
deleted
inserted
replaced
| 600:5a7d04bf26f5 | 601:c7c03231002d |
|---|---|
| 14 | 14 |
| 15 Shortword linInterpSidShort(Shortword swNew, Shortword swOld, | 15 Shortword linInterpSidShort(Shortword swNew, Shortword swOld, |
| 16 Shortword swDtxState); | 16 Shortword swDtxState); |
| 17 | 17 |
| 18 void Init_CN_interpolation(struct gsmhr_decoder_state *st, Shortword deco_mode, | 18 void Init_CN_interpolation(struct gsmhr_decoder_state *st, Shortword deco_mode, |
| 19 Shortword new_R0, const Shortword *pswNewKs); | 19 const Shortword *pswNewKs); |
| 20 | 20 |
| 21 Shortword CN_Interpolate_R0(struct gsmhr_decoder_state *st); | 21 Shortword CN_Interpolate_R0(struct gsmhr_decoder_state *st, Shortword new_R0); |
| 22 | 22 |
| 23 void CN_Interpolate_LPC(struct gsmhr_decoder_state *st, Shortword *pswNewKs); | 23 void CN_Interpolate_LPC(struct gsmhr_decoder_state *st, Shortword *pswNewKs); |
| 24 | 24 |
| 25 #endif | 25 #endif |
