Searched refs:use_last_distance (Results 1 – 1 of 1) sorted by relevance
62 uint16_t inscode, uint16_t copycode, BROTLI_BOOL use_last_distance) { in CombineLengthCodes() argument65 if (use_last_distance && inscode < 8 && copycode < 16) { in CombineLengthCodes()83 BROTLI_BOOL use_last_distance, in GetLengthCode() argument87 *code = CombineLengthCodes(inscode, copycode, use_last_distance); in GetLengthCode()