Searched refs:tmpCorr (Results 1 – 1 of 1) sorted by relevance
711 int32_t tmp, tmpB, tmpCorr; in WebRtcIsacfix_GetLpcCoef() local731 tmpCorr = corrloQQ[n] >> (sh - shMem - 6); in WebRtcIsacfix_GetLpcCoef()732 tmp = tmp + tmpCorr; in WebRtcIsacfix_GetLpcCoef()761 int32_t tmp, tmpB, tmpCorr; in WebRtcIsacfix_GetLpcCoef() local771 tmpCorr = corrhiQQ[n]; in WebRtcIsacfix_GetLpcCoef()772 tmp = tmp + tmpCorr; in WebRtcIsacfix_GetLpcCoef()779 tmpCorr = corrhiQQ[n]; in WebRtcIsacfix_GetLpcCoef()780 tmp = tmp + tmpCorr; in WebRtcIsacfix_GetLpcCoef()788 tmpCorr = corrhiQQ[n] >> (sh - shMem - 6); in WebRtcIsacfix_GetLpcCoef()789 tmp = tmp + tmpCorr; in WebRtcIsacfix_GetLpcCoef()[all …]