HomeSort by relevance Sort by last modified time
    Searched refs:rec_bw_avg (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 72 bwest_str->rec_bw_avg = INIT_BN_EST_WB + INIT_HDR_RATE_WB;
83 bwest_str->rec_bw_avg = INIT_BN_EST_SWB + INIT_HDR_RATE_SWB;
342 if ((bwest_str->prev_rec_rtp_rate > bwest_str->rec_bw_avg) &&
343 (rec_rtp_rate > bwest_str->rec_bw_avg) &&
397 1000.0f) / bwest_str->rec_bw_avg;
482 bwest_str->rec_bw_avg = bwest_str->rec_bw +
685 bwest_str->rec_bw_avg = (1 - weight) * bwest_str->rec_bw_avg + weight *
structs.h 179 float rec_bw_avg; member in struct:__anon28641

Completed in 80 milliseconds