Searched refs:speechInWB (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Disacfix.c426 int16_t speechInWB[FRAMESAMPLES_10ms]; local
451 WebRtcIsacfix_FilterAndCombine2(Vector_Word16_1, Vector_Word16_2, speechInWB, &ISAC_inst->ISACenc_obj.interpolatorstr_obj, FRAMESAMPLES_10ms);
455 stream_len = WebRtcIsacfix_EncodeImpl((int16_t*)speechInWB,
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Disacfix.c386 WebRtc_Word16 speechInWB[FRAMESAMPLES_10ms]; local
411 WebRtcIsacfix_FilterAndCombine2(Vector_Word16_1, Vector_Word16_2, speechInWB, &ISAC_inst->ISACenc_obj.interpolatorstr_obj, FRAMESAMPLES_10ms);
415 stream_len = WebRtcIsacfix_EncodeImpl((WebRtc_Word16*)speechInWB,

Completed in 32 milliseconds