Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/IlmImf/
DImfHuf.h72 int nCompressed,
DImfHuf.cpp1039 int nCompressed, in hufUncompress() argument
1043 if (nCompressed == 0) in hufUncompress()
1066 hufUnpackEncTable (&ptr, nCompressed - (ptr - compressed), im, iM, freq); in hufUncompress()
1070 if (nBits > 8 * (nCompressed - (ptr - compressed))) in hufUncompress()