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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 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);
    [all...]
structs.h 193 float send_bw_avg; member in struct:__anon20394
isac.c     [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 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 = (WebRtc_Word32)(bwest_str->send_bw_avg);
    [all...]
structs.h 194 float send_bw_avg; member in struct:__anon38030
isac.c     [all...]

Completed in 45 milliseconds