Searched refs:speechIn (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
D | g711_interface.c | 15 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()
|
D | g711_interface.h | 41 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/ |
D | g722_interface.c | 49 const int16_t* speechIn, in WebRtcG722_Encode() argument 56 speechIn, len); in WebRtcG722_Encode()
|
D | g722_interface.h | 98 const int16_t* speechIn,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/ |
D | isacfix.h | 132 const int16_t *speechIn, 164 const int16_t *speechIn,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | isacfix.c | 402 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/ilbc/ |
D | ilbc.c | 92 const int16_t* speechIn, in WebRtcIlbcfix_Encode() argument 111 WebRtcIlbcfix_EncodeImpl((uint16_t*)&encoded[2 * encpos], &speechIn[pos], in WebRtcIlbcfix_Encode()
|
D | ilbc.h | 141 const int16_t *speechIn,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/include/ |
D | isac.h | 149 const int16_t* speechIn,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | isac.c | 501 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()
|