OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_delay_probability
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.h
43
int
last_delay_probability
;
member in struct:__anon27892
delay_estimator.c
491
self->
last_delay_probability
= (int) kMaxBitCountsQ9; // 32 in Q9.
585
// ii) this corresponding value |
last_delay_probability
|, but updated at
603
// Update |
last_delay_probability
|.
605
self->
last_delay_probability
++;
613
// (|value_best_candidate| < |
last_delay_probability
|)
616
(value_best_candidate < self->
last_delay_probability
)));
639
if (value_best_candidate < self->
last_delay_probability
) {
640
self->
last_delay_probability
= value_best_candidate;
661
// Note that |
last_delay_probability
| states how deep the minimum of the
663
quality = (float) (kMaxBitCountsQ9 - self->
last_delay_probability
) /
[
all
...]
Completed in 2800 milliseconds