HomeSort by relevance Sort by last modified time
    Searched refs:psyElement (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACenc/src/
psy_main.h 120 PSY_ELEMENT* psyElement[(6)];
162 PSY_ELEMENT *psyElement,
psy_main.cpp 151 hPsy->psyElement[i] = GetRam_aacEnc_PsyElement(i);
152 if (hPsy->psyElement[i] == NULL) {
269 hPsy->psyElement[i]->psyStatic[ch] = hPsy->pStaticChannels[chInc];
271 FDKaacEnc_psyInitStates(hPsy, hPsy->psyElement[i]->psyStatic[ch], audioObjectType);
273 hPsy->psyElement[i]->psyStatic[ch]->isLFE = 0;
276 hPsy->psyElement[i]->psyStatic[ch] = hPsy->pStaticChannels[nMaxChannels-1];
277 hPsy->psyElement[i]->psyStatic[ch]->isLFE = 1;
386 FDKaacEnc_psyInitStates(hPsy, hPsy->psyElement[i]->psyStatic[ch], audioObjectType);
389 FDKaacEnc_InitPreEchoControl(hPsy->psyElement[i]->psyStatic[ch]->sfbThresholdnm1,
390 &hPsy->psyElement[i]->psyStatic[ch]->calcPreEcho
    [all...]
aacenc.cpp 727 hAacEnc->psyKernel->psyElement[el],
    [all...]

Completed in 283 milliseconds