Searched refs:runLength (Results 1 – 1 of 1) sorted by relevance
392 u8 runLength; // Run length in CompressRL() local464 runLength = 3; in CompressRL()468 if (RLSrcCount + runLength >= size) in CompressRL()470 runLength = (u8)(size - RLSrcCount); in CompressRL()475 if (srcp[RLSrcCount] != srcp[RLSrcCount + runLength]) in CompressRL()480 runLength++; in CompressRL()488 dstp[RLDstCount++] = (u8)(0x80 | (runLength - 3)); // Add 3, and store from 3 to 130 in CompressRL()490 RLSrcCount += runLength; in CompressRL()