Home
last modified time | relevance | path

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

/external/brotli/dec/
Dstate.h143 int trivial_literal_context; member
Ddecode.c1110 s->trivial_literal_context = (trivial >> (block_type & 31)) & 1; in PrepareLiteralDecoding()
1631 if (s->trivial_literal_context) { in ProcessCommandsInternal()
1644 if (!s->trivial_literal_context) goto CommandInner; in ProcessCommandsInternal()
1679 if (s->trivial_literal_context) goto CommandInner; in ProcessCommandsInternal()