Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/dec/
H A Ddecode.c521 uint16_t* code_length_histo, int* next_symbol) { in ProcessSingleCodeLength()
524 symbol_lists[next_symbol[code_len]] = (uint16_t)(*symbol); in ProcessSingleCodeLength()
525 next_symbol[code_len] = (int)(*symbol); in ProcessSingleCodeLength()
549 uint16_t* code_length_histo, int* next_symbol) { in ProcessRepeatedCodeLength()
578 int next = next_symbol[*repeat_code_len]; in ProcessRepeatedCodeLength()
583 next_symbol[*repeat_code_len] = next; in ProcessRepeatedCodeLength()
604 int* next_symbol = h->next_symbol; in ReadSymbolCodeLengths() local
627 &prev_code_len, symbol_lists, code_length_histo, next_symbol); in ReadSymbolCodeLengths()
636 symbol_lists, code_length_histo, next_symbol); in ReadSymbolCodeLengths()
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.c521 uint16_t* code_length_histo, int* next_symbol) { in ProcessSingleCodeLength()
524 symbol_lists[next_symbol[code_len]] = (uint16_t)(*symbol); in ProcessSingleCodeLength()
525 next_symbol[code_len] = (int)(*symbol); in ProcessSingleCodeLength()
549 uint16_t* code_length_histo, int* next_symbol) { in ProcessRepeatedCodeLength()
578 int next = next_symbol[*repeat_code_len]; in ProcessRepeatedCodeLength()
583 next_symbol[*repeat_code_len] = next; in ProcessRepeatedCodeLength()
604 int* next_symbol = h->next_symbol; in ReadSymbolCodeLengths() local
627 &prev_code_len, symbol_lists, code_length_histo, next_symbol); in ReadSymbolCodeLengths()
636 symbol_lists, code_length_histo, next_symbol); in ReadSymbolCodeLengths()
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 7 milliseconds