Searched refs:kResamplingRMSError (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/common_audio/resampler/ |
D | push_sinc_resampler_unittest.cc | 27 const double kResamplingRMSError = -14.42; variable 270 ::testing::make_tuple(8000, 44100, kResamplingRMSError, -62.73), 271 ::testing::make_tuple(16000, 44100, kResamplingRMSError, -62.54), 272 ::testing::make_tuple(32000, 44100, kResamplingRMSError, -63.32), 273 ::testing::make_tuple(44100, 44100, kResamplingRMSError, -73.53), 279 ::testing::make_tuple(8000, 48000, kResamplingRMSError, -63.43), 280 ::testing::make_tuple(16000, 48000, kResamplingRMSError, -63.96), 281 ::testing::make_tuple(32000, 48000, kResamplingRMSError, -64.04), 282 ::testing::make_tuple(44100, 48000, kResamplingRMSError, -62.63), 283 ::testing::make_tuple(48000, 48000, kResamplingRMSError, -73.52), [all …]
|
D | sinc_resampler_unittest.cc | 339 static const double kResamplingRMSError = -14.58; variable 346 std::tr1::make_tuple(8000, 44100, kResamplingRMSError, -62.73), 347 std::tr1::make_tuple(11025, 44100, kResamplingRMSError, -72.19), 348 std::tr1::make_tuple(16000, 44100, kResamplingRMSError, -62.54), 349 std::tr1::make_tuple(22050, 44100, kResamplingRMSError, -73.53), 350 std::tr1::make_tuple(32000, 44100, kResamplingRMSError, -63.32), 351 std::tr1::make_tuple(44100, 44100, kResamplingRMSError, -73.53), 357 std::tr1::make_tuple(8000, 48000, kResamplingRMSError, -63.43), 358 std::tr1::make_tuple(11025, 48000, kResamplingRMSError, -62.61), 359 std::tr1::make_tuple(16000, 48000, kResamplingRMSError, -63.96), [all …]
|