Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Dg711_interface.c15 size_t WebRtcG711_EncodeA(const int16_t* speechIn, in WebRtcG711_EncodeA() argument
20 encoded[n] = linear_to_alaw(speechIn[n]); in WebRtcG711_EncodeA()
24 size_t WebRtcG711_EncodeU(const int16_t* speechIn, in WebRtcG711_EncodeU() argument
29 encoded[n] = linear_to_ulaw(speechIn[n]); in WebRtcG711_EncodeU()
Dg711_interface.h41 size_t WebRtcG711_EncodeA(const int16_t* speechIn,
62 size_t WebRtcG711_EncodeU(const int16_t* speechIn,
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Dg722_interface.c49 const int16_t* speechIn, in WebRtcG722_Encode() argument
56 speechIn, len); in WebRtcG722_Encode()
Dg722_interface.h98 const int16_t* speechIn,
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/
Disacfix.h132 const int16_t *speechIn,
164 const int16_t *speechIn,
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dilbc.c92 const int16_t* speechIn, in WebRtcIlbcfix_Encode() argument
111 WebRtcIlbcfix_EncodeImpl((uint16_t*)&encoded[2 * encpos], &speechIn[pos], in WebRtcIlbcfix_Encode()
Dilbc.h141 const int16_t *speechIn,
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c402 const int16_t *speechIn, in WebRtcIsacfix_Encode() argument
418 stream_len = WebRtcIsacfix_EncodeImpl((int16_t*)speechIn, in WebRtcIsacfix_Encode()
462 const int16_t *speechIn, in WebRtcIsacfix_EncodeNb() argument
489 Vector_Word16_1[k] = speechIn[k] + 1; in WebRtcIsacfix_EncodeNb()
490 Vector_Word16_2[k] = speechIn[k]; in WebRtcIsacfix_EncodeNb()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/include/
Disac.h149 const int16_t* speechIn,
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac.c501 const int16_t* speechIn, in WebRtcIsac_Encode() argument
527 WebRtcSpl_AnalysisQMF(speechIn, SWBFRAMESAMPLES_10ms, speechInLB, in WebRtcIsac_Encode()
537 inFrame[k] = (float) speechIn[k]; in WebRtcIsac_Encode()