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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dmetablock.c141 ContextType* literal_context_modes = NULL; local in function:BrotliBuildMetaBlock
197 literal_context_modes =
199 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(literal_context_modes)) return;
201 literal_context_modes[i] = literal_context_mode;
228 ringbuffer, pos, mask, prev_byte, prev_byte2, literal_context_modes,
230 BROTLI_FREE(m, literal_context_modes);

Completed in 2 milliseconds