Home
last modified time | relevance | path

Searched refs:w_bits (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavutil/
Dpixelutils.c66 av_pixelutils_sad_fn av_pixelutils_get_sad_fn(int w_bits, int h_bits, int aligned, void *log_ctx) in av_pixelutils_get_sad_fn() argument
77 if (w_bits < 1 || w_bits > FF_ARRAY_ELEMS(sad) || in av_pixelutils_get_sad_fn()
80 if (w_bits != h_bits) // only squared sad for now in av_pixelutils_get_sad_fn()
87 return sad[w_bits - 1]; in av_pixelutils_get_sad_fn()
Dpixelutils.h49 av_pixelutils_sad_fn av_pixelutils_get_sad_fn(int w_bits, int h_bits,
/third_party/libwebsockets/win32port/zlib/
Ddeflate.h110 uInt w_bits; /* log2(w_size) (8..16) */ member
Ddeflate.c272 s->w_bits = windowBits;
273 s->w_size = 1 << s->w_bits;
547 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
667 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Ddeflate.h116 uInt w_bits; /* log2(w_size) (8..16) */ member
Ddeflate.c312 s->w_bits = (uInt)windowBits;
313 s->w_size = 1 << s->w_bits;
703 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
816 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Ddeflate.h116 uInt w_bits; /* log2(w_size) (8..16) */ member
Ddeflate.c312 s->w_bits = (uInt)windowBits;
313 s->w_size = 1 << s->w_bits;
703 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
816 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
/third_party/zlib/
Ddeflate.h116 uInt w_bits; /* log2(w_size) (8..16) */ member
Ddeflate.c310 s->w_bits = (uInt)windowBits;
311 s->w_size = 1 << s->w_bits;
744 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
859 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
/third_party/flutter/skia/third_party/externals/zlib/
Ddeflate.h116 uInt w_bits; /* log2(w_size) (8..16) */ member
Ddeflate.c354 s->w_bits = (uInt)windowBits;
355 s->w_size = 1 << s->w_bits;
789 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
902 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
/third_party/skia/third_party/externals/zlib/
Ddeflate.h116 uInt w_bits; /* log2(w_size) (8..16) */ member
Ddeflate.c308 s->w_bits = (uInt)windowBits;
309 s->w_size = 1 << s->w_bits;
749 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
862 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
/third_party/node/deps/zlib/
Ddeflate.h116 uInt w_bits; /* log2(w_size) (8..16) */ member
Ddeflate.c305 s->w_bits = (uInt)windowBits;
306 s->w_size = 1 << s->w_bits;
740 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
853 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
/third_party/flutter/skia/third_party/externals/zlib/patches/
D0001-simd.patch650 s->w_size = 1 << s->w_bits;
/third_party/skia/third_party/externals/zlib/patches/
D0001-simd.patch650 s->w_size = 1 << s->w_bits;
/third_party/node/deps/zlib/patches/
D0001-simd.patch650 s->w_size = 1 << s->w_bits;