Lines Matching defs:context
13 #include "../common/context.h"
983 /* Decodes a context map.
986 In case of trivial context map, decoding is finished at this phase.
988 This table will be used for reading context map items.
989 3) Read context map items; "0" values could be run-length encoded.
1195 /* Decodes the block type and updates the state for literal context.
1324 Last two bytes of ring-buffer are initialized to 0, so context calculation
1417 bytes for context from there */
1451 /* Reads 1..256 2-bit context modes. */
1683 s->distance_context = v.context;
1829 uint8_t context;
1839 context = BROTLI_CONTEXT(p1, p2, s->context_lookup);
1840 BROTLI_LOG_UINT(context);
1841 hc = s->literal_hgroup.htrees[s->context_map_slice[context]];
1855 BROTLI_LOG_UINT(s->context_map_slice[context]);