FreeCalypso > hg > gsmhr-codec-ref
view homing.h @ 0:9008dbc8ca74
import original C code from GSM 06.06
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 14 Jun 2024 23:27:16 +0000 |
parents | |
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