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()
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()
388 &hPsy->psyElement[i]->psyStatic[ch]->mdctScalenm1); in FDKaacEnc_psyMainInit()
441 PSY_ELEMENT *psyElement, in FDKaacEnc_psyMain() argument
463 PSY_STATIC **RESTRICT psyStatic = psyElement->psyStatic; in FDKaacEnc_psyMain()
1353 if (hPsyInternal->psyElement[i]) in FDKaacEnc_PsyClose()
1354 …FreeRam_aacEnc_PsyElement(&hPsyInternal->psyElement[i]); /* PSY_ELEMEN… in FDKaacEnc_PsyClose()