Home
last modified time | relevance | path

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

/external/brotli/csharp/org/brotli/dec/
DDecode.cs432 private static void DecodeLiteralBlockSwitch(Org.Brotli.Dec.State state) in DecodeLiteralBlockSwitch() method in Org.Brotli.Dec.Decode
741 DecodeLiteralBlockSwitch(state); in Decompress()
766 DecodeLiteralBlockSwitch(state); in Decompress()
/external/brotli/c/dec/
Ddecode.c1196 static void BROTLI_NOINLINE DecodeLiteralBlockSwitch(BrotliDecoderState* s) { in DecodeLiteralBlockSwitch() function
1703 BROTLI_SAFE(DecodeLiteralBlockSwitch(s)); in ProcessCommandsInternal()
1739 BROTLI_SAFE(DecodeLiteralBlockSwitch(s)); in ProcessCommandsInternal()