Home | History | Annotate | Download | only in src

Lines Matching full:attack

178     /* Attack in Window 0 */ {1,  3,  3,  1},
179 /* Attack in Window 1 */ {1, 1, 3, 3},
180 /* Attack in Window 2 */ {2, 1, 3, 2},
181 /* Attack in Window 3 */ {3, 1, 3, 1},
182 /* Attack in Window 4 */ {3, 1, 1, 3},
183 /* Attack in Window 5 */ {3, 2, 1, 2},
184 /* Attack in Window 6 */ {3, 3, 1, 1},
185 /* Attack in Window 7 */ {3, 3, 1, 1}
188 /* change block type depending on current blocktype and whether there's an attack */
193 /*no attack*/ {LONG_WINDOW, STOP_WINDOW, WRONG_WINDOW, LONG_WINDOW, STOP_WINDOW , WRONG_WINDOW },
194 /*attack */ {START_WINDOW, LOWOV_WINDOW, WRONG_WINDOW, START_WINDOW, LOWOV_WINDOW, WRONG_WINDOW }
197 /* change block type depending on current blocktype and whether there's an attack */
201 /*attack LONG WINDOW START_WINDOW SHORT_WINDOW STOP_WINDOW LOWOV_WINDOW, WRONG_WINDOW */ /* last attack */
202 /*no attack*/ { {LONG_WINDOW, SHORT_WINDOW, STOP_WINDOW, LONG_WINDOW, WRONG_WINDOW, WRONG_WINDOW}, /* no attack */
203 /*attack */ {START_WINDOW, SHORT_WINDOW, SHORT_WINDOW, START_WINDOW, WRONG_WINDOW, WRONG_WINDOW} }, /* no attack */
204 /*no attack*/ { {LONG_WINDOW, SHORT_WINDOW, SHORT_WINDOW, LONG_WINDOW, WRONG_WINDOW, WRONG_WINDOW}, /* attack */
205 /*attack */ {START_WINDOW, SHORT_WINDOW, SHORT_WINDOW, START_WINDOW, WRONG_WINDOW, WRONG_WINDOW} } /* attack */
228 /* Save current attack index as last attack index */
229 blockSwitchingControl->lastattack = blockSwitchingControl->attack;
248 if (blockSwitchingControl->attack == TRUE)
259 /* now calculate if there is an attack */
261 /* reset attack */
262 blockSwitchingControl->attack = FALSE;
264 /* look for attack */
273 blockSwitchingControl->attack = TRUE;
281 if (enMax < minAttackNrg) blockSwitchingControl->attack = FALSE;
283 /* Check if attack spreads over frame border */
284 if((blockSwitchingControl->attack == FALSE) && (blockSwitchingControl->lastattack == TRUE)) {
285 /* if attack is in last window repeat SHORT_WINDOW */
290 blockSwitchingControl->attack = TRUE;
301 chgWndSqLkAhd[blockSwitchingControl->lastattack][blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence];
307 chgWndSq[blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence];