Searched refs:sampling_rate_hz (Results 1 – 3 of 3) sorted by relevance
28 void GetSubframesPitchParameters(int sampling_rate_hz, in GetSubframesPitchParameters() argument49 pitch_lag_hz[n] = (sampling_rate_hz) / (pitch_lag_hz[n]); in GetSubframesPitchParameters()
16 void GetSubframesPitchParameters(int sampling_rate_hz,
1008 void CheckBgn(int sampling_rate_hz) { in CheckBgn() argument1011 if (sampling_rate_hz == 8000) { in CheckBgn()1014 } else if (sampling_rate_hz == 16000) { in CheckBgn()1017 } else if (sampling_rate_hz == 32000) { in CheckBgn()1032 10 * sampling_rate_hz, // Max 10 seconds loop length. in CheckBgn()