Searched refs:sampling_rate_hz (Results 1 – 3 of 3) sorted by relevance
30 void GetSubframesPitchParameters(int sampling_rate_hz, in GetSubframesPitchParameters() argument51 pitch_lag_hz[n] = (sampling_rate_hz) / (pitch_lag_hz[n]); in GetSubframesPitchParameters()
18 void GetSubframesPitchParameters(int sampling_rate_hz,
346 void CheckBgn(int sampling_rate_hz) { in CheckBgn() argument349 if (sampling_rate_hz == 8000) { in CheckBgn()352 } else if (sampling_rate_hz == 16000) { in CheckBgn()355 } else if (sampling_rate_hz == 32000) { in CheckBgn()369 10 * sampling_rate_hz, // Max 10 seconds loop length. in CheckBgn()