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

  /frameworks/base/media/libstagefright/codecs/aacdec/
trans4m_time_2_freq_fxp.cpp 56 Short_Window_fxp. This solve linking problem when using the
391 const Int16 * Short_Window_fxp[NUM_WINDOW_SHAPES];
395 Short_Window_fxp[0] = Short_Window_sine_fxp;
396 Short_Window_fxp[1] = Short_Window_KBD_fxp;
447 &Short_Window_fxp[wnd_shape_this_bk][SHORT_WINDOW_m_1];
478 pShort_Window_1 = &Short_Window_fxp[wnd_shape_prev_bk][0];
582 * pShort_Window_1 = &Short_Window_fxp[wnd_shape_this_bk][0];
586 * pShort_Window_1 = &Short_Window_fxp[wnd_shape_prev_bk][0];
590 * &Short_Window_fxp[wnd_shape_this_bk][SHORT_WINDOW_m_1];
trans4m_freq_2_time_fxp.cpp 604 const Int16 * Short_Window_fxp[NUM_WINDOW_SHAPES];
608 Short_Window_fxp[0] = Short_Window_sine_fxp;
609 Short_Window_fxp[1] = Short_Window_KBD_fxp;
788 &Short_Window_fxp[wnd_shape_this_bk][SHORT_WINDOW_m_1];
883 pShort_Window_1 = &Short_Window_fxp[wnd_shape_prev_bk][0];
    [all...]

Completed in 35 milliseconds