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

  /external/aac/libAACenc/src/
psy_main.cpp 233 PSY_STATIC* psyStatic,
237 FDKmemclear(psyStatic->psyInputBuffer, MAX_INPUT_BUFFER_SIZE*sizeof(INT_PCM));
239 FDKaacEnc_InitBlockSwitching(&psyStatic->blockSwitchingControl,
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
    [all...]
psy_main.h 104 PSY_STATIC* psyStatic[(2)];

Completed in 37 milliseconds