Searched defs:timeData (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACenc/src/
H A Dtransform.cpp113 const INT_PCM * RESTRICT timeData; local
135 timeData = pTimeData;
156 timeData = pTimeData + 3*fl + (fl/2);
178 mdctData[(tl/2)+i] = - (FIXP_DBL) timeData[tl-i-1] >> ( 1 );
180 mdctData[(tl/2)+i] = - (FIXP_DBL) timeData[tl-i-1] << (DFRACT_BITS - SAMPLE_BITS - 1);
187 tmp0 = fMultDiv2((FIXP_PCM)timeData[i+nl], pLeftWindowPart[i].v.im);
188 mdctData[(tl/2)+i+nl] = fMultSubDiv2(tmp0, (FIXP_PCM)timeData[tl-nl-i-1], pLeftWindowPart[i].v.re);
195 mdctData[(tl/2)-1-i] = - (FIXP_DBL) timeData[tl+i] >> (1);
197 mdctData[(tl/2)-1-i] = - (FIXP_DBL) timeData[tl+i] << (DFRACT_BITS - SAMPLE_BITS - 1);
204 tmp1 = fMultDiv2((FIXP_PCM)timeData[t
[all...]
/external/aac/libSBRdec/src/
H A Dsbrdecoder.cpp1162 * \param timeData pointer to output buffer
1174 INT_PCM *timeData,
1307 timeData + offset0,
1308 timeData + offset0,
1310 timeData + offset1,
1324 timeData + offset1,
1325 timeData + offset1,
1356 ptr = timeData;
1364 FDKmemcpy( timeData+2*codecFrameSize, timeData,
1172 sbrDecoder_DecodeElement( HANDLE_SBRDECODER self, INT_PCM *timeData, const int interleaved, const UCHAR *channelMapping, const int elementIndex, const int numInChannels, int *numOutChannels, const int psPossible ) argument
1374 sbrDecoder_Apply( HANDLE_SBRDECODER self, INT_PCM *timeData, int *numChannels, int *sampleRate, const UCHAR channelMapping[(6)], const int interleaved, const int coreDecodedOk, UCHAR *psDecoded ) argument
[all...]

Completed in 310 milliseconds