Lines Matching refs:blcount
589 uivector blcount;
593 uivector_init(&blcount);
599 if(!uivector_resizev(&blcount, tree->maxbitlen + 1, 0)
606 for(bits = 0; bits < tree->numcodes; bits++) blcount.data[tree->lengths[bits]]++;
610 nextcode.data[bits] = (nextcode.data[bits - 1] + blcount.data[bits - 1]) << 1;
619 uivector_cleanup(&blcount);