Home
last modified time | relevance | path

Searched refs:WebRtcIsacfix_DecodePlcImpl (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dcodec.h36 WebRtc_Word16 WebRtcIsacfix_DecodePlcImpl(WebRtc_Word16 *decoded,
Disacfix.c985 ok = WebRtcIsacfix_DecodePlcImpl( outframeWB, &ISAC_inst->ISACdec_obj, &no_of_samples ); in WebRtcIsacfix_DecodePlcNb()
1048 … ok = WebRtcIsacfix_DecodePlcImpl( &(outframe16[k*480]), &ISAC_inst->ISACdec_obj, &no_of_samples ); in WebRtcIsacfix_DecodePlc()
Ddecode_plc.c240 WebRtc_Word16 WebRtcIsacfix_DecodePlcImpl(WebRtc_Word16 *signal_out16, in WebRtcIsacfix_DecodePlcImpl() function