OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compare_delay
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.h
52
int
compare_delay
;
member in struct:__anon27892
delay_estimator.c
128
decrease_in_last_set = (self->mean_bit_counts[self->
compare_delay
] -
173
float histogram_threshold = self->histogram[self->
compare_delay
];
497
self->
compare_delay
= self->history_size;
634
self->histogram[self->
compare_delay
]) {
635
self->histogram[self->
compare_delay
] = self->histogram[candidate_delay];
642
self->
compare_delay
= self->last_delay;
659
quality = self->histogram[self->
compare_delay
] / kHistogramMax;
Completed in 418 milliseconds