Searched refs:DecodeBlockTypeAndLength (Results 1 – 2 of 2) sorted by relevance
/external/brotli/csharp/org/brotli/dec/ |
D | Decode.cs | 404 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/ |
D | decode.c | 1110 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()
|