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

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dblock_switch.h47 Word32 windowNrg[2][BLOCK_SWITCH_WINDOWS]; /* time signal energy in Subwindows (last and current) */ member in struct:__anon321
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dblock_switch.c121 blockSwitchingControl->maxWindowNrg = SrchMaxWithIndex( &blockSwitchingControl->windowNrg[0][BLOCK_SWITCH_WINDOWS-1],
138 blockSwitchingControl->windowNrg[0][w] = blockSwitchingControl->windowNrg[1][w];
317 blockSwitchingControl->windowNrg[1][w] = accuUE;

Completed in 92 milliseconds