HomeSort by relevance Sort by last modified time
    Searched refs:lenOut (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/common_audio/resampler/
resampler.cc     [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode_plc.c 184 static void LinearResampler( WebRtc_Word16 *in, WebRtc_Word16 *out, WebRtc_Word16 lenIn, WebRtc_Word16 lenOut )
190 if( lenIn == lenOut )
197 resOut = WebRtcSpl_DivW32W16ResW16( n, (WebRtc_Word16)(lenOut-1) );
200 for( i = 1, j = 0, relativePos = 0; i < lenOut; i++ )

Completed in 53 milliseconds