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

  /frameworks/av/media/libstagefright/codecs/aacdec/
get_pulse_data.cpp 143 pPulseOffset = &pPulseInfo->pulse_offset[0];
152 *pPulseOffset++ = temp >> LEN_PULSE_PAMP;
238 Int *pPulseOffset;
258 pPulseOffset = &pPulseInfo->pulse_offset[0];
270 * *pPulseOffset++ = getbits(LEN_PULSE_POFF, pInputStream);
279 *pPulseOffset++ = (Int)(temp >> LEN_PULSE_PAMP);
pulse_nc.cpp 134 pPulseOffset = &(pPulseInfo->pulse_offset[0]);
142 pCoef = pCoef + *(pPulseOffset);
143 pPulseOffset = pPulseOffset + 1;
235 const Int *pPulseOffset;
257 The array pointed to by pPulseOffset == [5][1][9][4]
259 pPulseAmp is of the same length as pPulseOffset, and contains
265 pPulseOffset = &(pPulseInfo->pulse_offset[0]);
271 pCoef += *pPulseOffset++;

Completed in 251 milliseconds