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 180 blockSwitchingControl->lastWindowSequence = LONG_WINDOW;
181 blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
229 blockSwitchingControl->lastWindowSequence = LONG_WINDOW;
309 blockSwitchingControl->lastWindowSequence =
310 chgWndSqLkAhd[blockSwitchingControl->lastattack][blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence];
315 blockSwitchingControl->lastWindowSequence =
316 chgWndSq[blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence];
321 blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
412 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft->lastWindowSequence];
413 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight->lastWindowSequence];
    [all...]
block_switch.h 111 INT lastWindowSequence;
interface.h 121 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 563 isShortWindow[ch]=(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == SHORT_WINDOW);
616 psyStatic[ch]->blockSwitchingControl.lastWindowSequence,
806 psyStatic[ch]->blockSwitchingControl.lastWindowSequence
818 psyStatic[1]->blockSwitchingControl.lastWindowSequence,
819 psyStatic[0]->blockSwitchingControl.lastWindowSequence,
    [all...]
adj_thr.cpp 245 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) {
283 if (psyOutChannel[ch]->lastWindowSequence==LONG_WINDOW)
434 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) {
    [all...]
qc_main.cpp     [all...]
bitenc.cpp     [all...]

Completed in 1434 milliseconds