Searched refs:pAux_temp_2 (Results 1 – 1 of 1) sorted by relevance
381 Int32 *pAux_temp_2; in trans4m_time_2_freq_fxp() local412 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 …]