3 references to Encode
Microsoft.AspNetCore.Shared.Tests (3)
runtime\Http2\HuffmanDecodingTests.cs (3)
19
(uint code, int bitLength) = Huffman.
Encode
(b);
122
int encodedBits = currentPrefix.Select(b => Huffman.
Encode
(b).bitLength).Sum();
354
(uint encoded, int bitLength) = Huffman.
Encode
(code);