mirror of
https://github.com/opencv/opencv.git
synced 2024-12-26 18:58:16 +08:00
0de26fd78e
Zlib-ng is zlib replacement with optimizations for "next generation" systems. Its optimization may benifits image library decode and encode speed such as libpng. In our tests, if using zlib-ng and libpng combination on a x86_64 machine with AVX2, the time of `imdecode` amd `imencode` will drop 20% approximately. This patch enables zlib-ng's optimization if `CV_DISABLE_OPTIMIZATION` is OFF. Since Zlib-ng can dispatch intrinsics on the fly, port work is much easier. Related discussion: https://github.com/opencv/opencv/issues/22573 |
||
---|---|---|
.. | ||
adler32_avx2_p.h | ||
adler32_avx2.c | ||
adler32_avx512_p.h | ||
adler32_avx512_vnni.c | ||
adler32_avx512.c | ||
adler32_sse42.c | ||
adler32_ssse3_p.h | ||
adler32_ssse3.c | ||
chunkset_avx2.c | ||
chunkset_sse2.c | ||
chunkset_ssse3.c | ||
compare256_avx2.c | ||
compare256_sse2.c | ||
crc32_fold_pclmulqdq_tpl.h | ||
crc32_fold_vpclmulqdq_tpl.h | ||
crc32_pclmulqdq_tpl.h | ||
crc32_pclmulqdq.c | ||
crc32_vpclmulqdq.c | ||
insert_string_sse42.c | ||
Makefile.in | ||
slide_hash_avx2.c | ||
slide_hash_sse2.c | ||
x86_features.c | ||
x86_features.h | ||
x86_intrins.h |