Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dstate.h145 int trivial_literal_context; member
Ddecode.c1179 s->trivial_literal_context = (trivial >> (block_type & 31)) & 1; in PrepareLiteralDecoding()
1692 if (s->trivial_literal_context) { in ProcessCommandsInternal()
1705 if (!s->trivial_literal_context) goto CommandInner; in ProcessCommandsInternal()
1740 if (s->trivial_literal_context) goto CommandInner; in ProcessCommandsInternal()