Home
last modified time | relevance | path

Searched refs:ALLPASSSECTIONS (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dpitch_estimator.c137 for (j = 0; j < ALLPASSSECTIONS; j++) { in WebRtcIsac_AllpassFilterForDec()
152 static const double APupper[ALLPASSSECTIONS] = {0.0347, 0.3826}; in WebRtcIsac_DecimateAllpass()
153 static const double APlower[ALLPASSSECTIONS] = {0.1544, 0.744}; in WebRtcIsac_DecimateAllpass()
161 data_vec[0] = state_in[2 * ALLPASSSECTIONS]; // the z^(-1) state in WebRtcIsac_DecimateAllpass()
162 state_in[2 * ALLPASSSECTIONS] = in[N - 1]; in WebRtcIsac_DecimateAllpass()
166 state_in + ALLPASSSECTIONS); in WebRtcIsac_DecimateAllpass()
Dsettings.h92 #define ALLPASSSECTIONS 2 macro
Dstructs.h123 double decimator_state[2 * ALLPASSSECTIONS + 1];
Disac_vad.c62 for (k = 0; k < 2 * ALLPASSSECTIONS + 1; k++) in WebRtcIsac_InitPitchAnalysis()