Home
last modified time | relevance | path

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

/external/brotli/csharp/org/brotli/dec/
DDecode.cs349 …private static int DecodeContextMap(int contextMapSize, byte[] contextMap, Org.Brotli.Dec.BitReade… in DecodeContextMap() method in Org.Brotli.Dec.Decode
579 …int numLiteralTrees = DecodeContextMap(state.numBlockTypes[0] << LiteralContextBits, state.context… in ReadMetablockHuffmanCodesAndContextMaps()
591 …int numDistTrees = DecodeContextMap(state.numBlockTypes[2] << DistanceContextBits, state.distConte… in ReadMetablockHuffmanCodesAndContextMaps()
/external/brotli/c/dec/
Ddecode.c991 static BrotliDecoderErrorCode DecodeContextMap(uint32_t context_map_size, in DecodeContextMap() function
2377 result = DecodeContextMap( in BrotliDecoderDecompressStream()
2401 result = DecodeContextMap( in BrotliDecoderDecompressStream()