Home | History | Annotate | Download | only in src

Lines Matching refs:black_mask

1123     /* black_mask is the bit mask of black-listed bytes
1127 unsigned long black_mask = 0xf3ffc07fUL;
1131 for (n = 0; n <= 31; n++, black_mask >>= 1)
1132 if ((black_mask & 1) && (s->dyn_ltree[n].Freq != 0))