Lines Matching refs:lastWindowSequence
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];
420 blockSwitchingControlLeft->lastWindowSequence = patchType;
421 blockSwitchingControlRight->lastWindowSequence = patchType;
424 blockSwitchingControlLeft->windowShape = blockType2windowShape[blockSwitchingControlLeft->allowShortFrames][blockSwitchingControlLeft->lastWindowSequence];
425 blockSwitchingControlRight->windowShape = blockType2windowShape[blockSwitchingControlLeft->allowShortFrames][blockSwitchingControlRight->lastWindowSequence];
437 int windowSequenceLeftOld = blockSwitchingControlLeft->lastWindowSequence;
438 int windowSequenceRightOld = blockSwitchingControlRight->lastWindowSequence;
502 if (blockSwitchingControlLeft->lastWindowSequence!=SHORT_WINDOW){
510 if (blockSwitchingControlRight->lastWindowSequence!=SHORT_WINDOW){
521 if (blockSwitchingControlLeft->lastWindowSequence!=SHORT_WINDOW){
536 if ( blockSwitchingControlLeft->lastWindowSequence != LONG_WINDOW
537 && blockSwitchingControlLeft->lastWindowSequence != STOP_WINDOW )
539 blockSwitchingControlLeft->lastWindowSequence = LONG_WINDOW;
545 if ( blockSwitchingControlRight->lastWindowSequence != LONG_WINDOW
546 && blockSwitchingControlRight->lastWindowSequence != STOP_WINDOW )
548 blockSwitchingControlRight->lastWindowSequence = LONG_WINDOW;