Lines Matching refs:nGroups
1492 Int32 nGroups; in BZ2_decompress() local
1546 nGroups = s->save_nGroups; in BZ2_decompress()
1661 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress()
1662 if (nGroups < 2 || nGroups > 6) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
1671 if (j >= nGroups) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
1679 for (v = 0; v < nGroups; v++) pos[v] = v; in BZ2_decompress()
1691 for (t = 0; t < nGroups; t++) { in BZ2_decompress()
1706 for (t = 0; t < nGroups; t++) { in BZ2_decompress()
1973 s->save_nGroups = nGroups; in BZ2_decompress()
3670 Int32 nGroups, nBytes; in sendMTFValues() local
3700 if (s->nMTF < 200) nGroups = 2; else in sendMTFValues()
3701 if (s->nMTF < 600) nGroups = 3; else in sendMTFValues()
3702 if (s->nMTF < 1200) nGroups = 4; else in sendMTFValues()
3703 if (s->nMTF < 2400) nGroups = 5; else in sendMTFValues()
3704 nGroups = 6; in sendMTFValues()
3710 nPart = nGroups; in sendMTFValues()
3723 && nPart != nGroups && nPart != 1 in sendMTFValues()
3724 && ((nGroups-nPart) % 2 == 1)) { in sendMTFValues()
3751 for (t = 0; t < nGroups; t++) fave[t] = 0; in sendMTFValues()
3753 for (t = 0; t < nGroups; t++) in sendMTFValues()
3761 if (nGroups == 6) { in sendMTFValues()
3783 for (t = 0; t < nGroups; t++) cost[t] = 0; in sendMTFValues()
3785 if (nGroups == 6 && 50 == ge-gs+1) { in sendMTFValues()
3818 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv]; in sendMTFValues()
3827 for (t = 0; t < nGroups; t++) in sendMTFValues()
3837 if (nGroups == 6 && 50 == ge-gs+1) { in sendMTFValues()
3866 for (t = 0; t < nGroups; t++) in sendMTFValues()
3876 for (t = 0; t < nGroups; t++) in sendMTFValues()
3882 AssertH( nGroups < 8, 3002 ); in sendMTFValues()
3891 for (i = 0; i < nGroups; i++) pos[i] = i; in sendMTFValues()
3908 for (t = 0; t < nGroups; t++) { in sendMTFValues()
3946 bsW ( s, 3, nGroups ); in sendMTFValues()
3958 for (t = 0; t < nGroups; t++) { in sendMTFValues()
3979 AssertH ( s->selector[selCtr] < nGroups, 3006 ); in sendMTFValues()
3981 if (nGroups == 6 && 50 == ge-gs+1) { in sendMTFValues()