OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kHighFrequencyMaxError
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler_unittest.cc
248
static const double
kHighFrequencyMaxError
= -6.02;
249
EXPECT_LE(high_freq_max_error,
kHighFrequencyMaxError
);
307
// because they violate |
kHighFrequencyMaxError
|, which is not
sinc_resampler_unittest.cc
334
static const double
kHighFrequencyMaxError
= -6.02;
335
EXPECT_LE(high_freq_max_error,
kHighFrequencyMaxError
);
Completed in 58 milliseconds