Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Darith_routines_logist.c245 WebRtc_Word32 newRes; in WebRtcIsacfix_DecLogisticMulti2() local
286 newRes = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_DIV(inSqrt, res) + res, 1); in WebRtcIsacfix_DecLogisticMulti2()
289 res = newRes; in WebRtcIsacfix_DecLogisticMulti2()
290 newRes = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_DIV(inSqrt, res) + res, 1); in WebRtcIsacfix_DecLogisticMulti2()
291 } while (newRes != res && i-- > 0); in WebRtcIsacfix_DecLogisticMulti2()
293 tmpARSpecQ8 = (WebRtc_UWord16)newRes; in WebRtcIsacfix_DecLogisticMulti2()
Dentropy_coding.c250 WebRtc_Word32 res, in_sqrt, newRes; in CalcRootInvArSpec() local
319 newRes = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_DIV(in_sqrt, res) + res, 1); in CalcRootInvArSpec()
322 res = newRes; in CalcRootInvArSpec()
323 newRes = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_DIV(in_sqrt, res) + res, 1); in CalcRootInvArSpec()
324 } while (newRes != res && i-- > 0); in CalcRootInvArSpec()
326 CurveQ8[k] = (WebRtc_Word16)newRes; in CalcRootInvArSpec()
337 newRes = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_DIV(in_sqrt, res) + res, 1); in CalcRootInvArSpec()
340 res = newRes; in CalcRootInvArSpec()
341 newRes = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_DIV(in_sqrt, res) + res, 1); in CalcRootInvArSpec()
342 } while (newRes != res && i-- > 0); in CalcRootInvArSpec()
[all …]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c284 WebRtc_Word32 newRes; in WebRtcIsac_DecodeSpec() local
323 newRes = (in_sqrt / res + res) >> 1; in WebRtcIsac_DecodeSpec()
325 res = newRes; in WebRtcIsac_DecodeSpec()
326 newRes = (in_sqrt / res + res) >> 1; in WebRtcIsac_DecodeSpec()
327 } while (newRes != res && i-- > 0); in WebRtcIsac_DecodeSpec()
329 invARSpecQ8[k] = (WebRtc_Word16)newRes; in WebRtcIsac_DecodeSpec()
411 WebRtc_Word32 newRes; in WebRtcIsac_EncodeSpec() local
576 newRes = (in_sqrt / res + res) >> 1; in WebRtcIsac_EncodeSpec()
578 res = newRes; in WebRtcIsac_EncodeSpec()
579 newRes = (in_sqrt / res + res) >> 1; in WebRtcIsac_EncodeSpec()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...