Lines Matching defs:context
7 /* Build per-context histograms of literals, commands and distance codes. */
11 #include "../common/context.h"
68 size_t context;
70 context = literal_it.type_;
72 ContextLut lut = BROTLI_CONTEXT_LUT(context_modes[context]);
73 context = (context << BROTLI_LITERAL_CONTEXT_BITS) +
76 HistogramAddLiteral(&literal_histograms[context],
87 size_t context;
89 context = (dist_it.type_ << BROTLI_DISTANCE_CONTEXT_BITS) +
91 HistogramAddDistance(©_dist_histograms[context],