Lines Matching defs:literal
84 block to unwire literal context from previous data. Despite being int8_t,
112 /* Command and literal buffers for FAST_TWO_PASS_COMPRESSION_QUALITY. */
447 const uint8_t literal = input[pos & mask];
451 ++combined_histo[literal >> 3];
452 ++context_histo[context][literal >> 3];
454 prev1 = literal;
503 const uint8_t literal = input[pos & mask];
504 ++bigram_prefix_histo[prev + lut[literal >> 6]];
505 prev = lut[literal >> 6] * 3;
540 /* Chooses the literal context mode for a metablock */