Searched refs:RLMIN (Results 1 – 1 of 1) sorted by relevance
729 static const int RLMIN = 32; // min count to activate run-length coding in sendCode() local731 if (runCount > RLMIN) in sendCode()