HomeSort by relevance Sort by last modified time
    Searched refs:_tmpBuffer (Results 1 - 10 of 10) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfZipCompressor.cpp 60 _tmpBuffer (0),
71 _tmpBuffer =
81 delete [] _tmpBuffer;
114 char *t1 = _tmpBuffer;
115 char *t2 = _tmpBuffer + (inSize + 1) / 2;
137 unsigned char *t = (unsigned char *) _tmpBuffer + 1;
138 unsigned char *stop = (unsigned char *) _tmpBuffer + inSize;
157 (const Bytef *) _tmpBuffer, inSize))
189 if (Z_OK != ::uncompress ((Bytef *)_tmpBuffer, &outSize,
200 unsigned char *t = (unsigned char *) _tmpBuffer + 1
    [all...]
ImfRleCompressor.cpp 165 _tmpBuffer (0),
168 _tmpBuffer = new char [maxScanLineSize];
175 delete [] _tmpBuffer;
212 char *t1 = _tmpBuffer;
213 char *t2 = _tmpBuffer + (inSize + 1) / 2;
235 unsigned char *t = (unsigned char *) _tmpBuffer + 1;
236 unsigned char *stop = (unsigned char *) _tmpBuffer + inSize;
253 return rleCompress (inSize, _tmpBuffer, (signed char *) _outBuffer);
281 _tmpBuffer)))
291 unsigned char *t = (unsigned char *) _tmpBuffer + 1
    [all...]
ImfRleCompressor.h 72 char * _tmpBuffer;
ImfZipCompressor.h 76 char * _tmpBuffer;
ImfPxr24Compressor.cpp 186 _tmpBuffer (0),
198 _tmpBuffer = new unsigned char [maxInBytes];
211 delete [] _tmpBuffer;
295 unsigned char *tmpBufferEnd = _tmpBuffer;
397 uLongf outSize = int (ceil ((tmpBufferEnd - _tmpBuffer) * 1.01)) + 100;
401 (const Bytef *) _tmpBuffer,
402 tmpBufferEnd - _tmpBuffer))
426 if (Z_OK != ::uncompress ((Bytef *)_tmpBuffer,
439 const unsigned char *tmpBufferEnd = _tmpBuffer;
468 if (tmpBufferEnd - _tmpBuffer > tmpSize
    [all...]
ImfPizCompressor.cpp 179 _tmpBuffer (0),
192 _tmpBuffer = new unsigned short
233 delete [] _tmpBuffer;
343 unsigned short *tmpBufferEnd = _tmpBuffer;
427 bitmapFromData (_tmpBuffer,
428 tmpBufferEnd - _tmpBuffer,
434 applyLut (lut, _tmpBuffer, tmpBufferEnd - _tmpBuffer);
475 int length = hufCompress (_tmpBuffer, tmpBufferEnd - _tmpBuffer, buf)
    [all...]
ImfB44Compressor.h 104 unsigned short * _tmpBuffer;
ImfPizCompressor.h 102 unsigned short * _tmpBuffer;
ImfPxr24Compressor.h 97 unsigned char * _tmpBuffer;
ImfB44Compressor.cpp 478 _tmpBuffer (0),
491 _tmpBuffer = new unsigned short
553 delete [] _tmpBuffer;
629 // from the input buffer into _tmpBuffer, rearranging them such
650 // placed in _tmpBuffer.
658 unsigned short *tmpBufferEnd = _tmpBuffer;
680 // Xdr format. Copy the HALF channels into _tmpBuffer and
682 // Copy UINT and FLOAT channels verbatim into _tmpBuffer.
717 // into _tmpBuffer.
743 // block in _tmpBuffer. HALF channels are in native format; UIN
    [all...]

Completed in 80 milliseconds