Home
last modified time | relevance | path

Searched refs:DecodeMetaBlockLength (Results 1 – 2 of 2) sorted by relevance

/external/brotli/csharp/org/brotli/dec/
DDecode.cs62 private static void DecodeMetaBlockLength(Org.Brotli.Dec.BitReader br, Org.Brotli.Dec.State state) in DecodeMetaBlockLength() method in Org.Brotli.Dec.Decode
521 DecodeMetaBlockLength(br, state); in ReadMetablockInfo()
/external/brotli/c/dec/
Ddecode.c224 static BrotliDecoderErrorCode BROTLI_NOINLINE DecodeMetaBlockLength( in DecodeMetaBlockLength() function
2143 result = DecodeMetaBlockLength(s, br); /* Reads 2 - 31 bits. */ in BrotliDecoderDecompressStream()