FreeCalypso > hg > gsm-codec-lib
comparison libgsmefr/enc_lag6.c @ 69:e109d8752d60
libgsmefr: enc_lag6.c compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 26 Nov 2022 05:28:40 +0000 |
parents | 49dd1ac8e75b |
children | f151d6c18b31 |
comparison
equal
deleted
inserted
replaced
68:aacdf352576c | 69:e109d8752d60 |
---|---|
34 * or 63 as the relative pitch index, it means that a transmission | 34 * or 63 as the relative pitch index, it means that a transmission |
35 * error occurred and the pitch from previous subframe should be used. | 35 * error occurred and the pitch from previous subframe should be used. |
36 * | 36 * |
37 *************************************************************************/ | 37 *************************************************************************/ |
38 | 38 |
39 #include "gsm_efr.h" | |
39 #include "typedef.h" | 40 #include "typedef.h" |
41 #include "namespace.h" | |
40 #include "basic_op.h" | 42 #include "basic_op.h" |
41 #include "count.h" | 43 #include "no_count.h" |
44 #include "codec.h" | |
42 | 45 |
43 Word16 Enc_lag6 ( /* output: Return index of encoding */ | 46 Word16 Enc_lag6 ( /* output: Return index of encoding */ |
44 Word16 T0, /* input : Pitch delay */ | 47 Word16 T0, /* input : Pitch delay */ |
45 Word16 *T0_frac, /* in/out: Fractional pitch delay */ | 48 Word16 *T0_frac, /* in/out: Fractional pitch delay */ |
46 Word16 *T0_min, /* in/out: Minimum search delay */ | 49 Word16 *T0_min, /* in/out: Minimum search delay */ |