Home | History | Annotate | Download | only in src

Lines Matching refs:SPEECH

22     ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
40 This file contains the function used to decode one speech frame using a given
151 dec_amr.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
304 dec_amr.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
498 synth = buffer containing synthetic speech (Word16)
504 synth buffer contains the decoded speech samples
519 This function performs the decoding of one speech frame for a given codec
530 dec_amr.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
541 Word16 synth[], // o : synthesis speech (L_FRAME)
588 enum DTXStateType newDTXState; // SPEECH , DTX, DTX_MUTE
590 // find the new DTX state SPEECH OR DTX
594 if (sub(newDTXState, SPEECH) != 0 )
613 // SPEECH action state machine
652 // If this frame is the first speech frame after CNI period,
654 // on whether there was DTX muting before start of speech or not
655 // If there was DTX muting, the first speech frame is muted.
656 // If there was no DTX muting, the first speech frame is not
659 // erroneously interpreted as a good speech frame as small as
711 * - find the excitation and compute synthesis speech *
1118 * - Find synthesis speech corresponding to st->exc[]. *
1339 Word16 synth[], /* o : synthesis speech (L_FRAME) */
1397 enum DTXStateType newDTXState; /* SPEECH , DTX, DTX_MUTE */
1401 /* find the new DTX state SPEECH OR DTX */
1406 if (newDTXState != SPEECH)
1434 /* SPEECH action state machine */
1474 /* If this frame is the first speech frame after CNI period, */
1476 /* on whether there was DTX muting before start of speech or not */
1477 /* If there was DTX muting, the first speech frame is muted. */
1478 /* If there was no DTX muting, the first speech frame is not */
1481 /* erroneously interpreted as a good speech frame as small as */
1555 * - find the excitation and compute synthesis speech *
2143 * - Find synthesis speech corresponding to st->exc[]. *