HomeSort by relevance Sort by last modified time
    Searched refs:pShort_Window_2 (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
trans4m_time_2_freq_fxp.cpp 202 pShort_Window_2 =
207 aux_temp[SHORT_WINDOW+i] *= pShort_Window_2[j]
387 const Int16 *pShort_Window_2;
449 pShort_Window_2 = pShort_Window_1 - HALF_SHORT_WINDOW;
456 *pAux_temp_2 = fxp_mul32_by_16((*pAux_temp_2), *pShort_Window_2--) >> shift;
479 pShort_Window_2 = &pShort_Window_1[HALF_SHORT_WINDOW];
489 *pAux_temp_2 = fxp_mul32_by_16((*pAux_temp_2), *pShort_Window_2++) >> shift;
589 * pShort_Window_2 =
611 * temp = (*pAux_temp_2) * *pShort_Window_2--;
trans4m_freq_2_time_fxp.cpp 317 pShort_Window_2 =
322 pFreqInfo[SHORT_WINDOW+i] *= pShort_Window_2[j];
595 const Int16 *pShort_Window_2;
790 pShort_Window_2 = pShort_Window_1 - HALF_SHORT_WINDOW;
804 win2 = *(pShort_Window_2--);
884 pShort_Window_2 = &pShort_Window_1[HALF_SHORT_WINDOW];
916 win1 = *(pShort_Window_2++);
    [all...]

Completed in 43 milliseconds