Searched refs:tmpBufferEnd (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfPxr24Compressor.cpp295 unsigned char *tmpBufferEnd = _tmpBuffer; local
317 ptr[0] = tmpBufferEnd;
321 tmpBufferEnd = ptr[3] + n;
344 ptr[0] = tmpBufferEnd;
346 tmpBufferEnd = ptr[1] + n;
366 ptr[0] = tmpBufferEnd;
369 tmpBufferEnd = ptr[2] + n;
397 uLongf outSize = int (ceil ((tmpBufferEnd - _tmpBuffer) * 1.01)) + 100;
402 tmpBufferEnd - _tmpBuffer))
439 const unsigned char *tmpBufferEnd local
[all...]
H A DImfPizCompressor.cpp343 unsigned short *tmpBufferEnd = _tmpBuffer; local
352 cd.start = tmpBufferEnd;
361 tmpBufferEnd += cd.nx * cd.ny * cd.size;
415 assert (_channelData[_numChans-1].end == tmpBufferEnd);
428 tmpBufferEnd - _tmpBuffer,
434 applyLut (lut, _tmpBuffer, tmpBufferEnd - _tmpBuffer);
475 int length = hufCompress (_tmpBuffer, tmpBufferEnd - _tmpBuffer, buf);
519 unsigned short *tmpBufferEnd = _tmpBuffer; local
528 cd.start = tmpBufferEnd;
537 tmpBufferEnd
[all...]
H A DImfB44Compressor.cpp658 unsigned short *tmpBufferEnd = _tmpBuffer; local
667 cd.start = tmpBufferEnd;
673 tmpBufferEnd += cd.nx * cd.ny * cd.size;
752 assert (_channelData[_numChans-1].end == tmpBufferEnd);
891 unsigned short *tmpBufferEnd = _tmpBuffer; local
900 cd.start = tmpBufferEnd;
906 tmpBufferEnd += cd.nx * cd.ny * cd.size;
1057 assert (_channelData[_numChans-1].end == tmpBufferEnd);

Completed in 69 milliseconds