Lines Matching refs:code_length_histo
521 uint16_t* code_length_histo, int* next_symbol) {
528 code_length_histo[code_len]++;
549 uint16_t* code_length_histo, int* next_symbol) {
585 code_length_histo[*repeat_code_len] =
586 (uint16_t)(code_length_histo[*repeat_code_len] + repeat_delta);
603 uint16_t* code_length_histo = h->code_length_histo;
627 &prev_code_len, symbol_lists, code_length_histo, next_symbol);
636 symbol_lists, code_length_histo, next_symbol);
670 &h->prev_code_len, h->symbol_lists, h->code_length_histo,
683 &h->repeat_code_len, h->symbol_lists, h->code_length_histo,
724 ++h->code_length_histo[v];
769 memset(&h->code_length_histo[0], 0, sizeof(h->code_length_histo[0]) *
825 h->code_length_histo);
826 memset(&h->code_length_histo[0], 0, sizeof(h->code_length_histo));
857 table, HUFFMAN_TABLE_BITS, h->symbol_lists, h->code_length_histo);