Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dstate.h280 int trivial_literal_context; member
Ddecode.c1189 s->trivial_literal_context = (trivial >> (block_type & 31)) & 1; in PrepareLiteralDecoding()
1789 if (s->trivial_literal_context) { in ProcessCommandsInternal()
1802 if (!s->trivial_literal_context) goto CommandInner; in ProcessCommandsInternal()
1837 if (s->trivial_literal_context) goto CommandInner; in ProcessCommandsInternal()