Searched refs:ptrReal (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
H A Denv_calc.cpp191 static void adjustTimeSlot_EldGrid(FIXP_DBL *ptrReal,
201 static void adjustTimeSlotLC(FIXP_DBL *ptrReal,
209 static void adjustTimeSlotHQ(FIXP_DBL *ptrReal,
1752 FIXP_DBL *ptrReal, /*!< Subband samples to be adjusted, real part */
1793 signalReal = fMultDiv2(*ptrReal,*pGain) << ((int)scale_change);
1799 *ptrReal = signalReal;
1802 *(ptrReal-1) += scaleValue(fMultDiv2(harmonicPhaseX[lowSubband&1][harmIndex], pSineLevel[0]), -scale_diff_low) ;
1804 *(ptrReal) += fMultDiv2(pSineLevel[1], harmonicPhaseX[(lowSubband+1)&1][harmIndex]);
1808 *(ptrReal) += fMultDiv2(pSineLevel[- 1], harmonicPhaseX [(lowSubband+k)&1] [harmIndex]);
1809 *(ptrReal)
1751 adjustTimeSlot_EldGrid( FIXP_DBL *ptrReal, ENV_CALC_NRGS* nrgs, UCHAR *ptrHarmIndex, int lowSubband, int noSubbands, int scale_change, int noNoiseFlag, int *ptrPhaseIndex, int scale_diff_low) argument
1838 adjustTimeSlotLC(FIXP_DBL *ptrReal, ENV_CALC_NRGS* nrgs, UCHAR *ptrHarmIndex, int lowSubband, int noSubbands, int scale_change, int noNoiseFlag, int *ptrPhaseIndex) argument
2005 adjustTimeSlotHQ( FIXP_DBL *RESTRICT ptrReal, FIXP_DBL *RESTRICT ptrImag, HANDLE_SBR_CALCULATE_ENVELOPE h_sbr_cal_env, ENV_CALC_NRGS* nrgs, int lowSubband, int noSubbands, int scale_change, FIXP_SGL smooth_ratio, int noNoiseFlag, int filtBufferNoiseShift) argument
[all...]

Completed in 48 milliseconds