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

  /external/aac/libAACenc/src/
block_switch.cpp 116 BLOCK_SWITCHING_CONTROL *RESTRICT blockSwitchingControl, INT windowLen,
169 BLOCK_SWITCHING_CONTROL *blockSwitchingControl, INT isLowDelay) {
170 FDKmemclear(blockSwitchingControl, sizeof(BLOCK_SWITCHING_CONTROL));
173 blockSwitchingControl->nBlockSwitchWindows = 4;
174 blockSwitchingControl->allowShortFrames = 0;
175 blockSwitchingControl->allowLookAhead = 0;
177 blockSwitchingControl->nBlockSwitchWindows = 8;
178 blockSwitchingControl->allowShortFrames = 1;
179 blockSwitchingControl->allowLookAhead = 1;
182 blockSwitchingControl->noOfGroups = MAX_NO_OF_GROUPS
    [all...]
psy_main.cpp 239 FDKaacEnc_InitBlockSwitching(&psyStatic->blockSwitchingControl,
486 FDKaacEnc_BlockSwitching(&psyStatic[ch]->blockSwitchingControl,
499 &psyStatic[0]->blockSwitchingControl,
500 (channels > 1) ? &psyStatic[1]->blockSwitchingControl : NULL, channels,
518 (psyStatic[ch]->blockSwitchingControl.lastWindowSequence ==
565 psyStatic[ch]->blockSwitchingControl.lastWindowSequence,
566 psyStatic[ch]->blockSwitchingControl.windowShape,
567 &psyStatic[ch]->blockSwitchingControl.lastWindowShape,
575 psyStatic[ch]->blockSwitchingControl.lastWindowSequence,
576 psyStatic[ch]->blockSwitchingControl.windowShape
    [all...]
block_switch.h 151 BLOCK_SWITCHING_CONTROL *blockSwitchingControl, INT isLowDelay);
153 int FDKaacEnc_BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl,
psy_data.h 146 BLOCK_SWITCHING_CONTROL blockSwitchingControl; /* block switching */

Completed in 368 milliseconds