Home
last modified time | relevance | path

Searched refs:mtfv (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/graph/fgbzip2/
H A Dcompress.cpp176 UInt16* mtfv = s->mtfv; in generateMTFValues() local
206 mtfv[wr] = BZ_RUNB; in generateMTFValues()
238 mtfv[wr] = j + 1; in generateMTFValues()
249 mtfv[wr] = BZ_RUNB; in generateMTFValues()
254 mtfv[wr] = BZ_RUNA; in generateMTFValues()
265 mtfv[wr] = EOB; in generateMTFValues()
294 UInt16* mtfv = s->mtfv; in sendMTFValues() local
411 icv = mtfv[gs + (nn)]; \ in sendMTFValues()
479 UInt16 icv = mtfv[i]; in sendMTFValues()
707 mtfv_i = mtfv[gs + (nn)]; \ in sendMTFValues()
[all …]
H A Dbzlib_private.hpp259 UInt16* mtfv; member
H A Dbzlib.cpp233 s->mtfv = (UInt16*)s->arr1; in BZ_API()