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 121 blockSwitchingControl->maxWindowNrg = SrchMaxWithIndex( &blockSwitchingControl->windowNrg[0][BLOCK_SWITCH_WINDOWS-1],
123 BLOCK_SWITCH_WINDOWS);
137 for (w=0; w<BLOCK_SWITCH_WINDOWS; w++) {
150 enM1 = blockSwitchingControl->windowNrgF[0][BLOCK_SWITCH_WINDOWS-1];
152 for (w=0; w<BLOCK_SWITCH_WINDOWS; w++) {
293 for (w=0; w < BLOCK_SWITCH_WINDOWS; w++) {

Completed in 699 milliseconds