comparison libgsmefr/codec.h @ 65:cb080ec1817e

libgsmefr: dec_lag6.c compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 26 Nov 2022 02:50:06 +0000
parents 1cc2968f883f
children d80e9f12a1d1
comparison
equal deleted inserted replaced
64:1cc2968f883f 65:cb080ec1817e
46 Word16 pit_min, /* input : minimum pitch lag */ 46 Word16 pit_min, /* input : minimum pitch lag */
47 Word16 pit_max, /* input : maximum pitch lag */ 47 Word16 pit_max, /* input : maximum pitch lag */
48 Word16 i_subfr, /* input : subframe flag */ 48 Word16 i_subfr, /* input : subframe flag */
49 Word16 L_frame_by2,/* input : speech frame size divided by 2 */ 49 Word16 L_frame_by2,/* input : speech frame size divided by 2 */
50 Word16 *T0_frac, /* output: fractional part of pitch lag */ 50 Word16 *T0_frac, /* output: fractional part of pitch lag */
51 Word16 bfi /* input : bad frame indicator */ 51 Word16 bfi, /* input : bad frame indicator */
52 Word16 *T0_min, /* var from one subframe to the next */
53 Word16 *T0_max /* ditto */
52 ); 54 );
53 Word16 d_gain_pitch ( /* out : quantized pitch gain */ 55 Word16 d_gain_pitch ( /* out : quantized pitch gain */
54 struct EFR_decoder_state *st, 56 struct EFR_decoder_state *st,
55 Word16 index, /* in : index of quantization */ 57 Word16 index, /* in : index of quantization */
56 Word16 bfi, /* in : bad frame indicator (good = 0) */ 58 Word16 bfi, /* in : bad frame indicator (good = 0) */