Searched refs:speechIn (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/ |
D | isacfix.h | 133 const WebRtc_Word16 *speechIn, 165 const WebRtc_Word16 *speechIn,
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | isacfix.c | 306 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/ |
D | isac.h | 152 const WebRtc_Word16* speechIn,
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | isac.c | 490 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()
|