GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
constants.h(3) FreeBSD Library Functions Manual constants.h(3)

constants.h - Common constants used in decoder and encoder API.


#define BROTLI_LARGE_MAX_DISTANCE_BITS 62U
The theoretical maximum number of distance bits specified for large window brotli, for 64-bit encoders and decoders. #define BROTLI_LARGE_MAX_WBITS 30
The maximum supported large brotli window bits by the encoder and decoder. #define BROTLI_MAX_NPOSTFIX 3
Maximal number of 'postfix' bits.

Common constants used in decoder and encoder API.

The theoretical maximum number of distance bits specified for large window brotli, for 64-bit encoders and decoders. Even when in practice 32-bit encoders and decoders only support up to 30 max distance bits, the value is set to 62 because it affects the large window brotli file format. Specifically, it affects the encoding of simple huffman tree for distances, see Specification RFC 7932 chapter 3.4.

The maximum supported large brotli window bits by the encoder and decoder. Large window brotli allows up to 62 bits, however the current encoder and decoder, designed for 32-bit integers, only support up to 30 bits maximum.

Maximal number of 'postfix' bits. Number of 'postfix' bits is stored as 2 bits in meta-block header.

Generated automatically by Doxygen for Brotli from the source code.

August 2021 Brotli

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.