Searched defs:LONG_WINDOW (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dwindow_block_fxp.h112 #define LONG_WINDOW (1024) macro
115 #define HALF_LONG_WINDOW (LONG_WINDOW>>1)
119 #define LONG_WINDOW_m_1 (LONG_WINDOW-1)
126 #define W_L_START_1 ((3*LONG_WINDOW - SHORT_WINDOW)>>1)
127 #define W_L_START_2 ((3*LONG_WINDOW + SHORT_WINDOW)>>1)
128 #define W_L_STOP_1 ((LONG_WINDOW - SHORT_WINDOW)>>1)
129 #define W_L_STOP_2 ((LONG_WINDOW + SHORT_WINDOW)>>1)
132 #define LONG_BLOCK1 (2*LONG_WINDOW)
145 extern const Int16 Long_Window_KBD_fxp[ LONG_WINDOW];
147 extern const Int16 Long_Window_sine_fxp[ LONG_WINDOW];
[all...]
/frameworks/base/media/libstagefright/codecs/aacenc/inc/
H A Dpsy_const.h40 LONG_WINDOW = 0, enumerator in enum:__anon599

Completed in 484 milliseconds