Home
last modified time | relevance | path

Searched refs:kResamplingRMSError (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/common_audio/resampler/
Dpush_sinc_resampler_unittest.cc28 const double kResamplingRMSError = -14.42; variable
271 ::testing::make_tuple(8000, 44100, kResamplingRMSError, -62.73),
272 ::testing::make_tuple(16000, 44100, kResamplingRMSError, -62.54),
273 ::testing::make_tuple(32000, 44100, kResamplingRMSError, -63.32),
274 ::testing::make_tuple(44100, 44100, kResamplingRMSError, -73.53),
280 ::testing::make_tuple(8000, 48000, kResamplingRMSError, -63.43),
281 ::testing::make_tuple(16000, 48000, kResamplingRMSError, -63.96),
282 ::testing::make_tuple(32000, 48000, kResamplingRMSError, -64.04),
283 ::testing::make_tuple(44100, 48000, kResamplingRMSError, -62.63),
284 ::testing::make_tuple(48000, 48000, kResamplingRMSError, -73.52),
[all …]
Dsinc_resampler_unittest.cc341 static const double kResamplingRMSError = -14.58; variable
350 std::make_tuple(8000, 44100, kResamplingRMSError, -62.73),
351 std::make_tuple(11025, 44100, kResamplingRMSError, -72.19),
352 std::make_tuple(16000, 44100, kResamplingRMSError, -62.54),
353 std::make_tuple(22050, 44100, kResamplingRMSError, -73.53),
354 std::make_tuple(32000, 44100, kResamplingRMSError, -63.32),
355 std::make_tuple(44100, 44100, kResamplingRMSError, -73.53),
361 std::make_tuple(8000, 48000, kResamplingRMSError, -63.43),
362 std::make_tuple(11025, 48000, kResamplingRMSError, -62.61),
363 std::make_tuple(16000, 48000, kResamplingRMSError, -63.96),
[all …]