HomeSort by relevance Sort by last modified time
    Searched refs:SPEECH (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
101 enum DTXStateType {SPEECH = 0, DTX, DTX_MUTE};
165 Word16 synth[], /* o : synthesised speech */
dtx_dec.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
164 dtx_dec.c, UMTS GSM AMR speech codec, R99 - Version 3.3.0, December 12, 2001
357 synth = synthesised speech
382 dtx_dec.c, UMTS GSM AMR speech codec, R99 - Version 3.3.0, December 12, 2001
396 Word16 synth[], // o : synthesised speech
431 // This function is called if synthesis state is not SPEECH
436 // new_state (SPEECH, DTX, DTX_MUTE)
488 // make log_en speech coder mode independent
580 Set_zero(lsfState->past_r_q, M); // reset for next speech frame
596 // or when SID_UPD has been received right after SPEECH
    [all...]
dec_amr.cpp 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_MUT
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
dtx.h 56 #define SPEECH 0
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx_decoder_amr_wb.cpp 22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
156 st->dtxGlobalState = SPEECH;
171 frame_type | SPEECH | DTX | DTX_MUTE
174 RX_SPEECH_PR_DEGRADED | SPEECH | SPEECH | SPEECH
176 RX_SPEECH_BAD, | SPEECH | DTX | DTX_MUTE
184 RX_NO_DATA, | SPEECH | DTX/(DTX_MUTE)| DTX_MUTE
215 /* This function is called if synthesis state is not SPEECH the globally passed inputs to this function
216 * are st->sid_frame st->valid_data st->dtxHangoverAdded new_state (SPEECH, DTX, DTX_MUTE) *
    [all...]
dtx.h 22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
105 #define SPEECH 0
synthesis_amr_wb.cpp 22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
171 * speech synthesis *
173 * - Find synthesis speech corresponding to exc2[]. *
284 /* find tilt of synthesis speech (tilt: 1=voiced, -1=unvoiced) */
380 if ((nb_bits <= NBBITS_7k) && (newDTXState == SPEECH))
426 /* add filtered HF noise to speech synthesis */
pvamrwbdecoder.cpp 22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
49 int16 synth16k[], output: synthesis speech
59 speech frames for wideband speech signals.
284 int16 synth16k[], /* output: synthesis speech */
345 /* find the new DTX state SPEECH OR DTX */
349 if (newDTXState != SPEECH)
353 /* SPEECH action state machine */
389 /* If this frame is the first speech frame after CNI period,
391 * on whether there was DTX muting before start of speech or no
    [all...]

Completed in 402 milliseconds