Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dblock_switch.cpp342 FIXP_DBL temp_iirState0 = blockSwitchingControl->iirStates[0]; in FDKaacEnc_CalcWindowEnergy() local
356 t1 = fMultDiv2(hiPassCoeff1, tempUnfiltered-temp_iirState0); in FDKaacEnc_CalcWindowEnergy()
360 temp_iirState0 = tempUnfiltered; in FDKaacEnc_CalcWindowEnergy()
372 blockSwitchingControl->iirStates[0] = temp_iirState0; in FDKaacEnc_CalcWindowEnergy()