isa-l/igzip
Roy Oursler 6317ce2b78 igzip: Setup for variable lookback distance
Change-Id: Idd52c9392113dfc54feea3c66916a7f5aa128bef
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
2018-09-18 14:27:25 -07:00
..
adler32_avx2_4.asm igzip: Add avx2 optimized adler32 checksum 2017-06-26 03:56:49 -04:00
adler32_sse.asm igzip: Add sse optimized adler32 checksum 2017-06-26 04:01:29 -04:00
bitbuf2.asm igzip: Remove BITBUF8 and BITBUF_ELSE compile options 2017-06-21 06:03:51 -04:00
bitbuf2.h igzip: Fix out buffer overflow in write_type0_header 2017-12-15 14:27:14 -07:00
checksum32_funcs_test.c igzip: Remove references to types.h 2018-06-21 14:39:08 -07:00
checksum_test_ref.h igzip: Add unit tests for adler and crc32_gzip 2017-06-26 04:03:35 -04:00
crc32_gzip_base.c igzip: Add avx2 optimized adler32 checksum 2017-06-26 03:56:49 -04:00
crc32_gzip.asm igzip: Improve igzip stateful on large buffers 2016-12-06 10:59:52 -07:00
data_struct2.asm igzip: Setup for variable lookback distance 2018-09-18 14:27:25 -07:00
encode_df_04.asm igzip: Add a few missing asm copyright headers 2018-06-21 14:50:40 -07:00
encode_df_06.asm igzip: Add a few missing asm copyright headers 2018-06-21 14:50:40 -07:00
encode_df.c build: fix compilation with CPU not supporting SSE 2018-02-23 06:13:10 -05:00
encode_df.h igzip: Implement optimized level 2 compression 2017-12-15 14:27:14 -07:00
flatten_ll.c igzip: Increase isal_mod_hist size to stop histogram overflow 2017-03-30 17:11:51 -07:00
flatten_ll.h igzip: Increase isal_mod_hist size to stop histogram overflow 2017-03-30 17:11:51 -07:00
generate_custom_hufftables.c igzip: Implement zlib compression format 2017-06-21 05:41:05 -04:00
heap_macros.asm igzip: Add a few missing asm copyright headers 2018-06-21 14:50:40 -07:00
huff_codes.c igzip: Fix update_histogram_base buffer finish 2018-06-14 15:35:14 -07:00
huff_codes.h igzip: Optimize multibyte for small files 2018-06-14 15:30:14 -07:00
huffman.asm igzip: Fixup level 3 first byte handling 2018-08-21 16:35:30 -07:00
huffman.h igzip: Rename tzcnt to more accurate tzbytecnt 2018-06-14 15:30:14 -07:00
hufftables_c.c igzip: Implement zlib compression format 2017-06-21 05:41:05 -04:00
igzip_base_aliases.c igzip: Avoid some nested multibinary calls in deflate_body 2018-03-01 13:27:48 -07:00
igzip_base.c igzip: Setup for variable lookback distance 2018-09-18 14:27:25 -07:00
igzip_body.asm igzip: Setup for variable lookback distance 2018-09-18 14:27:25 -07:00
igzip_build_hash_table_perf.c igzip: Optimized deflate_hash 2017-08-18 14:42:37 -07:00
igzip_checksums.h igzip: Add avx2 optimized adler32 checksum 2017-06-26 03:56:49 -04:00
igzip_compare_types.asm igzip: Move COMPARE_TYPES usage 2018-06-14 15:30:14 -07:00
igzip_decode_block_stateless_01.asm igzip: Rename inflate.asm and fix Makefile.am so that Makefile.unx works 2016-12-05 16:12:53 -07:00
igzip_decode_block_stateless_04.asm igzip: Rename inflate.asm and fix Makefile.am so that Makefile.unx works 2016-12-05 16:12:53 -07:00
igzip_decode_block_stateless.asm igzip: Fix inflate for large output files 2018-08-03 12:54:05 -07:00
igzip_deflate_hash.asm igzip: Add a few missing asm copyright headers 2018-06-21 14:50:40 -07:00
igzip_example.c igzip: Modify igzip_example to provide example of higher compression levels 2017-03-30 17:19:54 -07:00
igzip_file_perf.c igzip: Implement optimized level 2 compression 2017-12-15 14:27:14 -07:00
igzip_finish.asm igzip: Setup for variable lookback distance 2018-09-18 14:27:25 -07:00
igzip_gen_icf_map_lh1_04.asm igzip: Setup for variable lookback distance 2018-09-18 14:27:25 -07:00
igzip_gen_icf_map_lh1_06.asm igzip: Setup for variable lookback distance 2018-09-18 14:27:25 -07:00
igzip_hist_perf.c igzip:use fgetpos() to replace ftell() to get file's length. 2017-06-21 05:22:07 -04:00
igzip_icf_base.c igzip: Setup for variable lookback distance 2018-09-18 14:27:25 -07:00
igzip_icf_body_h1_gr_bt.asm igzip: Setup for variable lookback distance 2018-09-18 14:27:25 -07:00
igzip_icf_body.c igzip: Setup for variable lookback distance 2018-09-18 14:27:25 -07:00
igzip_icf_finish.asm igzip: Setup for variable lookback distance 2018-09-18 14:27:25 -07:00
igzip_inflate_multibinary.asm multibinary: move WRT_OPT macro to common header 2017-08-18 14:24:57 -07:00
igzip_inflate_perf.c igzip: Add zlib inflate perf testing 2018-07-12 13:42:39 -07:00
igzip_inflate_test.c igzip: Fix 0 length file and looping errors in igzip_inflate_test 2017-06-26 04:11:03 -04:00
igzip_inflate.c igzip: Fix inflate for large output files 2018-08-03 12:54:05 -07:00
igzip_level_buf_structs.h igzip: Implement large hash table method as level 2 2017-12-15 14:27:14 -07:00
igzip_multibinary.asm igzip: Avoid some nested multibinary calls in deflate_body 2018-03-01 13:27:48 -07:00
igzip_perf.c igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
igzip_rand_test.c igzip: Move stream off the stack in test_compres_multi_pass 2018-08-21 16:35:30 -07:00
igzip_semi_dyn_file_perf.c igzip:use fgetpos() to replace ftell() to get file's length. 2017-06-21 05:22:07 -04:00
igzip_set_long_icf_fg_04.asm igzip: Fix level 3 gen_map end of buffer handling 2018-08-21 16:35:30 -07:00
igzip_set_long_icf_fg_06.asm igzip: Fix level 3 gen_map end of buffer handling 2018-08-21 16:35:30 -07:00
igzip_stateless_file_perf.c igzip: Implement optimized level 2 compression 2017-12-15 14:27:14 -07:00
igzip_sync_flush_example.c igzip: Fix feof usage in examples 2016-12-06 16:18:54 -07:00
igzip_update_histogram_01.asm igzip: Create assembly version of isal_update_histogram 2016-12-02 17:16:55 -07:00
igzip_update_histogram_04.asm igzip: Create assembly version of isal_update_histogram 2016-12-02 17:16:55 -07:00
igzip_update_histogram.asm igzip: Add a few missing asm copyright headers 2018-06-21 14:50:40 -07:00
igzip.c igzip: Setup for variable lookback distance 2018-09-18 14:27:25 -07:00
inflate_data_structs.asm igzip: Swap length code lookup with length lookup 2018-06-14 15:30:14 -07:00
inflate_std_vects.h igzip: Add back inflate std vectors test with updated errors 2018-06-14 15:30:14 -07:00
lz0a_const.asm igzip: Implement large hash table method as level 2 2017-12-15 14:27:14 -07:00
Makefile.am igzip: Remove igzip_sync_flush_file_perf 2018-06-21 14:39:08 -07:00
options.asm igzip: Remove BITBUF8 and BITBUF_ELSE compile options 2017-06-21 06:03:51 -04:00
proc_heap_base.c igzip: mark proc_heap_base.c internal function static 2018-03-15 12:34:33 -07:00
proc_heap.asm igzip: Add a few missing asm copyright headers 2018-06-21 14:50:40 -07:00
repeated_char_result.h Add data compression unit 2016-06-10 17:03:38 -07:00
rfc1951_lookup.asm igzip: Add a few missing asm copyright headers 2018-06-21 14:50:40 -07:00
stdmac.asm igzip: Reoptimize decode_stateless due to multibyte decode 2018-06-14 15:30:14 -07:00