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

  /external/opencv3/3rdparty/zlib/
deflate.c 120 ush nice_length; /* quit search above this match length */ member in struct:config_s
523 s->nice_match = configuration_table[level].nice_length;
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
535 int nice_length;
544 s->nice_match = nice_length;
    [all...]
  /external/pdfium/third_party/zlib_v128/
deflate.c 120 ush nice_length; /* quit search above this match length */ member in struct:config_s
522 s->nice_match = configuration_table[level].nice_length;
534 int nice_length,
543 s->nice_match = nice_length;
    [all...]
  /external/zlib/src/
deflate.c 120 ush nice_length; /* quit search above this match length */ member in struct:config_s
523 s->nice_match = configuration_table[level].nice_length;
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
535 int nice_length;
544 s->nice_match = nice_length;
    [all...]

Completed in 1445 milliseconds