Searched refs:bl_count (Results 1 – 3 of 3) sorted by relevance
241 ush bl_count[MAX_BITS+1]; in tr_static_init() local291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()299 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()519 s->bl_count[bits]++;534 while (s->bl_count[bits] == 0) bits--;537 s->bl_count[max_length]--;550 n = s->bl_count[bits];572 local void gen_codes (tree, max_code, bl_count) in gen_codes() argument586 code = (code + bl_count[bits-1]) << 1;592 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,[all …]
206 ush bl_count[MAX_BITS+1]; member
423 bl_count[N] be the number of codes of length N, N >= 1.429 bl_count[0] = 0;431 code = (code + bl_count[bits-1]) << 1;462 N bl_count[N]