Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/audio/aac/dec/src/
Dtrans4m_time_2_freq_fxp.cpp381 Int32 *pAux_temp_2; in trans4m_time_2_freq_fxp() local
412 pAux_temp_2 = &pAux_temp_1[HALF_LONG_WINDOW]; in trans4m_time_2_freq_fxp()
425 *pAux_temp_2 = fxp_mul32_by_16((*pAux_temp_2), *pLong_Window_2++) >> shift; in trans4m_time_2_freq_fxp()
426 pAux_temp_2++; in trans4m_time_2_freq_fxp()
444 pAux_temp_2 = &pAux_temp_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()
457 pAux_temp_2++; in trans4m_time_2_freq_fxp()
482 pAux_temp_2 = pAux_temp_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()
490 pAux_temp_2++; in trans4m_time_2_freq_fxp()
[all …]