OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpBufferEnd
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfPxr24Compressor.cpp
295
unsigned char *
tmpBufferEnd
= _tmpBuffer;
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
= _tmpBuffer
[
all
...]
ImfPizCompressor.cpp
343
unsigned short *
tmpBufferEnd
= _tmpBuffer;
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;
528
cd.start =
tmpBufferEnd
;
537
tmpBufferEnd
+= cd.nx * cd.ny * cd.size
[
all
...]
ImfB44Compressor.cpp
658
unsigned short *
tmpBufferEnd
= _tmpBuffer;
667
cd.start =
tmpBufferEnd
;
673
tmpBufferEnd
+= cd.nx * cd.ny * cd.size;
752
assert (_channelData[_numChans-1].end ==
tmpBufferEnd
);
891
unsigned short *
tmpBufferEnd
= _tmpBuffer;
900
cd.start =
tmpBufferEnd
;
906
tmpBufferEnd
+= cd.nx * cd.ny * cd.size;
1057
assert (_channelData[_numChans-1].end ==
tmpBufferEnd
);
Completed in 179 milliseconds