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

  /external/opencv3/3rdparty/libpng/
pngmem.c 190 int i, mem_level, window_bits; local
192 int window_bits
200 window_bits =
204 if (window_bits > 14)
205 num_blocks = (int)(1 << (window_bits - 14));
  /external/libpng/
pngrutil.c 376 int window_bits; local
381 window_bits = 15;
387 window_bits = 0;
391 # define window_bits 0 macro
408 ret = inflateReset2(&png_ptr->zstream, window_bits);
417 ret = inflateInit2(&png_ptr->zstream, window_bits);
433 #ifdef window_bits
434 # undef window_bits macro
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngrutil.c 373 int window_bits; local
377 window_bits = 15;
380 window_bits = 0;
382 # define window_bits 0 macro
399 ret = inflateReset2(&png_ptr->zstream, window_bits);
408 ret = inflateInit2(&png_ptr->zstream, window_bits);
424 # ifdef window_bits
425 # undef window_bits macro
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 2036 int window_bits; \/* 0 if no change *\/ member in struct:zlib
    [all...]

Completed in 68 milliseconds