Searched refs:accWindowNrg (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dblock_switch.h51 Word32 accWindowNrg; /* recursively accumulated windowNrgF */ member in struct:__anon321
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dblock_switch.c156 accWindowNrg_Shf = norm_l(blockSwitchingControl->accWindowNrg);
160 accWindowNrg_Tmp = blockSwitchingControl->accWindowNrg << accWindowNrg_Shf;
165 blockSwitchingControl->accWindowNrg = (fixmul(oneMinusAccWindowNrgFac, accWindowNrg_Tmp) >> accWindowNrg_Shf) +
171 blockSwitchingControl->accWindowNrg ) {

Completed in 207 milliseconds