Searched defs:BROTLI_CONTEXT (Results 1 – 2 of 2) sorted by relevance
111 #define BROTLI_CONTEXT(P1, P2, LUT) ((LUT)[P1] | ((LUT) + 256)[P2]) macro