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

  /external/aac/libAACenc/src/
block_switch.h 118 INT allowShortFrames; /* for Low Delay, don't allow short frames */
block_switch.cpp 158 blockSwitchingControl->allowShortFrames = 0;
164 blockSwitchingControl->allowShortFrames = 1;
172 blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
236 if (blockSwitchingControl->allowShortFrames)
312 blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
412 blockSwitchingControlLeft->windowShape = blockType2windowShape[blockSwitchingControlLeft->allowShortFrames][blockSwitchingControlLeft->lastWindowSequence];
413 blockSwitchingControlRight->windowShape = blockType2windowShape[blockSwitchingControlLeft->allowShortFrames][blockSwitchingControlRight->lastWindowSequence];
416 if (blockSwitchingControlLeft->allowShortFrames)
519 } /* allowShortFrames */
523 if ( ! blockSwitchingControlLeft->allowShortFrames ) {
    [all...]

Completed in 36 milliseconds