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

  /external/aac/libAACenc/src/
block_switch.h 138 int FDKaacEnc_BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl, const INT granuleLength, const int isLFE, const INT_PCM *pTimeSignal);
psy_data.h 132 INT isLFE;
block_switch.cpp 208 int FDKaacEnc_BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl, const INT granuleLength, const int isLFE, const INT_PCM *pTimeSignal)
216 if (isLFE) {
psy_main.cpp 268 hPsy->psyElement[i]->psyStatic[ch]->isLFE = 0;
272 hPsy->psyElement[i]->psyStatic[ch]->isLFE = 1;
524 psyStatic[ch]->isLFE,
598 if (psyStatic[ch]->isLFE) {
767 if (psyStatic[0]->isLFE) {
    [all...]

Completed in 436 milliseconds