Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dinterface.h159 PSY_OUT_CHANNEL* pPsyOutChannels[(6)]; member
Dpsy_main.cpp212 phpsyOut[n]->pPsyOutChannels[i] = GetRam_aacEnc_PsyOutChannel(chInc++); in FDKaacEnc_PsyOutNew()
287 phpsyOut[n]->psyOutElement[i]->psyOutChannel[ch] = phpsyOut[n]->pPsyOutChannels[chInc++]; in FDKaacEnc_psyInit()
1372 if (phPsyOut[n]->pPsyOutChannels[i]) in FDKaacEnc_PsyClose()
1373 …FreeRam_aacEnc_PsyOutChannel(&phPsyOut[n]->pPsyOutChannels[i]); /* PSY_OUT_CHANNE… in FDKaacEnc_PsyClose()
Dqc_main.cpp873 …ionData.noiseNrgBits = noisePreCount(psyOut[0]->pPsyOutChannels[ch]->noiseNrg, psyOut[0]->pPsyOutC… in FDKaacEnc_QCMain()