Searched defs:new_state (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddtx_dec.cpp347 new_state = new DTX state
393 enum DTXStateType new_state, // i : new DTX state
436 // new_state (SPEECH, DTX, DTX_MUTE)
778 if (sub(new_state, DTX_MUTE) == 0)
846 enum DTXStateType new_state, /* i : new DTX state */
894 * new_state (SPEECH, DTX, DTX_MUTE)
1337 if (new_state == DTX_MUTE)
840 dtx_dec( dtx_decState *st, Word16 mem_syn[], D_plsfState* lsfState, gc_predState* predState, Cb_gain_averageState* averState, enum DTXStateType new_state, enum Mode mode, Word16 parm[], Word16 synth[], Word16 A_t[], Flag *pOverflow ) argument
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddtx_decoder_amr_wb.cpp199 int16 new_state, /* i : New DTX state */
216 * are st->sid_frame st->valid_data st->dtxHangoverAdded new_state (SPEECH, DTX, DTX_MUTE) */
426 if (new_state == DTX_MUTE)
196 dtx_dec_amr_wb( dtx_decState * st, int16 * exc2, int16 new_state, int16 isf[], int16 ** prms ) argument

Completed in 56 milliseconds