Searched refs:NextBits (Results 1 – 1 of 1) sorted by relevance
2614 uint64_t NextBits; in GetVBR() local2616 NextBits = MatcherTable[Idx++]; in GetVBR()2617 Val |= (NextBits&127) << Shift; in GetVBR()2619 } while (NextBits & 128); in GetVBR()