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

  /external/aac/libAACenc/src/
block_switch.cpp 171 blockSwitchingControl->lastWindowSequence = LONG_WINDOW;
172 blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
220 blockSwitchingControl->lastWindowSequence = LONG_WINDOW;
300 blockSwitchingControl->lastWindowSequence =
301 chgWndSqLkAhd[blockSwitchingControl->lastattack][blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence];
306 blockSwitchingControl->lastWindowSequence =
307 chgWndSq[blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence];
312 blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
400 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft->lastWindowSequence];
401 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight->lastWindowSequence];
    [all...]
block_switch.h 110 INT lastWindowSequence;
interface.h 122 INT lastWindowSequence;
pns_func.h 112 const INT lastWindowSequence,
aacenc_pns.cpp 172 lastWindowSequence (long or short blocks)
185 const INT lastWindowSequence,
205 (lastWindowSequence == SHORT_WINDOW) ) /* currently only long blocks */
220 if(lastWindowSequence != LONG_WINDOW) {
psy_main.cpp 560 isShortWindow[ch]=(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == SHORT_WINDOW);
613 psyStatic[ch]->blockSwitchingControl.lastWindowSequence,
804 psyStatic[ch]->blockSwitchingControl.lastWindowSequence
816 psyStatic[1]->blockSwitchingControl.lastWindowSequence,
817 psyStatic[0]->blockSwitchingControl.lastWindowSequence,
    [all...]
adj_thr.cpp 475 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) {
513 if (psyOutChannel[ch]->lastWindowSequence==LONG_WINDOW)
664 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) {
    [all...]
qc_main.cpp     [all...]
bitenc.cpp     [all...]

Completed in 132 milliseconds