Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dblock_switch.cpp349 FIXP_DBL tempUnfiltered, tempFiltred, t1, t2; in FDKaacEnc_CalcWindowEnergy() local
358 tempFiltred = (t1 - t2) << 1; in FDKaacEnc_CalcWindowEnergy()
361 temp_iirState1 = tempFiltred; in FDKaacEnc_CalcWindowEnergy()
368 temp_windowNrgF += fPow2Div2(tempFiltred) >> (BLOCK_SWITCH_ENERGY_SHIFT - 1 - 2); in FDKaacEnc_CalcWindowEnergy()