Searched refs:LITERALS (Results 1 – 2 of 2) sorted by relevance
17 #define LITERALS 256 macro20 #define L_CODES (LITERALS+1+LENGTH_CODES)
119 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};934 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;985 send_code(s, code+LITERALS+1, ltree); /* send the length code */1027 while (n < LITERALS) bin_freq += s->dyn_ltree[n++].Freq;
Completed in 6 milliseconds