FreeCalypso > hg > gsm-codec-lib
comparison libgsmhr1/enc_out_order.h @ 505:17c0aabae474
libgsmhr1: integrate fillBitAlloc()
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 19 Jun 2024 01:49:03 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
504:024615de06fe | 505:17c0aabae474 |
---|---|
1 #ifndef enc_out_order_h | |
2 #define enc_out_order_h | |
3 | |
4 #include "typedefs.h" | |
5 | |
6 void fillBitAlloc(int iVoicing, int iR0, int *piVqIndeces, | |
7 int iSoftInterp, int *piLags, | |
8 int *piCodeWrdsA, int *piCodeWrdsB, | |
9 int *piGsp0s, Shortword swVadFlag, | |
10 Shortword swSP, Shortword *pswBAlloc); | |
11 | |
12 #endif /* include guard */ |