Searched refs:trivial_literal_context (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/brotli/dist/c/dec/
H A Dstate.h280 int trivial_literal_context; member in struct:BrotliDecoderStateStruct
H A Ddecode.c1189 s->trivial_literal_context = (trivial >> (block_type & 31)) & 1;
1789 if (s->trivial_literal_context) {
1802 if (!s->trivial_literal_context) goto CommandInner;
1837 if (s->trivial_literal_context) goto CommandInner;

Completed in 6 milliseconds