Searched refs:decrease_in_last_set (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c96 float decrease_in_last_set = valley_depth; local
121 // with |decrease_in_last_set|. This value equals the difference between
128 decrease_in_last_set = (self->mean_bit_counts[self->compare_delay] -
139 self->histogram[i] -= decrease_in_last_set * is_in_last_set +

Completed in 98 milliseconds