Searched refs:streamVal (Results 1 – 1 of 1) sorted by relevance
239 uint32_t streamVal; in WebRtcIsacfix_DecLogisticMulti2() local259 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 …]