Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Darith_routines_logist.c239 uint32_t streamVal; in WebRtcIsacfix_DecLogisticMulti2() local
259 streamVal = (uint32_t)(*streamPtr++) << 16; in WebRtcIsacfix_DecLogisticMulti2()
260 streamVal |= *streamPtr++; in WebRtcIsacfix_DecLogisticMulti2()
263 streamVal = streamData->streamval; in WebRtcIsacfix_DecLogisticMulti2()
306 if (streamVal > W_tmp) in WebRtcIsacfix_DecLogisticMulti2()
315 while (streamVal > W_tmp) in WebRtcIsacfix_DecLogisticMulti2()
344 while ( !(streamVal > W_tmp) ) in WebRtcIsacfix_DecLogisticMulti2()
371 streamVal -= W_lower; in WebRtcIsacfix_DecLogisticMulti2()
380 streamVal = (streamVal << 8) | (*streamPtr++ & 0x00FF); in WebRtcIsacfix_DecLogisticMulti2()
383 streamVal = (streamVal << 8) | (*streamPtr >> 8); in WebRtcIsacfix_DecLogisticMulti2()
[all …]