Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c605 int16_t* bottleneckIndex, in WebRtcIsac_GetDownlinkBwJitIndexImpl() argument
623 *bottleneckIndex = bwest_str->external_bw_info.bottleneck_idx; in WebRtcIsac_GetDownlinkBwJitIndexImpl()
690 bottleneckIndex[0] = minInd; in WebRtcIsac_GetDownlinkBwJitIndexImpl()
694 bottleneckIndex[0] = maxInd; in WebRtcIsac_GetDownlinkBwJitIndexImpl()
698 weight * ptrQuantizationTable[bottleneckIndex[0]]; in WebRtcIsac_GetDownlinkBwJitIndexImpl()
699 bottleneckIndex[0] += jitterInfo[0] * 12 * addJitterInfo; in WebRtcIsac_GetDownlinkBwJitIndexImpl()
Dbandwidth_estimator.h109 int16_t* bottleneckIndex,
Dcodec.h47 int16_t bottleneckIndex);
Dencode.c183 int16_t bottleneckIndex) { in WebRtcIsac_EncodeLb() argument
277 ISACencLB_obj->lastBWIdx = bottleneckIndex; in WebRtcIsac_EncodeLb()
278 intVar = (int)bottleneckIndex; in WebRtcIsac_EncodeLb()