Home
last modified time | relevance | path

Searched refs:speechIn (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
Disacfix.h133 const WebRtc_Word16 *speechIn,
165 const WebRtc_Word16 *speechIn,
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c306 const WebRtc_Word16 *speechIn, in WebRtcIsacfix_Encode() argument
325 stream_len = WebRtcIsacfix_EncodeImpl((WebRtc_Word16*)speechIn, in WebRtcIsacfix_Encode()
381 const WebRtc_Word16 *speechIn, in WebRtcIsacfix_EncodeNb() argument
408 Vector_Word16_1[k] = speechIn[k] + 1; in WebRtcIsacfix_EncodeNb()
409 Vector_Word16_2[k] = speechIn[k]; in WebRtcIsacfix_EncodeNb()
/external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
Disac.h152 const WebRtc_Word16* speechIn,
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Disac.c490 const WebRtc_Word16* speechIn, in WebRtcIsac_Encode() argument
517 WebRtcSpl_AnalysisQMF(speechIn, speechInLB, speechInUB, in WebRtcIsac_Encode()
527 inFrame[k] = (float) speechIn[k]; in WebRtcIsac_Encode()