Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dcommand.h63 uint16_t inscode, uint16_t copycode, BROTLI_BOOL use_last_distance) { in CombineLengthCodes() argument
66 if (use_last_distance && inscode < 8u && copycode < 16u) { in CombineLengthCodes()
84 BROTLI_BOOL use_last_distance, in GetLengthCode() argument
88 *code = CombineLengthCodes(inscode, copycode, use_last_distance); in GetLengthCode()