Lines Matching defs:nGroups
25 0.9.0c -- changed setting of nGroups in sendMTFValues()
249 Int32 nGroups;
281 if (s->nMTF < 200) nGroups = 2; else
282 if (s->nMTF < 600) nGroups = 3; else
283 if (s->nMTF < 1200) nGroups = 4; else
284 if (s->nMTF < 2400) nGroups = 5; else
285 nGroups = 6;
291 nPart = nGroups;
304 && nPart != nGroups && nPart != 1
305 && ((nGroups-nPart) % 2 == 1)) {
332 for (t = 0; t < nGroups; t++) fave[t] = 0;
334 for (t = 0; t < nGroups; t++)
340 the common case (nGroups == 6).
342 if (nGroups == 6) {
364 for (t = 0; t < nGroups; t++) cost[t] = 0;
366 if (nGroups == 6 && 50 == ge-gs+1) {
399 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv];
408 for (t = 0; t < nGroups; t++)
418 if (nGroups == 6 && 50 == ge-gs+1) {
447 for (t = 0; t < nGroups; t++)
457 for (t = 0; t < nGroups; t++)
463 AssertH( nGroups < 8, 3002 );
472 for (i = 0; i < nGroups; i++) pos[i] = i;
489 for (t = 0; t < nGroups; t++) {
527 bsW ( s, 3, nGroups );
539 for (t = 0; t < nGroups; t++) {
560 AssertH ( s->selector[selCtr] < nGroups, 3006 );
562 if (nGroups == 6 && 50 == ge-gs+1) {