OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subhistory_sq_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.cc
79
subhistory_sq_
.reset(new rtc::scoped_ptr<complex<float>[]>[num_freqs_]());
81
subhistory_sq_
[i].reset(new complex<float>[window_size_]());
200
subhistory_sq_
[i][history_cursor_ % window_size_] = sub_running_mean_sq_[i];
214
AddToMean(
subhistory_sq_
[i][j], j + 1, &running_mean_sq_[i]);
244
running_mean_sq_[i] -=
subhistory_sq_
[i][history_cursor_];
248
subhistory_sq_
[i][history_cursor_] = sub_running_mean_sq_[i] * scale;
254
running_mean_sq_[i] +=
subhistory_sq_
[i][history_cursor_];
intelligibility_utils.h
118
rtc::scoped_ptr<rtc::scoped_ptr<std::complex<float>[]>[]>
subhistory_sq_
;
member in class:webrtc::intelligibility::VarianceArray
Completed in 49 milliseconds