Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c616 const float* ptrQuantizationTable; in WebRtcIsac_GetDownlinkBwJitIndexImpl() local
657 ptrQuantizationTable = kQRateTableWb; in WebRtcIsac_GetDownlinkBwJitIndexImpl()
663 ptrQuantizationTable = kQRateTableSwb; in WebRtcIsac_GetDownlinkBwJitIndexImpl()
672 if(rate > ptrQuantizationTable[midInd]) in WebRtcIsac_GetDownlinkBwJitIndexImpl()
684 e1 = weight * ptrQuantizationTable[minInd] + r; in WebRtcIsac_GetDownlinkBwJitIndexImpl()
685 e2 = weight * ptrQuantizationTable[maxInd] + r; in WebRtcIsac_GetDownlinkBwJitIndexImpl()
698 weight * ptrQuantizationTable[bottleneckIndex[0]]; in WebRtcIsac_GetDownlinkBwJitIndexImpl()