OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:high_freq_max_error
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler_unittest.cc
211
double
high_freq_max_error
= 0;
local
223
if (error >
high_freq_max_error
)
224
high_freq_max_error
= error;
242
high_freq_max_error
= DBFS(
high_freq_max_error
- 2.0 / 32767);
249
EXPECT_LE(
high_freq_max_error
, kHighFrequencyMaxError);
sinc_resampler_unittest.cc
303
double
high_freq_max_error
= 0;
local
314
if (error >
high_freq_max_error
)
315
high_freq_max_error
= error;
328
high_freq_max_error
= DBFS(
high_freq_max_error
);
335
EXPECT_LE(
high_freq_max_error
, kHighFrequencyMaxError);
Completed in 55 milliseconds