FreeCalypso > hg > gsm-codec-lib
annotate libgsmhr1/enc_out_order.h @ 508:c275e57132f8
libgsmhr1/{pack,unpack}_frame.c: comment fix
there is only one unvoiced mode, hence it should be singular
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 17 Aug 2024 21:45:34 +0000 |
parents | 17c0aabae474 |
children |
rev | line source |
---|---|
505
17c0aabae474
libgsmhr1: integrate fillBitAlloc()
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 #ifndef enc_out_order_h |
17c0aabae474
libgsmhr1: integrate fillBitAlloc()
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 #define enc_out_order_h |
17c0aabae474
libgsmhr1: integrate fillBitAlloc()
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 |
17c0aabae474
libgsmhr1: integrate fillBitAlloc()
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 #include "typedefs.h" |
17c0aabae474
libgsmhr1: integrate fillBitAlloc()
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 |
17c0aabae474
libgsmhr1: integrate fillBitAlloc()
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 void fillBitAlloc(int iVoicing, int iR0, int *piVqIndeces, |
17c0aabae474
libgsmhr1: integrate fillBitAlloc()
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 int iSoftInterp, int *piLags, |
17c0aabae474
libgsmhr1: integrate fillBitAlloc()
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 int *piCodeWrdsA, int *piCodeWrdsB, |
17c0aabae474
libgsmhr1: integrate fillBitAlloc()
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 int *piGsp0s, Shortword swVadFlag, |
17c0aabae474
libgsmhr1: integrate fillBitAlloc()
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 Shortword swSP, Shortword *pswBAlloc); |
17c0aabae474
libgsmhr1: integrate fillBitAlloc()
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 |
17c0aabae474
libgsmhr1: integrate fillBitAlloc()
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
12 #endif /* include guard */ |