FreeCalypso > hg > gsm-codec-lib
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libgsmhr1/enc_out_order.h Wed Jun 19 01:49:03 2024 +0000 @@ -0,0 +1,12 @@ +#ifndef enc_out_order_h +#define enc_out_order_h + +#include "typedefs.h" + +void fillBitAlloc(int iVoicing, int iR0, int *piVqIndeces, + int iSoftInterp, int *piLags, + int *piCodeWrdsA, int *piCodeWrdsB, + int *piGsp0s, Shortword swVadFlag, + Shortword swSP, Shortword *pswBAlloc); + +#endif /* include guard */