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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 398 double corrSubFrame[UB_LPC_ORDER+2];
437 WebRtcIsac_AutoCorr(corrSubFrame, data, WINLEN, UB_LPC_ORDER+1);
438 memcpy(corrMat[frameCntr], corrSubFrame,
448 corrSubFrame[0] += 1e-6;
450 WebRtcIsac_LevDurb(aPolynom, reflecCoeff, corrSubFrame,
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 398 double corrSubFrame[UB_LPC_ORDER+2];
437 WebRtcIsac_AutoCorr(corrSubFrame, data, WINLEN, UB_LPC_ORDER+1);
438 memcpy(corrMat[frameCntr], corrSubFrame,
448 corrSubFrame[0] += 1e-6;
450 WebRtcIsac_LevDurb(aPolynom, reflecCoeff, corrSubFrame,

Completed in 68 milliseconds