API Reference Manual  1.45.0
odp_comp_deflate_param Struct Reference

Compression DEFLATEe algorithm parameters. More...

#include <comp.h>

Data Fields

uint32_t comp_level
 Compression level. More...
 
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.


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