OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fxpCoef
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
pvmp4audiodecoderinitlibrary.cpp
261
pVars->perChan[0].
fxpCoef
= pVars->
fxpCoef
[0];
262
pVars->perChan[1].
fxpCoef
= pVars->
fxpCoef
[1];
265
* at the 1024th element of
fxpCoef
, because those spaces
273
& (pVars->perChan[0].
fxpCoef
[1024]);
276
& (pVars->perChan[1].
fxpCoef
[1024]);
s_tdec_int_chan.h
32
Modified to utilize memory in the last 1024 elements in
fxpCoef
.
48
(1) Move temporary FrameInfo structure into the shared region with
fxpCoef
.
118
* with the last 1024 data elements in
fxpCoef
.
121
* Also, the size of the
fxpCoef
array cannot be less than 8 kilobytes
123
* The
fxpCoef
array is declared as an Int32, so its size should not vary
159
Int32 *
fxpCoef
; /* Spectrum coeff.*/
sbr_applied.cpp
364
* pVars->
fxpCoef
[1] has 2048 available
367
SbrChannel[LEFT].frameData.sbrQmfBufferImag = &pVars->
fxpCoef
[0][920];
383
SbrChannel[LEFT].frameData.sbrQmfBufferReal = pVars->
fxpCoef
[LEFT];
385
SbrChannel[LEFT].frameData.sbrQmfBufferImag = pVars->
fxpCoef
[RIGHT];
403
SbrChannel[RIGHT].frameData.sbrQmfBufferReal = pVars->
fxpCoef
[LEFT];
405
SbrChannel[RIGHT].frameData.sbrQmfBufferImag = pVars->
fxpCoef
[RIGHT];
pvmp4audiodecoderframe.cpp
[
all
...]
s_tdec_int_file.h
183
* and the
fxpCoef
matrix. These 2 matrices are [2][38][64] == 4864 Int32
184
* 2349 coming from the perChan[1] plus 4096 coming from
fxpCoef
188
Int32
fxpCoef
[2][LN]; /* LN = 2048 */
getics.cpp
364
pChVars->
fxpCoef
,
370
MODIFYING(pInputStream,
fxpCoef
,quantSpec,tmp_spec,qFormat)
660
pChVars->
fxpCoef
,
Completed in 744 milliseconds