OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rms_error
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/agc/
agc_manager_direct.cc
366
int
rms_error
= 0;
local
367
if (!agc_->GetRmsErrorDb(&
rms_error
)) {
372
// this adjusts our target gain upward by the same amount and
rms_error
374
rms_error
+= kMinCompressionGain;
377
int raw_compression = std::max(std::min(
rms_error
, max_compression_gain_),
397
int residual_gain =
rms_error
- raw_compression;
400
LOG(LS_INFO) << "[agc]
rms_error
=" <<
rms_error
<< ", "
/external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler_unittest.cc
231
double
rms_error
= sqrt(sum_of_squares / output_samples);
local
233
rms_error
= DBFS(
rms_error
);
244
EXPECT_LE(
rms_error
, rms_error_);
sinc_resampler_unittest.cc
322
double
rms_error
= sqrt(sum_of_squares / output_samples);
local
326
rms_error
= DBFS(
rms_error
);
330
EXPECT_LE(
rms_error
, rms_error_);
Completed in 437 milliseconds