Home
last modified time | relevance | path

Searched refs:bottleneckIndex (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c595 WebRtc_Word16* bottleneckIndex, in WebRtcIsac_GetDownlinkBwJitIndexImpl() argument
674 bottleneckIndex[0] = minInd; in WebRtcIsac_GetDownlinkBwJitIndexImpl()
678 bottleneckIndex[0] = maxInd; in WebRtcIsac_GetDownlinkBwJitIndexImpl()
682 weight * ptrQuantizationTable[bottleneckIndex[0]]; in WebRtcIsac_GetDownlinkBwJitIndexImpl()
683 bottleneckIndex[0] += jitterInfo[0] * 12 * addJitterInfo; in WebRtcIsac_GetDownlinkBwJitIndexImpl()
Dbandwidth_estimator.h109 WebRtc_Word16* bottleneckIndex,
Dcodec.h43 bottleneckIndex);
Dencode.c182 WebRtc_Word16 bottleneckIndex) { in WebRtcIsac_EncodeLb() argument
276 ISACencLB_obj->lastBWIdx = bottleneckIndex; in WebRtcIsac_EncodeLb()
277 intVar = (int)bottleneckIndex; in WebRtcIsac_EncodeLb()