Home
last modified time | relevance | path

Searched refs:use_last_distance (Results 1 – 1 of 1) sorted by relevance

/external/brotli/c/enc/
Dcommand.h62 uint16_t inscode, uint16_t copycode, BROTLI_BOOL use_last_distance) { in CombineLengthCodes() argument
65 if (use_last_distance && inscode < 8 && copycode < 16) { in CombineLengthCodes()
83 BROTLI_BOOL use_last_distance, in GetLengthCode() argument
87 *code = CombineLengthCodes(inscode, copycode, use_last_distance); in GetLengthCode()