Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c67 bwest_str->prev_frame_length = INIT_FRAME_LEN_WB; in WebRtcIsac_InitBandwidthEstimator()
78 bwest_str->prev_frame_length = INIT_FRAME_LEN_SWB; in WebRtcIsac_InitBandwidthEstimator()
160 if ( frame_length != bwest_str->prev_frame_length ) in WebRtcIsac_UpdateBandwidthEstimator()
181 bwest_str->prev_frame_length = frame_length; in WebRtcIsac_UpdateBandwidthEstimator()
268 if ( frame_length != bwest_str->prev_frame_length ) in WebRtcIsac_UpdateBandwidthEstimator()
452 bwest_str->prev_frame_length = frame_length; in WebRtcIsac_UpdateBandwidthEstimator()
Dstructs.h152 WebRtc_Word32 prev_frame_length; member