OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeData
(Results
1 - 4
of
4
) sorted by null
/external/aac/libAACenc/src/
transform.cpp
113
const INT_PCM * RESTRICT
timeData
;
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
[tl+nr+i], pRightWindowPart[i].v.re)
[
all
...]
transform.h
102
* \param
timeData
pointer to time domain input signal.
113
INT FDKaacEnc_Transform_Real (const INT_PCM *
timeData
,
/external/aac/libSBRdec/include/
sbrdecoder.h
292
* a time domain buffer
timeData
which can hold the completely decoded
300
* \param
timeData
Pointer to input and finally upsampled output data.
304
* \param interleaved Flag indicating if time data is stored interleaved (1: Interleaved time data, 0: non-interleaved
timedata
).
311
INT_PCM *
timeData
,
/external/aac/libSBRdec/src/
sbrdecoder.cpp
[
all
...]
Completed in 102 milliseconds