Home
last modified time | relevance | path

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

/external/brotli/csharp/org/brotli/dec/
DDecode.cs404 private static void DecodeBlockTypeAndLength(Org.Brotli.Dec.State state, int treeType) in DecodeBlockTypeAndLength() method in Org.Brotli.Dec.Decode
434 DecodeBlockTypeAndLength(state, 0); in DecodeLiteralBlockSwitch()
446 DecodeBlockTypeAndLength(state, 1); in DecodeCommandBlockSwitch()
452 DecodeBlockTypeAndLength(state, 2); in DecodeDistanceBlockSwitch()
/external/brotli/c/dec/
Ddecode.c1110 static BROTLI_INLINE BROTLI_BOOL DecodeBlockTypeAndLength( in DecodeBlockTypeAndLength() function
1189 if (!DecodeBlockTypeAndLength(safe, s, 0)) { in DecodeLiteralBlockSwitchInternal()
1209 if (!DecodeBlockTypeAndLength(safe, s, 1)) { in DecodeCommandBlockSwitchInternal()
1229 if (!DecodeBlockTypeAndLength(safe, s, 2)) { in DecodeDistanceBlockSwitchInternal()