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;
psy_main.cpp 268 hPsy->psyElement[i]->psyStatic[ch]->isLFE = 0;
272 hPsy->psyElement[i]->psyStatic[ch]->isLFE = 1;
522 psyStatic[ch]->isLFE,
596 if (psyStatic[ch]->isLFE) {
765 if (psyStatic[0]->isLFE) {
    [all...]
block_switch.cpp 208 int FDKaacEnc_BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl, const INT granuleLength, const int isLFE, const INT_PCM *pTimeSignal)
216 if (isLFE) {

Completed in 237 milliseconds