Searched refs:DTX (Results 1 – 7 of 7) sorted by relevance
101 enum DTXStateType {SPEECH = 0, DTX, DTX_MUTE}; enumerator
327 st->dtxGlobalState = DTX; in dtx_dec_reset()1818 (((st->dtxGlobalState == DTX) || (st->dtxGlobalState == DTX_MUTE)) && in rx_dtx_handler()1822 newState = DTX; in rx_dtx_handler()1878 encState = DTX; in rx_dtx_handler()
1484 if (st->dtxDecoderState.dtxGlobalState == DTX) in Decoder_amr()
57 #define DTX 1 macro
106 #define DTX 1 macro
549 (((st->dtxGlobalState == DTX) || in rx_amr_wb_dtx_handler()555 newState = DTX; in rx_amr_wb_dtx_handler()603 encState = DTX; in rx_amr_wb_dtx_handler()
400 if (st->dtx_decSt.dtxGlobalState == DTX) in pvDecoder_AmrWb()