Searched refs:rleCompress (Results 1 – 1 of 1) sorted by relevance
7697 static int rleCompress(int inLength, const char in[], signed char out[]) { in rleCompress() function7837 int outSize = rleCompress(static_cast<int>(src_size), in CompressRle()