Home
last modified time | relevance | path

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

/aosp_15_r20/external/brotli/csharp/org/brotli/dec/
H A DDecode.cs37 …private static readonly int[] DistanceShortCodeValueOffset = new int[] { 0, 0, 0, 0, -1, 1, -2, 2,… field in Org.Brotli.Dec.Decode
147 return ringBuffer[index] + DistanceShortCodeValueOffset[code]; in TranslateShortCodes()