Go to the source code of this file.
Defines |
| #define | WEIGHTOF(zz0) ((zz0) & 0xffffff00) |
| #define | DEPTHOF(zz1) ((zz1) & 0x000000ff) |
| #define | MYMAX(zz2, zz3) ((zz2) > (zz3) ? (zz2) : (zz3)) |
| #define | ADDWEIGHTS(zw1, zw2) |
| #define | UPHEAP(z) |
| #define | DOWNHEAP(z) |
Functions |
| void | BZ2_hbMakeCodeLengths (UChar *len, Int32 *freq, Int32 alphaSize, Int32 maxLen) |
| void | BZ2_hbAssignCodes (Int32 *code, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize) |
| void | BZ2_hbCreateDecodeTables (Int32 *limit, Int32 *base, Int32 *perm, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize) |