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

  /external/chromium_org/third_party/brotli/src/brotli/dec/
decode.c 672 int window_bits = 0; local
702 window_bits = DecodeWindowBits(&br);
703 max_backward_distance = (1 << window_bits) - 16;
705 ringbuffer_size = 1 << window_bits;
    [all...]
  /external/libpng/
pngrutil.c 398 int window_bits; local
402 window_bits = 15;
405 window_bits = 0;
407 # define window_bits 0 macro
424 ret = inflateReset2(&png_ptr->zstream, window_bits);
433 ret = inflateInit2(&png_ptr->zstream, window_bits);
449 # ifdef window_bits
450 # undef window_bits macro
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 2030 int window_bits; \/* 0 if no change *\/ member in struct:zlib
    [all...]

Completed in 119 milliseconds