Home | History | Annotate | Download | only in bzip2

Lines Matching refs:nGroups

25     0.9.0c   -- changed setting of nGroups in sendMTFValues() 
243 Int32 nGroups, nBytes;
273 if (s->nMTF < 200) nGroups = 2; else
274 if (s->nMTF < 600) nGroups = 3; else
275 if (s->nMTF < 1200) nGroups = 4; else
276 if (s->nMTF < 2400) nGroups = 5; else
277 nGroups = 6;
283 nPart = nGroups;
296 && nPart != nGroups && nPart != 1
297 && ((nGroups-nPart) % 2 == 1)) {
324 for (t = 0; t < nGroups; t++) fave[t] = 0;
326 for (t = 0; t < nGroups; t++)
332 the common case (nGroups == 6).
334 if (nGroups == 6) {
356 for (t = 0; t < nGroups; t++) cost[t] = 0;
358 if (nGroups == 6 && 50 == ge-gs+1) {
391 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv];
400 for (t = 0; t < nGroups; t++)
410 if (nGroups == 6 && 50 == ge-gs+1) {
439 for (t = 0; t < nGroups; t++)
449 for (t = 0; t < nGroups; t++)
455 AssertH( nGroups < 8, 3002 );
464 for (i = 0; i < nGroups; i++) pos[i] = i;
481 for (t = 0; t < nGroups; t++) {
519 bsW ( s, 3, nGroups );
531 for (t = 0; t < nGroups; t++) {
552 AssertH ( s->selector[selCtr] < nGroups, 3006 );
554 nGroups == 6 && 50 == ge-gs+1) {