Home
last modified time | relevance | path

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

/aosp_15_r20/external/brotli/csharp/org/brotli/dec/
H A DDecode.cs17 private const int NumInsertAndCopyCodes = 704; field in Org.Brotli.Dec.Decode
593 …Org.Brotli.Dec.HuffmanTreeGroup.Init(state.hGroup1, NumInsertAndCopyCodes, state.numBlockTypes[1]); in ReadMetablockHuffmanCodesAndContextMaps()