Home
last modified time | relevance | path

Searched refs:nSelectors (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/graph/fgbzip2/
H A Dcompress.cpp278 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
386 nSelectors = 0; in sendMTFValues()
498 s->selector[nSelectors] = bt; in sendMTFValues()
499 nSelectors++; in sendMTFValues()
587 AssertH(nSelectors < 32768 && nSelectors <= (2 + (900000 / BZ_G_SIZE)), 3003); in sendMTFValues()
594 for (i = 0; i < nSelectors; i++) { in sendMTFValues()
657 bsW(s, 15, nSelectors); in sendMTFValues()
658 for (i = 0; i < nSelectors; i++) { in sendMTFValues()
773 AssertH(selCtr == nSelectors, 3007); in sendMTFValues()
H A Ddecompress.cpp120 if (groupNo >= nSelectors) \
159 Int32 nSelectors; in BZ2_decompress() local
213 nSelectors = s->save_nSelectors; in BZ2_decompress()
344 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress()
345 if (nSelectors < 1) in BZ2_decompress()
347 for (i = 0; i < nSelectors; i++) { in BZ2_decompress()
366 for (i = 0; i < nSelectors; i++) { in BZ2_decompress()
707 s->save_nSelectors = nSelectors; in BZ2_decompress()