Home
last modified time | relevance | path

Searched refs:pShort_Window_2 (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/audio/aac/dec/src/
Dtrans4m_freq_2_time_fxp.cpp595 const Int16 *pShort_Window_2; in trans4m_freq_2_time_fxp_1() local
790 pShort_Window_2 = pShort_Window_1 - HALF_SHORT_WINDOW; in trans4m_freq_2_time_fxp_1()
804 win2 = *(pShort_Window_2--); in trans4m_freq_2_time_fxp_1()
884 pShort_Window_2 = &pShort_Window_1[HALF_SHORT_WINDOW]; in trans4m_freq_2_time_fxp_1()
916 win1 = *(pShort_Window_2++); in trans4m_freq_2_time_fxp_1()
1096 pShort_Window_2 = in trans4m_freq_2_time_fxp_1()
1125 win2 = *(pShort_Window_2--); in trans4m_freq_2_time_fxp_1()
1187 pShort_Window_2 = in trans4m_freq_2_time_fxp_1()
1233 win1 = *(pShort_Window_2--); in trans4m_freq_2_time_fxp_1()
1241 win1 = *(pShort_Window_2--); in trans4m_freq_2_time_fxp_1()
[all …]
Dtrans4m_time_2_freq_fxp.cpp387 const Int16 *pShort_Window_2; in trans4m_time_2_freq_fxp() local
449 pShort_Window_2 = pShort_Window_1 - HALF_SHORT_WINDOW; in trans4m_time_2_freq_fxp()
456 *pAux_temp_2 = fxp_mul32_by_16((*pAux_temp_2), *pShort_Window_2--) >> shift; in trans4m_time_2_freq_fxp()
479 pShort_Window_2 = &pShort_Window_1[HALF_SHORT_WINDOW]; in trans4m_time_2_freq_fxp()
489 *pAux_temp_2 = fxp_mul32_by_16((*pAux_temp_2), *pShort_Window_2++) >> shift; in trans4m_time_2_freq_fxp()