API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_comp_deflate_param Struct Reference

Compression DEFLATEe algorithm parameters. More...

#include <comp.h>

Data Fields

uint32_t comp_level
 Compression level.
 
odp_comp_huffman_code_t huffman_code
 huffman code to use
 

Detailed Description

Compression DEFLATEe algorithm parameters.

Also initialized by other deflate based algorithms , ex. ZLIB

Definition at line 243 of file api/spec/comp.h.

Field Documentation

◆ comp_level

uint32_t odp_comp_deflate_param::comp_level

Compression level.

Valid range is integer between (0 ... max_level) level supported by the implementation.

where, 0 - implementation default

1 - fastest compression i.e. output produced at best possible speed at the expense of compression quality

max_level - High quality compression

See also
odp_comp_alg_capability_t::max_level

Definition at line 260 of file api/spec/comp.h.

◆ huffman_code

odp_comp_huffman_code_t odp_comp_deflate_param::huffman_code

huffman code to use

Definition at line 263 of file api/spec/comp.h.


The documentation for this struct was generated from the following file: