Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c619 uint16_t maxDelayBit; in WebRtcIsacfix_GetDownlinkBwIndexImpl() local
709 maxDelayBit = 0; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
715 maxDelayBit = 12; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
723 return (uint16_t)(rateInd + maxDelayBit); in WebRtcIsacfix_GetDownlinkBwIndexImpl()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac.c1166 int32_t maxDelayBit; in Decode() local
1191 err = WebRtcIsac_DecodeJitterInfo(&decInstUB->bitstr_obj, &maxDelayBit); in Decode()
1203 &(instISAC->bwestimator_obj), maxDelayBit); in Decode()