Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dblock_switch.cpp373 FIXP_DBL temp_iirState0 = blockSwitchingControl->iirStates[0]; in FDKaacEnc_CalcWindowEnergy() local
392 t1 = fMultDiv2(hiPassCoeff1, tempUnfiltered - temp_iirState0); in FDKaacEnc_CalcWindowEnergy()
394 temp_iirState0 = tempUnfiltered; in FDKaacEnc_CalcWindowEnergy()
397 temp_windowNrg += (LONG)fPow2Div2(temp_iirState0) >> in FDKaacEnc_CalcWindowEnergy()
407 blockSwitchingControl->iirStates[0] = temp_iirState0; in FDKaacEnc_CalcWindowEnergy()