diff options
Diffstat (limited to 'gr-vocoder/lib/gsm/private.h')
-rw-r--r-- | gr-vocoder/lib/gsm/private.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gr-vocoder/lib/gsm/private.h b/gr-vocoder/lib/gsm/private.h index 6b538cc27..ca42cd537 100644 --- a/gr-vocoder/lib/gsm/private.h +++ b/gr-vocoder/lib/gsm/private.h @@ -82,10 +82,10 @@ extern longword gsm_L_asr P((longword a, int n)); extern word gsm_asr P((word a, int n)); /* - * Inlined functions from add.h + * Inlined functions from add.h */ -/* +/* * #define GSM_MULT_R(a, b) (* word a, word b, !(a == b == MIN_WORD) *) \ * (0x0FFFF & SASR(((longword)(a) * (longword)(b) + 16384), 15)) */ @@ -170,10 +170,10 @@ extern void Gsm_Preprocess P(( extern void Gsm_Encoding P(( struct gsm_state * S, - word * e, - word * ep, + word * e, + word * ep, word * xmaxc, - word * Mc, + word * Mc, word * xMc)); extern void Gsm_Short_Term_Analysis_Filter P(( |