Searched refs:RawCount (Results 1 – 1 of 1) sorted by relevance
1289 int RawCount = 0; in RleEncodeRow() local1298 if (RawCount) // previous raw count? in RleEncodeRow()1301 WriteRleCount(RawCount, pPutByteCount, FALSE); in RleEncodeRow()1312 RawCount = 0; in RleEncodeRow()1316 if (!RawCount) in RleEncodeRow()1322 RawCount++; in RleEncodeRow()1330 if (RawCount == 128 || PixIndex == Width) in RleEncodeRow()1332 WriteRleCount(RawCount, pPutByteCount, FALSE); in RleEncodeRow()1333 RawCount = 0; in RleEncodeRow()