Home
last modified time | relevance | path

Searched defs:next_symbol (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/brotli/c/dec/
H A Ddecode.c604 int* next_symbol = h->next_symbol; in ReadSymbolCodeLengths() local
518 ProcessSingleCodeLength(uint32_t code_len, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessSingleCodeLength() argument
545 ProcessRepeatedCodeLength(uint32_t code_len, uint32_t repeat_delta, uint32_t alphabet_size, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint32_t* repeat_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessRepeatedCodeLength() argument
[all...]
H A Dstate.h215 int next_symbol[32]; member
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c604 int* next_symbol = h->next_symbol; in ReadSymbolCodeLengths() local
518 ProcessSingleCodeLength(uint32_t code_len, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessSingleCodeLength() argument
545 ProcessRepeatedCodeLength(uint32_t code_len, uint32_t repeat_delta, uint32_t alphabet_size, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint32_t* repeat_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessRepeatedCodeLength() argument
[all...]
H A Dstate.h215 int next_symbol[32]; member

Completed in 6 milliseconds