OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:count_tot_updates_rec
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c
95
bwest_str->
count_tot_updates_rec
= -9;
195
if ( bwest_str->
count_tot_updates_rec
> 0 )
270
bwest_str->
count_tot_updates_rec
= 10;
347
if (bwest_str->
count_tot_updates_rec
++ > 99)
355
weight = 1.0f / (float) bwest_str->
count_tot_updates_rec
;
432
bwest_str->
count_tot_updates_rec
++;
492
bwest_str->
count_tot_updates_rec
= 1;
structs.h
174
WebRtc_Word32
count_tot_updates_rec
;
member in struct:__anon28641
Completed in 76 milliseconds