Home | History | Annotate | Download | only in source

Lines Matching refs:send_bw_avg

53         bwest_str->send_bw_avg       = INIT_BN_EST_WB;
58 bwest_str->send_bw_avg = INIT_BN_EST_SWB;
534 bwest_str->send_bw_avg = 0.9f * bwest_str->send_bw_avg +
540 bwest_str->send_bw_avg = 0.9f * bwest_str->send_bw_avg +
544 if (bwest_str->send_bw_avg > (float) 28000 && !bwest_str->hsn_detect_snd)
749 if (bwest_str->send_bw_avg < MIN_ISAC_BW)
753 else if (bwest_str->send_bw_avg > MAX_ISAC_BW)
759 *bitRate = (int32_t)(bwest_str->send_bw_avg);