Lines Matching defs:gsm_state
18 struct gsm_state { struct
20 word dp0[ 280 ];
21 word e[ 50 ]; /* code.c */
23 word z1; /* preprocessing.c, Offset_com. */
24 longword L_z2; /* Offset_com. */
25 int mp; /* Preemphasis */
27 word u[8]; /* short_term_aly_filter.c */
28 word LARpp[2][8]; /* */
29 word j; /* */
31 word ltp_cut; /* long_term.c, LTP crosscorr. */
32 word nrp; /* 40 */ /* long_term.c, synthesis */
33 word v[9]; /* short_term.c, synthesis */
34 word msr; /* decoder.c, Postprocessing */
36 char verbose; /* only used if !NDEBUG */
37 char fast; /* only used if FAST */
39 char wav_fmt; /* only used if WAV49 defined */
40 unsigned char frame_index; /* odd/even chaining */
41 unsigned char frame_chain; /* half-byte to carry forward */