Lines Matching full:real
100 typedef float real; typedef
107 real z11;
108 real z21;
109 real z12;
110 real z22;
113 real inbuf[540], pebuf[540];
114 real lpbuf[696], ivbuf[312];
115 real bias;
122 real rmsbuf[3];
123 real rcbuf[30] /* was [10][3] */;
124 real zpre;
128 real n;
129 real d__; /* initial value 1.f */
130 real fpc; /* no initial value necessary */
131 real l2buf[16];
132 real l2sum1;
139 real dither; /* initial value 20.f */
140 real snr;
141 real maxmin;
142 real voice[6] /* was [2][3] */; /* initial value is probably unnecessary */
155 snr = (real) (fbve / fbue << 6);
159 real s[60];
162 real alphax;
184 real buf[360];
190 real rmso; /* initial value 1.f */
191 real rco[10]; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
197 real exc[166];
198 real exc2[166];
199 real lpi1;
200 real lpi2;
201 real lpi3;
202 real hpi1;
203 real hpi2;
204 real hpi3;
205 real rmso_bsynz;
213 real dei1;
214 real dei2;
215 real deo1;
216 real deo2;
217 real deo3;
271 int lpc10_encode (real *speech, INT32 *bits, struct lpc10_encoder_state *st);
275 int lpc10_decode (INT32 *bits, real *speech, struct lpc10_decoder_state *st);