Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
context.h File Reference
#include <brotli/port.h>
#include <brotli/types.h>

Go to the source code of this file.

Macros

#define BROTLI_CONTEXT_LUT(MODE)
 
#define BROTLI_CONTEXT(P1, P2, LUT)
 

Typedefs

typedef enum ContextType ContextType
 
typedef const uint8_t * ContextLut
 

Enumerations

enum  ContextType { CONTEXT_LSB6 = 0 , CONTEXT_MSB6 = 1 , CONTEXT_UTF8 = 2 , CONTEXT_SIGNED = 3 }
 

Variables

BROTLI_COMMON_API const uint8_t _kBrotliContextLookupTable [2048]
 

Macro Definition Documentation

◆ BROTLI_CONTEXT

#define BROTLI_CONTEXT ( P1,
P2,
LUT )
Value:
((LUT)[P1] | ((LUT) + 256)[P2])

◆ BROTLI_CONTEXT_LUT

#define BROTLI_CONTEXT_LUT ( MODE)
Value:
BROTLI_COMMON_API const uint8_t _kBrotliContextLookupTable[2048]
Definition context.c:6

Typedef Documentation

◆ ContextLut

typedef const uint8_t* ContextLut

◆ ContextType

typedef enum ContextType ContextType

Enumeration Type Documentation

◆ ContextType

Enumerator
CONTEXT_LSB6 
CONTEXT_MSB6 
CONTEXT_UTF8 
CONTEXT_SIGNED 

Variable Documentation

◆ _kBrotliContextLookupTable

BROTLI_COMMON_API const uint8_t _kBrotliContextLookupTable[2048]
extern