Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c69 bwest_str->prev_frame_length = INIT_FRAME_LEN_WB; in WebRtcIsac_InitBandwidthEstimator()
80 bwest_str->prev_frame_length = INIT_FRAME_LEN_SWB; in WebRtcIsac_InitBandwidthEstimator()
166 if ( frame_length != bwest_str->prev_frame_length ) in WebRtcIsac_UpdateBandwidthEstimator()
187 bwest_str->prev_frame_length = frame_length; in WebRtcIsac_UpdateBandwidthEstimator()
274 if ( frame_length != bwest_str->prev_frame_length ) in WebRtcIsac_UpdateBandwidthEstimator()
458 bwest_str->prev_frame_length = frame_length; in WebRtcIsac_UpdateBandwidthEstimator()
Dstructs.h152 int32_t prev_frame_length; member