Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/audio/aac/dec/src/
Dtrans4m_freq_2_time_fxp.cpp604 const Int16 * Short_Window_fxp[NUM_WINDOW_SHAPES]; in trans4m_freq_2_time_fxp_1() local
608 Short_Window_fxp[0] = Short_Window_sine_fxp; in trans4m_freq_2_time_fxp_1()
609 Short_Window_fxp[1] = Short_Window_KBD_fxp; in trans4m_freq_2_time_fxp_1()
788 &Short_Window_fxp[wnd_shape_this_bk][SHORT_WINDOW_m_1]; in trans4m_freq_2_time_fxp_1()
883 pShort_Window_1 = &Short_Window_fxp[wnd_shape_prev_bk][0]; in trans4m_freq_2_time_fxp_1()
1094 pShort_Window_1 = &Short_Window_fxp[wnd_shape_this_bk][0]; in trans4m_freq_2_time_fxp_1()
1097 &Short_Window_fxp[wnd_shape_this_bk][SHORT_WINDOW_m_1]; in trans4m_freq_2_time_fxp_1()
1185 pShort_Window_1 = &Short_Window_fxp[wnd_shape_this_bk][0]; in trans4m_freq_2_time_fxp_1()
1188 &Short_Window_fxp[wnd_shape_this_bk][SHORT_WINDOW_m_1]; in trans4m_freq_2_time_fxp_1()
1313 pShort_Window_1 = &Short_Window_fxp[wnd_shape_this_bk][0]; in trans4m_freq_2_time_fxp_1()
[all …]
Dtrans4m_time_2_freq_fxp.cpp391 const Int16 * Short_Window_fxp[NUM_WINDOW_SHAPES]; in trans4m_time_2_freq_fxp() local
395 Short_Window_fxp[0] = Short_Window_sine_fxp; in trans4m_time_2_freq_fxp()
396 Short_Window_fxp[1] = Short_Window_KBD_fxp; in trans4m_time_2_freq_fxp()
447 &Short_Window_fxp[wnd_shape_this_bk][SHORT_WINDOW_m_1]; in trans4m_time_2_freq_fxp()
478 pShort_Window_1 = &Short_Window_fxp[wnd_shape_prev_bk][0]; in trans4m_time_2_freq_fxp()
Dwindow_block_fxp.h150 extern const Int16 * const Short_Window_fxp[];