Lines Matching refs:psyElement
146 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()
383 FDKaacEnc_psyInitStates(hPsy, hPsy->psyElement[i]->psyStatic[ch], audioObjectType); in FDKaacEnc_psyMainInit()
386 FDKaacEnc_InitPreEchoControl(hPsy->psyElement[i]->psyStatic[ch]->sfbThresholdnm1, in FDKaacEnc_psyMainInit()
387 &hPsy->psyElement[i]->psyStatic[ch]->calcPreEcho, in FDKaacEnc_psyMainInit()
390 &hPsy->psyElement[i]->psyStatic[ch]->mdctScalenm1); in FDKaacEnc_psyMainInit()
443 PSY_ELEMENT *psyElement, in FDKaacEnc_psyMain() argument
465 PSY_STATIC **RESTRICT psyStatic = psyElement->psyStatic; in FDKaacEnc_psyMain()
1360 if (hPsyInternal->psyElement[i]) in FDKaacEnc_PsyClose()
1361 …FreeRam_aacEnc_PsyElement(&hPsyInternal->psyElement[i]); /* PSY_ELEMEN… in FDKaacEnc_PsyClose()