Searched refs:new_cnt (Results 1 – 1 of 1) sorted by relevance
415 int new_cnt; in get_next_block() local416 while ((new_cnt = bd->inbufBitCount - hufGroup->maxLen) < 0) { in get_next_block()425 bd->inbufBitCount = new_cnt; /* "bd->inbufBitCount -= hufGroup->maxLen;" */ in get_next_block()426 nextSym = (bd->inbufBits >> new_cnt) & ((1 << hufGroup->maxLen) - 1); in get_next_block()