Lines Matching defs:bd
120 int bd;
253 int bb, bl, bd; /* number of bits decoded by those */
260 bd = state->bd;
306 NEEDBITS(state, (ulg)bd); /* get coded distance high bits */
307 t = td + IGETBITS(state, bd);
394 int bb, bl, bd; /* number of bits decoded by those */
401 bd = state->bd;
446 NEEDBITS(state, (ulg)bd); /* get coded distance high bits */
447 t = td + IGETBITS(state, bd);
534 int bl, bd; /* number of bits decoded by tl[] and td[] */
539 bd = state->bd;
574 NEEDBITS(state, (ulg)bd); /* get coded distance high bits */
575 t = td + IGETBITS(state, bd);
662 int bl, bd; /* number of bits decoded by tl[] and td[] */
667 bd = state->bd;
701 NEEDBITS(state, (ulg)bd); /* get coded distance high bits */
702 t = td + IGETBITS(state, bd);
844 I would have to select different bl, bd, and bb values for different
847 bd = 8 worked marginally better for large compressed sizes. */
849 state->bd = (state->s > 200000L ? 8 : 7);
875 &state->td, &state->bd, state->vm) != 0)
881 &state->td, &state->bd, state->vm) != 0)
900 &state->td, &state->bd, state->vm) != 0)
906 &state->td, &state->bd, state->vm) != 0)