Searched refs:encode_high (Results 1 – 1 of 1) sorted by relevance
547 bool encode_high; // True if the next byte is greater than |rep_digit|. in CompressImpl() local550 encode_high = false; in CompressImpl()553 encode_high = static_cast<uint8>(str[runs_until]) > in CompressImpl()559 WriteEncodedRunLength(run_length, encode_high, &output); in CompressImpl()