Home | History | Annotate | Download | only in dec

Lines Matching refs:code_length_histo

464     uint16_t* code_length_histo, int* next_symbol) {
471 code_length_histo[code_len]++;
492 uint16_t* code_length_histo, int* next_symbol) {
528 code_length_histo[*repeat_code_len] =
529 (uint16_t)(code_length_histo[*repeat_code_len] + repeat_delta);
545 uint16_t* code_length_histo = s->code_length_histo;
568 &prev_code_len, symbol_lists, code_length_histo, next_symbol);
577 symbol_lists, code_length_histo, next_symbol);
608 &s->prev_code_len, s->symbol_lists, s->code_length_histo,
620 &s->repeat_code_len, s->symbol_lists, s->code_length_histo,
660 ++s->code_length_histo[v];
706 memset(&s->code_length_histo[0], 0, sizeof(s->code_length_histo[0]) *
760 s->code_length_histo);
761 memset(&s->code_length_histo[0], 0, sizeof(s->code_length_histo));
790 table, HUFFMAN_TABLE_BITS, s->symbol_lists, s->code_length_histo);