Home | History | Annotate | Download | only in src

Lines Matching full:attack

187     /* Attack in Window 0 */ {1,  3,  3,  1},
188 /* Attack in Window 1 */ {1, 1, 3, 3},
189 /* Attack in Window 2 */ {2, 1, 3, 2},
190 /* Attack in Window 3 */ {3, 1, 3, 1},
191 /* Attack in Window 4 */ {3, 1, 1, 3},
192 /* Attack in Window 5 */ {3, 2, 1, 2},
193 /* Attack in Window 6 */ {3, 3, 1, 1},
194 /* Attack in Window 7 */ {3, 3, 1, 1}
197 /* change block type depending on current blocktype and whether there's an attack */
202 /*no attack*/ {LONG_WINDOW, STOP_WINDOW, WRONG_WINDOW, LONG_WINDOW, STOP_WINDOW , WRONG_WINDOW },
203 /*attack */ {START_WINDOW, LOWOV_WINDOW, WRONG_WINDOW, START_WINDOW, LOWOV_WINDOW, WRONG_WINDOW }
206 /* change block type depending on current blocktype and whether there's an attack */
210 /*attack LONG WINDOW START_WINDOW SHORT_WINDOW STOP_WINDOW LOWOV_WINDOW, WRONG_WINDOW */ /* last attack */
211 /*no attack*/ { {LONG_WINDOW, SHORT_WINDOW, STOP_WINDOW, LONG_WINDOW, WRONG_WINDOW, WRONG_WINDOW}, /* no attack */
212 /*attack */ {START_WINDOW, SHORT_WINDOW, SHORT_WINDOW, START_WINDOW, WRONG_WINDOW, WRONG_WINDOW} }, /* no attack */
213 /*no attack*/ { {LONG_WINDOW, SHORT_WINDOW, SHORT_WINDOW, LONG_WINDOW, WRONG_WINDOW, WRONG_WINDOW}, /* attack */
214 /*attack */ {START_WINDOW, SHORT_WINDOW, SHORT_WINDOW, START_WINDOW, WRONG_WINDOW, WRONG_WINDOW} } /* attack */
237 /* Save current attack index as last attack index */
238 blockSwitchingControl->lastattack = blockSwitchingControl->attack;
257 if (blockSwitchingControl->attack == TRUE)
268 /* now calculate if there is an attack */
270 /* reset attack */
271 blockSwitchingControl->attack = FALSE;
273 /* look for attack */
282 blockSwitchingControl->attack = TRUE;
290 if (enMax < minAttackNrg) blockSwitchingControl->attack = FALSE;
292 /* Check if attack spreads over frame border */
293 if((blockSwitchingControl->attack == FALSE) && (blockSwitchingControl->lastattack == TRUE)) {
294 /* if attack is in last window repeat SHORT_WINDOW */
299 blockSwitchingControl->attack = TRUE;
310 chgWndSqLkAhd[blockSwitchingControl->lastattack][blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence];
316 chgWndSq[blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence];