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

  /external/opencv3/3rdparty/zlib/
trees.c 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
144 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
145 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
493 int max_code = desc->max_code; local
519 if (n > max_code) continue; /* not a leaf node */
555 if (m > max_code) continue;
575 local void gen_codes (tree, max_code, bl_count)
577 int max_code; /* largest code with non zero frequency */
596 Tracev((stderr,"\ngen_codes: max_code %d ", max_code))
625 int max_code = -1; \/* largest code with non zero frequency *\/ local
    [all...]
deflate.h 85 int max_code; /* largest code with non zero frequency */ member in struct:tree_desc_s
  /external/zlib/src/
trees.c 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
144 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
145 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
493 int max_code = desc->max_code; local
519 if (n > max_code) continue; /* not a leaf node */
555 if (m > max_code) continue;
575 local void gen_codes (tree, max_code, bl_count)
577 int max_code; /* largest code with non zero frequency */
596 Tracev((stderr,"\ngen_codes: max_code %d ", max_code))
625 int max_code = -1; \/* largest code with non zero frequency *\/ local
    [all...]
deflate.h 85 int max_code; /* largest code with non zero frequency */ member in struct:tree_desc_s
  /external/pdfium/third_party/zlib_v128/
trees.c 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
144 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
145 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
493 int max_code = desc->max_code; local
519 if (n > max_code) continue; /* not a leaf node */
555 if (m > max_code) continue;
577 int max_code, /* largest code with non zero frequency */
596 Tracev((stderr,"\ngen_codes: max_code %d ", max_code));
625 int max_code = -1; \/* largest code with non zero frequency *\/ local
    [all...]
deflate.h 85 int max_code; /* largest code with non zero frequency */ member in struct:tree_desc_s
  /external/ImageMagick/coders/
gif.c 569 if (free_code > max_code) \
573 max_code=MaxGIFTable; \
575 max_code=MaxCode(number_bits); \
594 max_code,
641 max_code=MaxCode(number_bits);
731 max_code=MaxCode(number_bits);
588 max_code, local
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/jszip/
jszip.min.js     [all...]

Completed in 349 milliseconds