from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209580

userrating:


May 25th. 2007:
Words

486

Views

258587

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149876

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





constants.h

Section: C Library Functions (3)
Updated: August 2021
Index Return to Main Contents
 

NAME

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

 

SYNOPSIS


 

Macros


#define BROTLI_LARGE_MAX_DISTANCE_BITS 62U
The theoretical maximum number of distance bits specified for large window brotli, for 6-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.  

Detailed Description

Common constants used in decoder and encoder API.

 

Macro Definition Documentation

 

#define BROTLI_LARGE_MAX_DISTANCE_BITS 62U

The theoretical maximum number of distance bits specified for large window brotli, for 6-bit encoders and decoders. Even when in practice 3-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.  

#define BROTLI_LARGE_MAX_WBITS 30

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 3-bit integers, only support up to 30 bits maximum.  

#define BROTLI_MAX_NPOSTFIX 3

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

Author

Generated automatically by Doxygen for Brotli from the source code.


 

Index

NAME
SYNOPSIS
Macros
Detailed Description
Macro Definition Documentation
#define BROTLI_LARGE_MAX_DISTANCE_BITS 62U
#define BROTLI_LARGE_MAX_WBITS 30
#define BROTLI_MAX_NPOSTFIX 3
Author





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 9.1 ms