Home
last modified time | relevance | path

Searched refs:Long_Window_fxp (Results 1 – 3 of 3) sorted by relevance

/external/opencore/codecs_v2/audio/aac/dec/src/
Dtrans4m_time_2_freq_fxp.cpp390 const Int16 * Long_Window_fxp[NUM_WINDOW_SHAPES]; in trans4m_time_2_freq_fxp() local
393 Long_Window_fxp[0] = Long_Window_sine_fxp; in trans4m_time_2_freq_fxp()
394 Long_Window_fxp[1] = Long_Window_KBD_fxp; in trans4m_time_2_freq_fxp()
414 pLong_Window_1 = &Long_Window_fxp[wnd_shape_prev_bk][0]; in trans4m_time_2_freq_fxp()
513 &Long_Window_fxp[wnd_shape_this_bk][LONG_WINDOW_m_1]; in trans4m_time_2_freq_fxp()
534 pLong_Window_1 = &Long_Window_fxp[wnd_shape_prev_bk][0]; in trans4m_time_2_freq_fxp()
538 &Long_Window_fxp[wnd_shape_this_bk][LONG_WINDOW_m_1]; in trans4m_time_2_freq_fxp()
Dtrans4m_freq_2_time_fxp.cpp603 const Int16 * Long_Window_fxp[NUM_WINDOW_SHAPES]; in trans4m_freq_2_time_fxp_1() local
606 Long_Window_fxp[0] = Long_Window_sine_fxp; in trans4m_freq_2_time_fxp_1()
607 Long_Window_fxp[1] = Long_Window_KBD_fxp; in trans4m_freq_2_time_fxp_1()
652 … const Int16 *pLong_Window_2 = &Long_Window_fxp[wnd_shape_this_bk][LONG_WINDOW_m_1]; in trans4m_freq_2_time_fxp_1()
655 Int32 * win = (Int32 *) & Long_Window_fxp[wnd_shape_prev_bk][0]; in trans4m_freq_2_time_fxp_1()
699 pLong_Window_1 = &Long_Window_fxp[wnd_shape_prev_bk][0]; in trans4m_freq_2_time_fxp_1()
931 &Long_Window_fxp[wnd_shape_this_bk][LONG_WINDOW_m_1]; in trans4m_freq_2_time_fxp_1()
1607 const Int16 * Long_Window_fxp[NUM_WINDOW_SHAPES]; in trans4m_freq_2_time_fxp_2() local
1610 Long_Window_fxp[0] = Long_Window_sine_fxp; in trans4m_freq_2_time_fxp_2()
1611 Long_Window_fxp[1] = Long_Window_KBD_fxp; in trans4m_freq_2_time_fxp_2()
[all …]
Dwindow_block_fxp.h149 extern const Int16 * const Long_Window_fxp[];