HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_SWITCH_WINDOWS (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACenc/src/
block_switch.h 99 #define BLOCK_SWITCH_WINDOWS 8 /* number of windows for energy calculation */
124 FIXP_DBL windowNrg[2][BLOCK_SWITCH_WINDOWS]; /* time signal energy in Subwindows (last and current) */
125 FIXP_DBL windowNrgF[2][BLOCK_SWITCH_WINDOWS]; /* filtered time signal energy in segments (last and current) */
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
block_switch.h 31 #define BLOCK_SWITCH_WINDOWS TRANS_FAC /* number of windows for energy calculation */
47 Word32 windowNrg[2][BLOCK_SWITCH_WINDOWS]; /* time signal energy in Subwindows (last and current) */
48 Word32 windowNrgF[2][BLOCK_SWITCH_WINDOWS]; /* filtered time signal energy in segments (last and current) */
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c 124 blockSwitchingControl->maxWindowNrg = SrchMaxWithIndex( &blockSwitchingControl->windowNrg[0][BLOCK_SWITCH_WINDOWS-1],
126 BLOCK_SWITCH_WINDOWS);
140 for (w=0; w<BLOCK_SWITCH_WINDOWS; w++) {
153 enM1 = blockSwitchingControl->windowNrgF[0][BLOCK_SWITCH_WINDOWS-1];
155 for (w=0; w<BLOCK_SWITCH_WINDOWS; w++) {
296 for (w=0; w < BLOCK_SWITCH_WINDOWS; w++) {

Completed in 32 milliseconds