Searched refs:bwest_str (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dbandwidth_estimator.c45 BwEstimatorstr* bwest_str,
53 bwest_str->send_bw_avg = INIT_BN_EST_WB;
58 bwest_str->send_bw_avg = INIT_BN_EST_SWB;
67 bwest_str->prev_frame_length = INIT_FRAME_LEN_WB;
68 bwest_str->rec_bw_inv = 1.0f /
70 bwest_str->rec_bw = (int32_t)INIT_BN_EST_WB;
71 bwest_str->rec_bw_avg_Q = INIT_BN_EST_WB;
72 bwest_str->rec_bw_avg = INIT_BN_EST_WB + INIT_HDR_RATE_WB;
73 bwest_str->rec_header_rate = INIT_HDR_RATE_WB;
78 bwest_str
44 WebRtcIsac_InitBandwidthEstimator( BwEstimatorstr* bwest_str, enum IsacSamplingRate encoderSampRate, enum IsacSamplingRate decoderSampRate) argument
134 WebRtcIsac_UpdateBandwidthEstimator( BwEstimatorstr *bwest_str, const uint16_t rtp_number, const int32_t frame_length, const uint32_t send_ts, const uint32_t arr_ts, const int32_t pksize ) argument
506 WebRtcIsac_UpdateUplinkBwImpl( BwEstimatorstr* bwest_str, int16_t index, enum IsacSamplingRate encoderSamplingFreq) argument
563 WebRtcIsac_UpdateUplinkJitter( BwEstimatorstr* bwest_str, int32_t index) argument
593 WebRtcIsac_GetDownlinkBwJitIndexImpl( BwEstimatorstr* bwest_str, int16_t* bottleneckIndex, int16_t* jitterInfo, enum IsacSamplingRate decoderSamplingFreq) argument
694 WebRtcIsac_GetDownlinkBandwidth( const BwEstimatorstr *bwest_str) argument
724 WebRtcIsac_GetDownlinkMaxDelay(const BwEstimatorstr *bwest_str) argument
744 WebRtcIsac_GetUplinkBandwidth( const BwEstimatorstr* bwest_str, int32_t* bitRate) argument
766 WebRtcIsac_GetUplinkMaxDelay(const BwEstimatorstr *bwest_str) argument
[all...]
H A 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);
123 const BwEstimatorstr* bwest_str,
128 const BwEstimatorstr *bwest_str);
169 BwEstimatorstr* bwest_str,
H A Ddecode_bwe.c19 BwEstimatorstr* bwest_str,
49 err = WebRtcIsac_UpdateUplinkBwImpl(bwest_str, index, encoderSampRate);
59 (uint32_t)bwest_str->senderTimestamp);
60 bwest_str->senderTimestamp = send_ts;
63 (uint32_t)bwest_str->receiverTimestamp);
64 bwest_str->receiverTimestamp = arr_ts;
74 bwest_str->prev_rec_arr_ts + (uint32_t)diffArrivalTime);
77 bwest_str->prev_rec_send_ts + (uint32_t)diffSendTime);
79 err = WebRtcIsac_UpdateBandwidthEstimator(bwest_str, rtp_seq_number,
18 WebRtcIsac_EstimateBandwidth( BwEstimatorstr* bwest_str, Bitstr* streamdata, int32_t packet_size, uint16_t rtp_seq_number, uint32_t send_ts, uint32_t arr_ts, enum IsacSamplingRate encoderSampRate, enum IsacSamplingRate decoderSampRate) argument
H A Dcodec.h27 int WebRtcIsac_EstimateBandwidth(BwEstimatorstr* bwest_str, Bitstr* streamdata,
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dbandwidth_estimator.c45 BwEstimatorstr* bwest_str,
53 bwest_str->send_bw_avg = INIT_BN_EST_WB;
58 bwest_str->send_bw_avg = INIT_BN_EST_SWB;
67 bwest_str->prev_frame_length = INIT_FRAME_LEN_WB;
68 bwest_str->rec_bw_inv = 1.0f /
70 bwest_str->rec_bw = (WebRtc_Word32)INIT_BN_EST_WB;
71 bwest_str->rec_bw_avg_Q = INIT_BN_EST_WB;
72 bwest_str->rec_bw_avg = INIT_BN_EST_WB + INIT_HDR_RATE_WB;
73 bwest_str->rec_header_rate = INIT_HDR_RATE_WB;
78 bwest_str
44 WebRtcIsac_InitBandwidthEstimator( BwEstimatorstr* bwest_str, enum IsacSamplingRate encoderSampRate, enum IsacSamplingRate decoderSampRate) argument
134 WebRtcIsac_UpdateBandwidthEstimator( BwEstimatorstr *bwest_str, const WebRtc_UWord16 rtp_number, const WebRtc_Word32 frame_length, const WebRtc_UWord32 send_ts, const WebRtc_UWord32 arr_ts, const WebRtc_Word32 pksize ) argument
506 WebRtcIsac_UpdateUplinkBwImpl( BwEstimatorstr* bwest_str, WebRtc_Word16 index, enum IsacSamplingRate encoderSamplingFreq) argument
563 WebRtcIsac_UpdateUplinkJitter( BwEstimatorstr* bwest_str, WebRtc_Word32 index) argument
593 WebRtcIsac_GetDownlinkBwJitIndexImpl( BwEstimatorstr* bwest_str, WebRtc_Word16* bottleneckIndex, WebRtc_Word16* jitterInfo, enum IsacSamplingRate decoderSamplingFreq) argument
694 WebRtcIsac_GetDownlinkBandwidth( const BwEstimatorstr *bwest_str) argument
724 WebRtcIsac_GetDownlinkMaxDelay(const BwEstimatorstr *bwest_str) argument
744 WebRtcIsac_GetUplinkBandwidth( const BwEstimatorstr* bwest_str, WebRtc_Word32* bitRate) argument
766 WebRtcIsac_GetUplinkMaxDelay(const BwEstimatorstr *bwest_str) argument
[all...]
H A 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);
123 const BwEstimatorstr* bwest_str,
128 const BwEstimatorstr *bwest_str);
169 BwEstimatorstr* bwest_str,
H A Ddecode_bwe.c19 BwEstimatorstr* bwest_str,
49 err = WebRtcIsac_UpdateUplinkBwImpl(bwest_str, index, encoderSampRate);
59 (WebRtc_UWord32)bwest_str->senderTimestamp);
60 bwest_str->senderTimestamp = send_ts;
63 (WebRtc_UWord32)bwest_str->receiverTimestamp);
64 bwest_str->receiverTimestamp = arr_ts;
73 bwest_str->prev_rec_arr_ts + (WebRtc_UWord32)diffArrivalTime);
76 bwest_str->prev_rec_send_ts + (WebRtc_UWord32)diffSendTime);
78 err = WebRtcIsac_UpdateBandwidthEstimator(bwest_str, rtp_seq_number,
18 WebRtcIsac_EstimateBandwidth( BwEstimatorstr* bwest_str, Bitstr* streamdata, WebRtc_Word32 packet_size, WebRtc_UWord16 rtp_seq_number, WebRtc_UWord32 send_ts, WebRtc_UWord32 arr_ts, enum IsacSamplingRate encoderSampRate, enum IsacSamplingRate decoderSampRate) argument
H A Dcodec.h27 int WebRtcIsac_EstimateBandwidth(BwEstimatorstr* bwest_str, Bitstr* streamdata,
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.h31 * - bwest_str : Struct containing bandwidth information.
36 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);
H A Ddecode_bwe.c27 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr *bwest_str, argument
54 bwest_str,
H A Dcodec.h28 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr* bwest_str,
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.h31 * - bwest_str : Struct containing bandwidth information.
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);
H A Ddecode_bwe.c27 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr *bwest_str, argument
54 bwest_str,
H A Dcodec.h25 int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr *bwest_str,

Completed in 252 milliseconds