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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c184 static void LinearResampler( int16_t *in, int16_t *out, int16_t lenIn, int16_t lenOut ) function
453 LinearResampler( (ISACdec_obj->plcstr_obj).lastPitchLP,
581 LinearResampler( (ISACdec_obj->plcstr_obj).lastPitchLP,
584 LinearResampler( (ISACdec_obj->plcstr_obj).prevPitchLP,
710 LinearResampler(
714 LinearResampler((ISACdec_obj->plcstr_obj).prevPitchLP,
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c184 static void LinearResampler( WebRtc_Word16 *in, WebRtc_Word16 *out, WebRtc_Word16 lenIn, WebRtc_Word16 lenOut ) function
453 LinearResampler( (ISACdec_obj->plcstr_obj).lastPitchLP,
581 LinearResampler( (ISACdec_obj->plcstr_obj).lastPitchLP,
584 LinearResampler( (ISACdec_obj->plcstr_obj).prevPitchLP,
710 LinearResampler(
714 LinearResampler((ISACdec_obj->plcstr_obj).prevPitchLP,

Completed in 373 milliseconds