Home
last modified time | relevance | path

Searched refs:pPsyOutChannels (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACenc/src/
Dinterface.h160 PSY_OUT_CHANNEL* pPsyOutChannels[(8)]; member
Dpsy_main.cpp207 phpsyOut[n]->pPsyOutChannels[i] = GetRam_aacEnc_PsyOutChannel(chInc++); in FDKaacEnc_PsyOutNew()
282 phpsyOut[n]->psyOutElement[i]->psyOutChannel[ch] = phpsyOut[n]->pPsyOutChannels[chInc++]; in FDKaacEnc_psyInit()
1367 if (phPsyOut[n]->pPsyOutChannels[i]) in FDKaacEnc_PsyClose()
1368 …FreeRam_aacEnc_PsyOutChannel(&phPsyOut[n]->pPsyOutChannels[i]); /* PSY_OUT_CHANNE… in FDKaacEnc_PsyClose()
Dqc_main.cpp879 …ionData.noiseNrgBits = noisePreCount(psyOut[0]->pPsyOutChannels[ch]->noiseNrg, psyOut[0]->pPsyOutC… in FDKaacEnc_QCMain()