Searched refs:newRes (Results 1 – 3 of 3) sorted by relevance
243 int32_t newRes; in WebRtcIsacfix_DecLogisticMulti2() local283 newRes = (inSqrt / res + res) >> 1; in WebRtcIsacfix_DecLogisticMulti2()286 res = newRes; in WebRtcIsacfix_DecLogisticMulti2()287 newRes = (inSqrt / res + res) >> 1; in WebRtcIsacfix_DecLogisticMulti2()288 } while (newRes != res && i-- > 0); in WebRtcIsacfix_DecLogisticMulti2()290 tmpARSpecQ8 = (uint16_t)newRes; in WebRtcIsacfix_DecLogisticMulti2()
276 int32_t res, in_sqrt, newRes; in CalcRootInvArSpec() local345 newRes = (in_sqrt / res + res) >> 1; in CalcRootInvArSpec()348 res = newRes; in CalcRootInvArSpec()349 newRes = (in_sqrt / res + res) >> 1; in CalcRootInvArSpec()350 } while (newRes != res && i-- > 0); in CalcRootInvArSpec()352 CurveQ8[k] = (int16_t)newRes; in CalcRootInvArSpec()364 newRes = (in_sqrt / res + res) >> 1; in CalcRootInvArSpec()367 res = newRes; in CalcRootInvArSpec()368 newRes = (in_sqrt / res + res) >> 1; in CalcRootInvArSpec()369 } while (newRes != res && i-- > 0); in CalcRootInvArSpec()[all …]
279 int32_t newRes; in WebRtcIsac_DecodeSpec() local318 newRes = (in_sqrt / res + res) >> 1; in WebRtcIsac_DecodeSpec()320 res = newRes; in WebRtcIsac_DecodeSpec()321 newRes = (in_sqrt / res + res) >> 1; in WebRtcIsac_DecodeSpec()322 } while (newRes != res && i-- > 0); in WebRtcIsac_DecodeSpec()324 invARSpecQ8[k] = (int16_t)newRes; in WebRtcIsac_DecodeSpec()406 int32_t newRes; in WebRtcIsac_EncodeSpec() local571 newRes = (in_sqrt / res + res) >> 1; in WebRtcIsac_EncodeSpec()573 res = newRes; in WebRtcIsac_EncodeSpec()574 newRes = (in_sqrt / res + res) >> 1; in WebRtcIsac_EncodeSpec()[all …]