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

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 71 bwest_str->rec_bw_avg_Q = INIT_BN_EST_WB;
82 bwest_str->rec_bw_avg_Q = INIT_BN_EST_SWB;
485 bwest_str->rec_bw_avg_Q = (float) bwest_str->rec_bw;
667 r = (1 - weight) * bwest_str->rec_bw_avg_Q - rate;
681 bwest_str->rec_bw_avg_Q = (1 - weight) * bwest_str->rec_bw_avg_Q +
structs.h 180 float rec_bw_avg_Q;

Completed in 49 milliseconds