FreeCalypso > hg > gsmhr-codec-ref
view homing.h @ 2:aa7cc4333d95
Makefile: suppress some of the noise
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 14 Jun 2024 23:57:53 +0000 |
parents | 9008dbc8ca74 |
children |
line wrap: on
line source
#ifndef __HOMING #define __HOMING #include "typedefs.h" #define EHF_MASK 0x0008 /* Encoder Homing Frame pattern */ /*_________________________________________________________________________ | | | Function Prototypes | |_________________________________________________________________________| */ int decoderHomingFrameTest(Shortword pswSpeechPara[], int iLastPara); void decoderReset(void); int encoderHomingFrameTest(Shortword pswSpeech[]); void encoderReset(void); void resetDec(void); void resetEnc(void); void dtxResetTx(void); void dtxResetRx(void); #endif