Home
last modified time | relevance | path

Searched refs:fxpCoef (Results 1 – 7 of 7) sorted by relevance

/external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
Dpvmp4audiodecoderinitlibrary.cpp261 pVars->perChan[0].fxpCoef = pVars->fxpCoef[0]; in PVMP4AudioDecoderInitLibrary()
262 pVars->perChan[1].fxpCoef = pVars->fxpCoef[1]; in PVMP4AudioDecoderInitLibrary()
273 & (pVars->perChan[0].fxpCoef[1024]); in PVMP4AudioDecoderInitLibrary()
276 & (pVars->perChan[1].fxpCoef[1024]); in PVMP4AudioDecoderInitLibrary()
/external/opencore/codecs_v2/audio/aac/dec/src/
Dpvmp4audiodecoderinitlibrary.cpp261 pVars->perChan[0].fxpCoef = pVars->fxpCoef[0]; in PVMP4AudioDecoderInitLibrary()
262 pVars->perChan[1].fxpCoef = pVars->fxpCoef[1]; in PVMP4AudioDecoderInitLibrary()
273 & (pVars->perChan[0].fxpCoef[1024]); in PVMP4AudioDecoderInitLibrary()
276 & (pVars->perChan[1].fxpCoef[1024]); in PVMP4AudioDecoderInitLibrary()
Dpvmp4audiodecoderframe.cpp863 pChVars[LEFT]->fxpCoef, in PVMP4AudioDecodeFrame()
883 pChVars[LEFT]->fxpCoef, in PVMP4AudioDecodeFrame()
884 pChVars[RIGHT]->fxpCoef, in PVMP4AudioDecodeFrame()
911 pChVars[LEFT]->fxpCoef, in PVMP4AudioDecodeFrame()
912 pChVars[RIGHT]->fxpCoef, in PVMP4AudioDecodeFrame()
991 pChVars[ch]->fxpCoef, /* input and output */ in PVMP4AudioDecodeFrame()
1019 pChVars[ch]->fxpCoef, in PVMP4AudioDecodeFrame()
1035 pChVars[ch]->fxpCoef); in PVMP4AudioDecodeFrame()
1045 pChVars[ch]->fxpCoef, in PVMP4AudioDecodeFrame()
1077 pChVars[ch]->fxpCoef, in PVMP4AudioDecodeFrame()
[all …]
Dsbr_applied.cpp367 SbrChannel[LEFT].frameData.sbrQmfBufferImag = &pVars->fxpCoef[0][920]; in sbr_applied()
383 SbrChannel[LEFT].frameData.sbrQmfBufferReal = pVars->fxpCoef[LEFT]; in sbr_applied()
385 SbrChannel[LEFT].frameData.sbrQmfBufferImag = pVars->fxpCoef[RIGHT]; in sbr_applied()
403 SbrChannel[RIGHT].frameData.sbrQmfBufferReal = pVars->fxpCoef[LEFT]; in sbr_applied()
405 SbrChannel[RIGHT].frameData.sbrQmfBufferImag = pVars->fxpCoef[RIGHT]; in sbr_applied()
Ds_tdec_int_chan.h159 Int32 *fxpCoef; /* Spectrum coeff.*/ member
Ds_tdec_int_file.h188 Int32 fxpCoef[2][LN]; /* LN = 2048 */ member
Dgetics.cpp660 pChVars->fxpCoef, in getics()