Searched refs:bitStream (Results 1 – 1 of 1) sorted by relevance
65 U32 bitStream; in FSE_readNCount_body() local85 bitStream = MEM_readLE32(ip); in FSE_readNCount_body()88 bitStream >>= 4; in FSE_readNCount_body()112 bitStream = MEM_readLE32(ip) >> bitCount; in FSE_readNCount_body()116 bitStream >>= 2 * repeats; in FSE_readNCount_body()120 assert((bitStream & 3) < 3); in FSE_readNCount_body()121 charnum += bitStream & 3; in FSE_readNCount_body()143 bitStream = MEM_readLE32(ip) >> bitCount; in FSE_readNCount_body()150 count = bitStream & (threshold-1); in FSE_readNCount_body()153 count = bitStream & (2*threshold-1); in FSE_readNCount_body()[all …]
Completed in 7 milliseconds