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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 215 double DataLo[WINLEN], DataHi[WINLEN];
256 DataLo[pos1] = maskdata->DataBufferLo[pos1] * kLpcCorrWindow[pos1];
263 DataLo[pos1] = maskdata->DataBufferLo[pos1] * kLpcCorrWindow[pos1];
268 WebRtcIsac_AutoCorr(corrlo, DataLo, WINLEN, ORDERLO+1); /* computing autocorrelation */
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 215 double DataLo[WINLEN], DataHi[WINLEN];
256 DataLo[pos1] = maskdata->DataBufferLo[pos1] * kLpcCorrWindow[pos1];
263 DataLo[pos1] = maskdata->DataBufferLo[pos1] * kLpcCorrWindow[pos1];
268 WebRtcIsac_AutoCorr(corrlo, DataLo, WINLEN, ORDERLO+1); /* computing autocorrelation */

Completed in 64 milliseconds