Searched refs:bwest_str (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | bandwidth_estimator.c | 45 BwEstimatorstr* bwest_str, in WebRtcIsac_InitBandwidthEstimator() argument 53 bwest_str->send_bw_avg = INIT_BN_EST_WB; in WebRtcIsac_InitBandwidthEstimator() 58 bwest_str->send_bw_avg = INIT_BN_EST_SWB; in WebRtcIsac_InitBandwidthEstimator() 67 bwest_str->prev_frame_length = INIT_FRAME_LEN_WB; in WebRtcIsac_InitBandwidthEstimator() 68 bwest_str->rec_bw_inv = 1.0f / in WebRtcIsac_InitBandwidthEstimator() 70 bwest_str->rec_bw = (WebRtc_Word32)INIT_BN_EST_WB; in WebRtcIsac_InitBandwidthEstimator() 71 bwest_str->rec_bw_avg_Q = INIT_BN_EST_WB; in WebRtcIsac_InitBandwidthEstimator() 72 bwest_str->rec_bw_avg = INIT_BN_EST_WB + INIT_HDR_RATE_WB; in WebRtcIsac_InitBandwidthEstimator() 73 bwest_str->rec_header_rate = INIT_HDR_RATE_WB; in WebRtcIsac_InitBandwidthEstimator() 78 bwest_str->prev_frame_length = INIT_FRAME_LEN_SWB; in WebRtcIsac_InitBandwidthEstimator() [all …]
|
D | decode_bwe.c | 19 BwEstimatorstr* bwest_str, in WebRtcIsac_EstimateBandwidth() argument 49 err = WebRtcIsac_UpdateUplinkBwImpl(bwest_str, index, encoderSampRate); in WebRtcIsac_EstimateBandwidth() 59 (WebRtc_UWord32)bwest_str->senderTimestamp); in WebRtcIsac_EstimateBandwidth() 60 bwest_str->senderTimestamp = send_ts; in WebRtcIsac_EstimateBandwidth() 63 (WebRtc_UWord32)bwest_str->receiverTimestamp); in WebRtcIsac_EstimateBandwidth() 64 bwest_str->receiverTimestamp = arr_ts; in WebRtcIsac_EstimateBandwidth() 73 … bwest_str->prev_rec_arr_ts + (WebRtc_UWord32)diffArrivalTime); in WebRtcIsac_EstimateBandwidth() 76 … bwest_str->prev_rec_send_ts + (WebRtc_UWord32)diffSendTime); in WebRtcIsac_EstimateBandwidth() 78 err = WebRtcIsac_UpdateBandwidthEstimator(bwest_str, rtp_seq_number, in WebRtcIsac_EstimateBandwidth()
|
D | bandwidth_estimator.h | 79 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); 123 const BwEstimatorstr* bwest_str, 128 const BwEstimatorstr *bwest_str); 169 BwEstimatorstr* bwest_str,
|
D | codec.h | 27 int WebRtcIsac_EstimateBandwidth(BwEstimatorstr* bwest_str, Bitstr* streamdata,
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | bandwidth_estimator.h | 36 WebRtc_Word32 WebRtcIsacfix_InitBandwidthEstimator(BwEstimatorstr *bwest_str); 60 WebRtc_Word32 WebRtcIsacfix_UpdateUplinkBwImpl(BwEstimatorstr *bwest_str, 69 WebRtc_Word16 WebRtcIsacfix_UpdateUplinkBwRec(BwEstimatorstr *bwest_str, 84 WebRtc_UWord16 WebRtcIsacfix_GetDownlinkBwIndexImpl(BwEstimatorstr *bwest_str); 87 WebRtc_UWord16 WebRtcIsacfix_GetDownlinkBandwidth(const BwEstimatorstr *bwest_str); 90 WebRtc_Word16 WebRtcIsacfix_GetUplinkBandwidth(const BwEstimatorstr *bwest_str); 93 WebRtc_Word16 WebRtcIsacfix_GetDownlinkMaxDelay(const BwEstimatorstr *bwest_str); 96 WebRtc_Word16 WebRtcIsacfix_GetUplinkMaxDelay(const BwEstimatorstr *bwest_str);
|
D | decode_bwe.c | 27 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr *bwest_str, in WebRtcIsacfix_EstimateBandwidth() argument 54 bwest_str, in WebRtcIsacfix_EstimateBandwidth()
|
D | codec.h | 25 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr *bwest_str,
|