Lines Matching refs:nGroups
1468 Int32 nGroups; in BZ2_decompress() local
1522 nGroups = s->save_nGroups; in BZ2_decompress()
1637 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress()
1638 if (nGroups < 2 || nGroups > 6) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
1647 if (j >= nGroups) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
1655 for (v = 0; v < nGroups; v++) pos[v] = v; in BZ2_decompress()
1667 for (t = 0; t < nGroups; t++) { in BZ2_decompress()
1682 for (t = 0; t < nGroups; t++) { in BZ2_decompress()
1949 s->save_nGroups = nGroups; in BZ2_decompress()
3646 Int32 nGroups, nBytes; in sendMTFValues() local
3676 if (s->nMTF < 200) nGroups = 2; else in sendMTFValues()
3677 if (s->nMTF < 600) nGroups = 3; else in sendMTFValues()
3678 if (s->nMTF < 1200) nGroups = 4; else in sendMTFValues()
3679 if (s->nMTF < 2400) nGroups = 5; else in sendMTFValues()
3680 nGroups = 6; in sendMTFValues()
3686 nPart = nGroups; in sendMTFValues()
3699 && nPart != nGroups && nPart != 1 in sendMTFValues()
3700 && ((nGroups-nPart) % 2 == 1)) { in sendMTFValues()
3727 for (t = 0; t < nGroups; t++) fave[t] = 0; in sendMTFValues()
3729 for (t = 0; t < nGroups; t++) in sendMTFValues()
3737 if (nGroups == 6) { in sendMTFValues()
3759 for (t = 0; t < nGroups; t++) cost[t] = 0; in sendMTFValues()
3761 if (nGroups == 6 && 50 == ge-gs+1) { in sendMTFValues()
3794 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv]; in sendMTFValues()
3803 for (t = 0; t < nGroups; t++) in sendMTFValues()
3813 if (nGroups == 6 && 50 == ge-gs+1) { in sendMTFValues()
3842 for (t = 0; t < nGroups; t++) in sendMTFValues()
3852 for (t = 0; t < nGroups; t++) in sendMTFValues()
3858 AssertH( nGroups < 8, 3002 ); in sendMTFValues()
3867 for (i = 0; i < nGroups; i++) pos[i] = i; in sendMTFValues()
3884 for (t = 0; t < nGroups; t++) { in sendMTFValues()
3922 bsW ( s, 3, nGroups ); in sendMTFValues()
3934 for (t = 0; t < nGroups; t++) { in sendMTFValues()
3955 AssertH ( s->selector[selCtr] < nGroups, 3006 ); in sendMTFValues()
3957 if (nGroups == 6 && 50 == ge-gs+1) { in sendMTFValues()