Searched refs:tmpCorr (Results 1 – 1 of 1) sorted by relevance
710 int32_t tmp, tmpB, tmpCorr; in WebRtcIsacfix_GetLpcCoef() local730 tmpCorr = corrloQQ[n] >> (sh - shMem - 6); in WebRtcIsacfix_GetLpcCoef()731 tmp = tmp + tmpCorr; in WebRtcIsacfix_GetLpcCoef()760 int32_t tmp, tmpB, tmpCorr; in WebRtcIsacfix_GetLpcCoef() local770 tmpCorr = corrhiQQ[n]; in WebRtcIsacfix_GetLpcCoef()771 tmp = tmp + tmpCorr; in WebRtcIsacfix_GetLpcCoef()778 tmpCorr = corrhiQQ[n]; in WebRtcIsacfix_GetLpcCoef()779 tmp = tmp + tmpCorr; in WebRtcIsacfix_GetLpcCoef()787 tmpCorr = corrhiQQ[n] >> (sh - shMem - 6); in WebRtcIsacfix_GetLpcCoef()788 tmp = tmp + tmpCorr; in WebRtcIsacfix_GetLpcCoef()[all …]