Home
last modified time | relevance | path

Searched refs:symbol_lists (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/brotli/c/dec/
H A Dhuffman.c171 const uint16_t* const symbol_lists, in BrotliBuildHuffmanTable()
193 while (symbol_lists[max_length] == 0xFFFF) max_length--; in BrotliBuildHuffmanTable()
214 symbol = symbol_lists[symbol]; in BrotliBuildHuffmanTable()
249 symbol = symbol_lists[symbol]; in BrotliBuildHuffmanTable()
169 BrotliBuildHuffmanTable(HuffmanCode* root_table, int root_bits, const uint16_t* const symbol_lists, uint16_t* count) BrotliBuildHuffmanTable() argument
H A Ddecode.c520 uint32_t* prev_code_len, uint16_t* symbol_lists, in ProcessSingleCodeLength()
524 symbol_lists[next_symbol[code_len]] = (uint16_t)(*symbol); in ProcessSingleCodeLength()
548 uint32_t* repeat_code_len, uint16_t* symbol_lists, in ProcessRepeatedCodeLength()
580 symbol_lists[next] = (uint16_t)*symbol; in ProcessRepeatedCodeLength()
602 uint16_t* symbol_lists = h->symbol_lists; 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()
670 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
683 &h->repeat_code_len, h->symbol_lists, in SafeReadSymbolCodeLengths()
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 Dhuffman.h97 int root_bits, const uint16_t* const symbol_lists, uint16_t* count);
H A Dstate.h210 uint16_t* symbol_lists; member
211 /* Storage from symbol_lists. */
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dhuffman.c171 const uint16_t* const symbol_lists, in BrotliBuildHuffmanTable()
193 while (symbol_lists[max_length] == 0xFFFF) max_length--; in BrotliBuildHuffmanTable()
214 symbol = symbol_lists[symbol]; in BrotliBuildHuffmanTable()
249 symbol = symbol_lists[symbol]; in BrotliBuildHuffmanTable()
169 BrotliBuildHuffmanTable(HuffmanCode* root_table, int root_bits, const uint16_t* const symbol_lists, uint16_t* count) BrotliBuildHuffmanTable() argument
H A Ddecode.c520 uint32_t* prev_code_len, uint16_t* symbol_lists, in ProcessSingleCodeLength()
524 symbol_lists[next_symbol[code_len]] = (uint16_t)(*symbol); in ProcessSingleCodeLength()
548 uint32_t* repeat_code_len, uint16_t* symbol_lists, in ProcessRepeatedCodeLength()
580 symbol_lists[next] = (uint16_t)*symbol; in ProcessRepeatedCodeLength()
602 uint16_t* symbol_lists = h->symbol_lists; 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()
670 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
683 &h->repeat_code_len, h->symbol_lists, in SafeReadSymbolCodeLengths()
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 Dhuffman.h97 int root_bits, const uint16_t* const symbol_lists, uint16_t* count);
H A Dstate.h210 uint16_t* symbol_lists; member
211 /* Storage from symbol_lists. */

Completed in 8 milliseconds