Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/audio/aac/dec/src/
Dtrans4m_time_2_freq_fxp.cpp435 for (i = (W_L_START_1 - LONG_WINDOW) >> 1; i != 0; i--) in trans4m_time_2_freq_fxp()
443 pAux_temp_1 = &pAux_temp[W_L_START_1]; in trans4m_time_2_freq_fxp()
Dtrans4m_freq_2_time_fxp.cpp745 for (i = (W_L_START_1 - LONG_WINDOW) >> 1; i != 0; i--) in trans4m_freq_2_time_fxp_1()
759 for (i = (W_L_START_1 - LONG_WINDOW) >> 1; i != 0 ; i--) in trans4m_freq_2_time_fxp_1()
771 for (i = (W_L_START_1 - LONG_WINDOW) >> 1; i != 0; i--) in trans4m_freq_2_time_fxp_1()
783 pFreq_2_Time_data_1 = &pFreqInfo[W_L_START_1]; in trans4m_freq_2_time_fxp_1()
1761 for (i = (W_L_START_1 - LONG_WINDOW) >> 1; i != 0; i--) in trans4m_freq_2_time_fxp_2()
1775 for (i = (W_L_START_1 - LONG_WINDOW) >> 1; i != 0 ; i--) in trans4m_freq_2_time_fxp_2()
1787 for (i = (W_L_START_1 - LONG_WINDOW) >> 1; i != 0; i--) in trans4m_freq_2_time_fxp_2()
1799 pFreq_2_Time_data_1 = &pFreqInfo[W_L_START_1]; in trans4m_freq_2_time_fxp_2()
Dwindow_block_fxp.h126 #define W_L_START_1 ((3*LONG_WINDOW - SHORT_WINDOW)>>1) macro