Searched refs:SPEECH (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddtx_dec.h101 enum DTXStateType {SPEECH = 0, DTX, DTX_MUTE}; enumerator in enum:DTXStateType
H A Ddtx_dec.cpp431 // This function is called if synthesis state is not SPEECH
436 // new_state (SPEECH, DTX, DTX_MUTE)
596 // or when SID_UPD has been received right after SPEECH
598 (sub(st->dtxGlobalState, SPEECH) == 0)
889 /* This function is called if synthesis state is not SPEECH
894 * new_state (SPEECH, DTX, DTX_MUTE)
1096 /* or when SID_UPD has been received right after SPEECH */
1099 (st->dtxGlobalState == SPEECH))
1602 frame_type | SPEECH | DTX | DTX_MUTE
1605 RX_SPEECH_PR_DEGRADED | SPEECH | SPEEC
[all...]
H A Ddec_amr.cpp588 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
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 */
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Ddtx.h56 #define SPEECH 0 macro
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddtx_decoder_amr_wb.cpp156 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) */
323 /* or when SID_UPD has been received right after SPEECH */
[all...]
H A Ddtx.h105 #define SPEECH 0 macro
H A Dsynthesis_amr_wb.cpp380 if ((nb_bits <= NBBITS_7k) && (newDTXState == SPEECH))
H A Dpvamrwbdecoder.cpp345 /* find the new DTX state SPEECH OR DTX */
349 if (newDTXState != SPEECH)
353 /* SPEECH action state machine */
411 if (newDTXState == SPEECH)
431 if (newDTXState != SPEECH) /* CNG mode */

Completed in 93 milliseconds