Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dpsy_main.h120 PSY_ELEMENT* psyElement[(8)]; member
162 PSY_ELEMENT *psyElement,
Dpsy_main.cpp146 hPsy->psyElement[i] = GetRam_aacEnc_PsyElement(i); in FDKaacEnc_PsyNew()
147 if (hPsy->psyElement[i] == NULL) { in FDKaacEnc_PsyNew()
264 hPsy->psyElement[i]->psyStatic[ch] = hPsy->pStaticChannels[chInc]; in FDKaacEnc_psyInit()
266 FDKaacEnc_psyInitStates(hPsy, hPsy->psyElement[i]->psyStatic[ch], audioObjectType); in FDKaacEnc_psyInit()
268 hPsy->psyElement[i]->psyStatic[ch]->isLFE = 0; in FDKaacEnc_psyInit()
271 hPsy->psyElement[i]->psyStatic[ch] = hPsy->pStaticChannels[nMaxChannels-1]; in FDKaacEnc_psyInit()
272 hPsy->psyElement[i]->psyStatic[ch]->isLFE = 1; in FDKaacEnc_psyInit()
381 FDKaacEnc_psyInitStates(hPsy, hPsy->psyElement[i]->psyStatic[ch], audioObjectType); in FDKaacEnc_psyMainInit()
384 FDKaacEnc_InitPreEchoControl(hPsy->psyElement[i]->psyStatic[ch]->sfbThresholdnm1, in FDKaacEnc_psyMainInit()
385 &hPsy->psyElement[i]->psyStatic[ch]->calcPreEcho, in FDKaacEnc_psyMainInit()
[all …]
Daacenc.cpp736 hAacEnc->psyKernel->psyElement[el], in FDKaacEnc_EncodeFrame()