OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BLOCK_SWITCH_WINDOWS
(Results
1 - 2
of
2
) sorted by null
/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) */
/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) */
Completed in 52 milliseconds