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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 474 double HPin[PITCH_FRAME_LEN];
489 WebRtcIsac_Highpass(in, HPin, State->hp_state, PITCH_FRAME_LEN);
495 WebRtcIsac_WeightingFilter(HPin, &Weighted[0], &Whitened[QLOOKAHEAD], &(State->Wghtstr));
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 473 double HPin[PITCH_FRAME_LEN];
488 WebRtcIsac_Highpass(in, HPin, State->hp_state, PITCH_FRAME_LEN);
494 WebRtcIsac_WeightingFilter(HPin, &Weighted[0], &Whitened[QLOOKAHEAD], &(State->Wghtstr));

Completed in 61 milliseconds