FreeCalypso > hg > gsm-codec-lib
view libgsmhr1/enc_out_order.h @ 556:18aca50d68df default tip
doc/Calypso-TCH-downlink: update for FR1 BFI-with-data
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 11 Oct 2024 01:54:00 +0000 |
parents | 17c0aabae474 |
children |
line wrap: on
line source
#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 */