Searched refs:section_end_code (Results 1 – 1 of 1) sorted by relevance
112 int section_end_code; /* When to increase bits. */ member259 state->section_end_code = (1<<state->bits) - 1; in compress_bidder_init()361 state->section_end_code = (1 << state->bits) - 1; in next_code()395 if (state->free_ent > state->section_end_code) { in next_code()399 state->section_end_code = state->maxcode; in next_code()401 state->section_end_code = (1 << state->bits) - 1; in next_code()