Home
last modified time | relevance | path

Searched refs:huffman_enc (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_options.h62 enum rte_comp_huffman huffman_enc; member
H A Dmain.c71 if (test_data->huffman_enc == RTE_COMP_HUFFMAN_FIXED && in comp_perf_check_capabilities()
78 if (test_data->huffman_enc == RTE_COMP_HUFFMAN_DYNAMIC && in comp_perf_check_capabilities()
H A Dcomp_perf_options_parse.c498 test_data->huffman_enc = (enum rte_comp_huffman)id; in parse_huffman_enc()
650 test_data->huffman_enc = RTE_COMP_HUFFMAN_DYNAMIC; in comp_perf_options_default()
H A Dcomp_perf_test_throughput.c86 .deflate.huffman = test_data->huffman_enc, in main_loop()
H A Dcomp_perf_test_verify.c89 .deflate.huffman = test_data->huffman_enc, in main_loop()
H A Dcomp_perf_test_cyclecount.c196 .deflate.huffman = test_data->huffman_enc, in main_loop()