FreeCalypso > hg > gsm-codec-lib
view libgsmhr1/bitter-unvoiced @ 602:72cdae602d6e
libgsmhr1/dec_func.c: rm unused static functions
In the original code, sp_dec.c held two kinds of functions: those
needed only as part of the decoder, and those used by both decoder
and encoder engines. In this library, we have moved the latter
class of functions to dec_func.c module. Almost all static functions
from the original sp_dec.c, with the exception of aToRc(), are
needed only on sp_dec.c side of the new divide - remove them from
dec_func.c, where they became dead code.
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 04 Dec 2025 18:58:22 +0000 |
| parents | 4d80730683d4 |
| children |
line wrap: on
line source
; This file is an input to the old 'bitter' utility from libgsm source ; package; it will be used to generate C code for TS 101 318 packing and ; unpacking. This version is for unvoiced mode. params[0] 5 ; R0 params[1] 11 ; LPC1 params[2] 9 ; LPC2 params[3] 8 ; LPC3 params[4] 1 ; INT LPC params[5] 2 ; Mode ; subframe 1 params[6] 7 params[7] 7 params[8] 5 ; subframe 2 params[9] 7 params[10] 7 params[11] 5 ; subframe 3 params[12] 7 params[13] 7 params[14] 5 ; subframe 4 params[15] 7 params[16] 7 params[17] 5
