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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dpulse_nc.cpp136 pPulseAmp = &(pPulseInfo->pulse_amp[0]);
146 *(pCoef) = *(pCoef) + *(pPulseAmp);
147 pPulseAmp = pPulseAmp + 1;
149 *(pCoef) = *(pCoef) - *(pPulseAmp);
150 pPulseAmp = pPulseAmp + 1;
236 const Int *pPulseAmp; local
259 pPulseAmp is of the same length as pPulseOffset, and contains
267 pPulseAmp
[all...]
H A Dget_pulse_data.cpp144 pPulseAmp = &pPulseInfo->pulse_amp[0];
153 *pPulseAmp++ = temp & ((1 << LEN_PULSE_PAMP) - 1);
239 Int *pPulseAmp; local
259 pPulseAmp = &pPulseInfo->pulse_amp[0];
271 * *pPulseAmp++ = getbits(LEN_PULSE_PAMP, pInputStream);
281 *pPulseAmp++ = (Int)(temp & ((1 << LEN_PULSE_PAMP) - 1));

Completed in 59 milliseconds