Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dpsy_main.cpp1346 PSY_INTERNAL *hPsyInternal = *phPsyInternal; in FDKaacEnc_PsyClose() local
1348 if (hPsyInternal) in FDKaacEnc_PsyClose()
1351 if (hPsyInternal->pStaticChannels[i]) { in FDKaacEnc_PsyClose()
1352 if (hPsyInternal->pStaticChannels[i]->psyInputBuffer) in FDKaacEnc_PsyClose()
1353 …FreeRam_aacEnc_PsyInputBuffer(&hPsyInternal->pStaticChannels[i]->psyInputBuffer); /* AUDIO INPUT … in FDKaacEnc_PsyClose()
1355 …FreeRam_aacEnc_PsyStatic(&hPsyInternal->pStaticChannels[i]); /* PSY_STATIC… in FDKaacEnc_PsyClose()
1360 if (hPsyInternal->psyElement[i]) in FDKaacEnc_PsyClose()
1361 …FreeRam_aacEnc_PsyElement(&hPsyInternal->psyElement[i]); /* PSY_ELEMEN… in FDKaacEnc_PsyClose()