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