OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BROTLI_CONTEXT_LUT
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/brotli/dist/c/common/
context.h
108
#define
BROTLI_CONTEXT_LUT
(MODE) (&_kBrotliContextLookupTable[(MODE) << 9])
/xsrc/external/mit/brotli/dist/c/enc/
histogram.c
72
ContextLut lut =
BROTLI_CONTEXT_LUT
(context_modes[context]);
encode.c
438
ContextLut utf8_lut =
BROTLI_CONTEXT_LUT
(CONTEXT_UTF8);
573
ContextLut literal_context_lut =
BROTLI_CONTEXT_LUT
(literal_context_mode);
1064
literal_context_lut =
BROTLI_CONTEXT_LUT
(literal_context_mode);
1272
ContextLut literal_context_lut =
BROTLI_CONTEXT_LUT
(literal_context_mode);
brotli_bit_stream.c
947
ContextLut literal_context_lut =
BROTLI_CONTEXT_LUT
(literal_context_mode);
/xsrc/external/mit/brotli/dist/c/dec/
decode.c
1192
s->context_lookup =
BROTLI_CONTEXT_LUT
(context_mode);
Completed in 14 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026