Searched refs:ALLPASSSECTIONS (Results 1 – 4 of 4) sorted by relevance
137 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()
92 #define ALLPASSSECTIONS 2 macro
123 double decimator_state[2 * ALLPASSSECTIONS + 1];
62 for (k = 0; k < 2 * ALLPASSSECTIONS + 1; k++) in WebRtcIsac_InitPitchAnalysis()