Searched refs:DecodeContextMap (Results 1 – 2 of 2) sorted by relevance
349 …private static int DecodeContextMap(int contextMapSize, byte[] contextMap, Org.Brotli.Dec.BitReade… in DecodeContextMap() method in Org.Brotli.Dec.Decode579 …int numLiteralTrees = DecodeContextMap(state.numBlockTypes[0] << LiteralContextBits, state.context… in ReadMetablockHuffmanCodesAndContextMaps()591 …int numDistTrees = DecodeContextMap(state.numBlockTypes[2] << DistanceContextBits, state.distConte… in ReadMetablockHuffmanCodesAndContextMaps()
991 static BrotliDecoderErrorCode DecodeContextMap(uint32_t context_map_size, in DecodeContextMap() function2377 result = DecodeContextMap( in BrotliDecoderDecompressStream()2401 result = DecodeContextMap( in BrotliDecoderDecompressStream()