Home
last modified time | relevance | path

Searched refs:INIT_BN_EST_SWB (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.h48 #define INIT_BN_EST_SWB 56e3f macro
68 #define INIT_RATE_SWB INIT_BN_EST_SWB
Dbandwidth_estimator.c60 bwest_str->send_bw_avg = INIT_BN_EST_SWB; in WebRtcIsac_InitBandwidthEstimator()
82 (INIT_BN_EST_SWB + INIT_HDR_RATE_SWB); in WebRtcIsac_InitBandwidthEstimator()
83 bwest_str->rec_bw = (int32_t)INIT_BN_EST_SWB; in WebRtcIsac_InitBandwidthEstimator()
84 bwest_str->rec_bw_avg_Q = INIT_BN_EST_SWB; in WebRtcIsac_InitBandwidthEstimator()
85 bwest_str->rec_bw_avg = INIT_BN_EST_SWB + INIT_HDR_RATE_SWB; in WebRtcIsac_InitBandwidthEstimator()