Searched refs:repeat_count (Results 1 – 2 of 2) sorted by relevance
1307 int repeat_count = *++c + 3 - ' '; in ExpandRLE() local1310 for (int i = 0; i < repeat_count; ++i) in ExpandRLE()
981 repeat_count = ord(encoded_bytes[i + 1]) - 29982 decoded_bytes += decoded_bytes[-1] * repeat_count