Home
last modified time | relevance | path

Searched refs:RLMIN (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfHuf.cpp729 static const int RLMIN = 32; // min count to activate run-length coding in sendCode() local
731 if (runCount > RLMIN) in sendCode()