HomeSort by relevance Sort by last modified time
    Searched refs:L_CODES (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/zlib/
trees.h 3 local const ct_data static_ltree[L_CODES+2] = {
deflate.h 36 #define L_CODES (LITERALS+1+LENGTH_CODES)
45 #define HEAP_SIZE (2*L_CODES+1)
208 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */
215 uch depth[2*L_CODES+1];
trees.c 91 local ct_data static_ltree[L_CODES+2];
93 * need for the L_CODES extra codes used during heap construction. However
131 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
306 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
342 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
343 for (i = 0; i < L_CODES+2; i++) {
345 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
421 for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0;
849 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
    [all...]

Completed in 36 milliseconds