Home | History | Annotate | Download | only in src

Lines Matching defs:speech

22     ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
121 * L_TOTAL7k4 : Total size of speech buffer. *
128 /* Speech vector */
130 Word16 *speech, *p_window, *p_window_12k2;
133 /* Weight speech vector */
187 * - initilize pointers to speech buffer
225 * calling this function, 40 new speech data should be copied to the
227 * this file (it points to the end of speech buffer minus 200).
232 Word16 new_speech[] /* i : speech input (L_FRAME) */
240 * DESCRIPTION: This function is called every 20 ms speech frame,
241 * operating on the newly read 160 speech samples. It performs the
248 * calling this function, 160 new speech data should be copied to the
250 * this file (it points to the end of speech buffer minus 160).
255 * synth[]: Local synthesis speech (for debugging purposes)
261 Word16 new_speech[], /* i : speech input (L_FRAME) */