Searched refs:tempUnfiltered (Results 1 – 1 of 1) sorted by relevance
383 FIXP_DBL tempUnfiltered, t1, t2; in FDKaacEnc_CalcWindowEnergy() local387 tempUnfiltered = (FIXP_DBL)*pTimeSignal++ >> 1; in FDKaacEnc_CalcWindowEnergy()389 tempUnfiltered = (FIXP_DBL)*pTimeSignal++ in FDKaacEnc_CalcWindowEnergy()392 t1 = fMultDiv2(hiPassCoeff1, tempUnfiltered - temp_iirState0); in FDKaacEnc_CalcWindowEnergy()394 temp_iirState0 = tempUnfiltered; in FDKaacEnc_CalcWindowEnergy()