Lines Matching refs:code_length_histo
516 uint16_t* code_length_histo, int* next_symbol) { in ProcessSingleCodeLength() argument
523 code_length_histo[code_len]++; in ProcessSingleCodeLength()
544 uint16_t* code_length_histo, int* next_symbol) { in ProcessRepeatedCodeLength() argument
580 code_length_histo[*repeat_code_len] = in ProcessRepeatedCodeLength()
581 (uint16_t)(code_length_histo[*repeat_code_len] + repeat_delta); in ProcessRepeatedCodeLength()
597 uint16_t* code_length_histo = s->code_length_histo; in ReadSymbolCodeLengths() local
621 &prev_code_len, symbol_lists, code_length_histo, next_symbol); in ReadSymbolCodeLengths()
630 symbol_lists, code_length_histo, next_symbol); in ReadSymbolCodeLengths()
663 &s->prev_code_len, s->symbol_lists, s->code_length_histo, in SafeReadSymbolCodeLengths()
676 &s->repeat_code_len, s->symbol_lists, s->code_length_histo, in SafeReadSymbolCodeLengths()
716 ++s->code_length_histo[v]; in ReadCodeLengthCodeLengths()
762 memset(&s->code_length_histo[0], 0, sizeof(s->code_length_histo[0]) * in ReadHuffmanCode()
818 s->code_length_histo); in ReadHuffmanCode()
819 memset(&s->code_length_histo[0], 0, sizeof(s->code_length_histo)); in ReadHuffmanCode()
849 table, HUFFMAN_TABLE_BITS, s->symbol_lists, s->code_length_histo); in ReadHuffmanCode()