HomeSort by relevance Sort by last modified time
    Searched defs:SHORT_WINDOW (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
window_block_fxp.h 113 #define SHORT_WINDOW (128)
116 #define HALF_SHORT_WINDOW (SHORT_WINDOW>>1)
120 #define SHORT_WINDOW_m_1 (SHORT_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)
133 #define SHORT_BLOCK1 (2*SHORT_WINDOW)
144 extern const Int16 Short_Window_KBD_fxp[ SHORT_WINDOW];
146 extern const Int16 Short_Window_sine_fxp[ SHORT_WINDOW];
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
psy_const.h 42 SHORT_WINDOW,

Completed in 22 milliseconds