Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Dhuffman.cpp111 void BZ2_hbMakeCodeLengths(UChar *len, Int32 *freq, Int32 alphaSize, Int32 maxLen) { in BZ2_hbMakeCodeLengths() function
H A Dbzlib_private.hpp318 extern void BZ2_hbMakeCodeLengths(UChar*, Int32*, Int32, Int32);
H A Dcompress.cpp583 BZ2_hbMakeCodeLengths(&(s->len[i][0]), &(s->rfreq[i][0]), alphaSize, 17 /*20*/); in sendMTFValues()