Lines Matching refs:nGroups
1483 Int32 nGroups; in BZ2_decompress() local
1537 nGroups = s->save_nGroups; in BZ2_decompress()
1652 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress()
1653 if (nGroups < 2 || nGroups > 6) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
1662 if (j >= nGroups) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
1670 for (v = 0; v < nGroups; v++) pos[v] = v; in BZ2_decompress()
1682 for (t = 0; t < nGroups; t++) { in BZ2_decompress()
1697 for (t = 0; t < nGroups; t++) { in BZ2_decompress()
1964 s->save_nGroups = nGroups; in BZ2_decompress()
3661 Int32 nGroups, nBytes; in sendMTFValues() local
3691 if (s->nMTF < 200) nGroups = 2; else in sendMTFValues()
3692 if (s->nMTF < 600) nGroups = 3; else in sendMTFValues()
3693 if (s->nMTF < 1200) nGroups = 4; else in sendMTFValues()
3694 if (s->nMTF < 2400) nGroups = 5; else in sendMTFValues()
3695 nGroups = 6; in sendMTFValues()
3701 nPart = nGroups; in sendMTFValues()
3714 && nPart != nGroups && nPart != 1 in sendMTFValues()
3715 && ((nGroups-nPart) % 2 == 1)) { in sendMTFValues()
3742 for (t = 0; t < nGroups; t++) fave[t] = 0; in sendMTFValues()
3744 for (t = 0; t < nGroups; t++) in sendMTFValues()
3752 if (nGroups == 6) { in sendMTFValues()
3774 for (t = 0; t < nGroups; t++) cost[t] = 0; in sendMTFValues()
3776 if (nGroups == 6 && 50 == ge-gs+1) { in sendMTFValues()
3809 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv]; in sendMTFValues()
3818 for (t = 0; t < nGroups; t++) in sendMTFValues()
3828 if (nGroups == 6 && 50 == ge-gs+1) { in sendMTFValues()
3857 for (t = 0; t < nGroups; t++) in sendMTFValues()
3867 for (t = 0; t < nGroups; t++) in sendMTFValues()
3873 AssertH( nGroups < 8, 3002 ); in sendMTFValues()
3882 for (i = 0; i < nGroups; i++) pos[i] = i; in sendMTFValues()
3899 for (t = 0; t < nGroups; t++) { in sendMTFValues()
3937 bsW ( s, 3, nGroups ); in sendMTFValues()
3949 for (t = 0; t < nGroups; t++) { in sendMTFValues()
3970 AssertH ( s->selector[selCtr] < nGroups, 3006 ); in sendMTFValues()
3972 if (nGroups == 6 && 50 == ge-gs+1) { in sendMTFValues()