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 228 PSY_STATIC* psyStatic,
232 FDKmemclear(psyStatic->psyInputBuffer, MAX_INPUT_BUFFER_SIZE*sizeof(INT_PCM));
234 FDKaacEnc_InitBlockSwitching(&psyStatic->blockSwitchingControl,
264 hPsy->psyElement[i]->psyStatic[ch] = hPsy->pStaticChannels[chInc];
266 FDKaacEnc_psyInitStates(hPsy, hPsy->psyElement[i]->psyStatic[ch], audioObjectType);
268 hPsy->psyElement[i]->psyStatic[ch]->isLFE = 0;
271 hPsy->psyElement[i]->psyStatic[ch] = hPsy->pStaticChannels[nMaxChannels-1];
272 hPsy->psyElement[i]->psyStatic[ch]->isLFE = 1;
381 FDKaacEnc_psyInitStates(hPsy, hPsy->psyElement[i]->psyStatic[ch], audioObjectType);
384 FDKaacEnc_InitPreEchoControl(hPsy->psyElement[i]->psyStatic[ch]->sfbThresholdnm1
    [all...]
psy_main.h 104 PSY_STATIC* psyStatic[(2)];

Completed in 138 milliseconds