Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Dcompress.cpp150 Int32 EOB; in generateMTFValues() local
179 EOB = s->nInUse + 1; in generateMTFValues()
181 for (i = 0; i <= EOB; i++) in generateMTFValues()
265 mtfv[wr] = EOB; in generateMTFValues()
267 s->mtfFreq[EOB]++; in generateMTFValues()
H A Ddecompress.cpp160 Int32 EOB; in BZ2_decompress() local
214 EOB = s->save_EOB; in BZ2_decompress()
420 EOB = s->nInUse + 1; in BZ2_decompress()
446 if (nextSym == EOB) in BZ2_decompress()
708 s->save_EOB = EOB; in BZ2_decompress()