Searched refs:symbol_lists (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/brotli/c/dec/ |
D | huffman.c | 171 const uint16_t* const symbol_lists, in BrotliBuildHuffmanTable() argument 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()
|
D | decode.c | 520 uint32_t* prev_code_len, uint16_t* symbol_lists, in ProcessSingleCodeLength() argument 524 symbol_lists[next_symbol[code_len]] = (uint16_t)(*symbol); in ProcessSingleCodeLength() 548 uint32_t* repeat_code_len, uint16_t* symbol_lists, in ProcessRepeatedCodeLength() argument 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, h->code_length_histo, in SafeReadSymbolCodeLengths() 829 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode() [all …]
|
D | huffman.h | 97 int root_bits, const uint16_t* const symbol_lists, uint16_t* count);
|
D | state.h | 210 uint16_t* symbol_lists; member
|
/third_party/node/deps/brotli/c/dec/ |
D | huffman.c | 171 const uint16_t* const symbol_lists, in BrotliBuildHuffmanTable() argument 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()
|
D | decode.c | 520 uint32_t* prev_code_len, uint16_t* symbol_lists, in ProcessSingleCodeLength() argument 524 symbol_lists[next_symbol[code_len]] = (uint16_t)(*symbol); in ProcessSingleCodeLength() 548 uint32_t* repeat_code_len, uint16_t* symbol_lists, in ProcessRepeatedCodeLength() argument 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, h->code_length_histo, in SafeReadSymbolCodeLengths() 829 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode() [all …]
|
D | huffman.h | 97 int root_bits, const uint16_t* const symbol_lists, uint16_t* count);
|
D | state.h | 210 uint16_t* symbol_lists; member
|