Home
last modified time | relevance | path

Searched refs:bwest_str (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c47 BwEstimatorstr* bwest_str, in WebRtcIsac_InitBandwidthEstimator() argument
55 bwest_str->send_bw_avg = INIT_BN_EST_WB; in WebRtcIsac_InitBandwidthEstimator()
60 bwest_str->send_bw_avg = INIT_BN_EST_SWB; in WebRtcIsac_InitBandwidthEstimator()
69 bwest_str->prev_frame_length = INIT_FRAME_LEN_WB; in WebRtcIsac_InitBandwidthEstimator()
70 bwest_str->rec_bw_inv = 1.0f / in WebRtcIsac_InitBandwidthEstimator()
72 bwest_str->rec_bw = (int32_t)INIT_BN_EST_WB; in WebRtcIsac_InitBandwidthEstimator()
73 bwest_str->rec_bw_avg_Q = INIT_BN_EST_WB; in WebRtcIsac_InitBandwidthEstimator()
74 bwest_str->rec_bw_avg = INIT_BN_EST_WB + INIT_HDR_RATE_WB; in WebRtcIsac_InitBandwidthEstimator()
75 bwest_str->rec_header_rate = INIT_HDR_RATE_WB; in WebRtcIsac_InitBandwidthEstimator()
80 bwest_str->prev_frame_length = INIT_FRAME_LEN_SWB; in WebRtcIsac_InitBandwidthEstimator()
[all …]
Dbandwidth_estimator.h79 BwEstimatorstr* bwest_str,
93 BwEstimatorstr* bwest_str,
102 BwEstimatorstr* bwest_str,
108 BwEstimatorstr* bwest_str,
115 const BwEstimatorstr *bwest_str);
119 const BwEstimatorstr *bwest_str);
122 int32_t WebRtcIsac_GetUplinkBandwidth(const BwEstimatorstr* bwest_str);
126 const BwEstimatorstr *bwest_str);
130 BwEstimatorstr* bwest_str,
135 void WebRtcIsacBw_SetBandwidthInfo(BwEstimatorstr* bwest_str,
[all …]
Ddecode_bwe.c19 BwEstimatorstr* bwest_str, in WebRtcIsac_EstimateBandwidth() argument
49 err = WebRtcIsac_UpdateUplinkBwImpl(bwest_str, index, encoderSampRate); in WebRtcIsac_EstimateBandwidth()
59 (uint32_t)bwest_str->senderTimestamp); in WebRtcIsac_EstimateBandwidth()
60 bwest_str->senderTimestamp = send_ts; in WebRtcIsac_EstimateBandwidth()
63 (uint32_t)bwest_str->receiverTimestamp); in WebRtcIsac_EstimateBandwidth()
64 bwest_str->receiverTimestamp = arr_ts; in WebRtcIsac_EstimateBandwidth()
74bwest_str->prev_rec_arr_ts + (uint32_t)diffArrivalTime); in WebRtcIsac_EstimateBandwidth()
77 bwest_str->prev_rec_send_ts + (uint32_t)diffSendTime); in WebRtcIsac_EstimateBandwidth()
79 err = WebRtcIsac_UpdateBandwidthEstimator(bwest_str, rtp_seq_number, in WebRtcIsac_EstimateBandwidth()
Dcodec.h27 int WebRtcIsac_EstimateBandwidth(BwEstimatorstr* bwest_str, Bitstr* streamdata,
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.h36 int32_t WebRtcIsacfix_InitBandwidthEstimator(BwEstimatorstr *bwest_str);
60 int32_t WebRtcIsacfix_UpdateUplinkBwImpl(BwEstimatorstr *bwest_str,
69 int16_t WebRtcIsacfix_UpdateUplinkBwRec(BwEstimatorstr *bwest_str,
84 uint16_t WebRtcIsacfix_GetDownlinkBwIndexImpl(BwEstimatorstr *bwest_str);
87 uint16_t WebRtcIsacfix_GetDownlinkBandwidth(const BwEstimatorstr *bwest_str);
90 int16_t WebRtcIsacfix_GetUplinkBandwidth(const BwEstimatorstr *bwest_str);
93 int16_t WebRtcIsacfix_GetDownlinkMaxDelay(const BwEstimatorstr *bwest_str);
96 int16_t WebRtcIsacfix_GetUplinkMaxDelay(const BwEstimatorstr *bwest_str);
99 void WebRtcIsacfixBw_GetBandwidthInfo(BwEstimatorstr* bwest_str,
103 void WebRtcIsacfixBw_SetBandwidthInfo(BwEstimatorstr* bwest_str,
Ddecode_bwe.c27 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr *bwest_str, in WebRtcIsacfix_EstimateBandwidth() argument
54 bwest_str, in WebRtcIsacfix_EstimateBandwidth()
Dcodec.h28 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr* bwest_str,