webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Macros | Typedefs | Functions
bit_reader.h File Reference
#include <string.h>
#include "./port.h"
#include "./types.h"

Go to the source code of this file.

Classes

struct  BrotliBitReader
 
struct  BrotliBitReaderState
 

Macros

#define BROTLI_SHORT_FILL_BIT_WINDOW_READ   2
 

Typedefs

typedef uint32_t reg_t
 

Functions

BROTLI_INTERNAL void BrotliInitBitReader (BrotliBitReader *const br)
 
BROTLI_INTERNAL int BrotliWarmupBitReader (BrotliBitReader *const br)
 

Macro Definition Documentation

◆ BROTLI_SHORT_FILL_BIT_WINDOW_READ

#define BROTLI_SHORT_FILL_BIT_WINDOW_READ   2

Typedef Documentation

◆ reg_t

Function Documentation

◆ BrotliInitBitReader()

BROTLI_INTERNAL void BrotliInitBitReader ( BrotliBitReader *const  br)

◆ BrotliWarmupBitReader()

BROTLI_INTERNAL int BrotliWarmupBitReader ( BrotliBitReader *const  br)