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

  /external/lzma/CPP/7zip/Common/
OutBuffer.h 27 Byte *_buf2; member in class:COutBuffer
36 COutBuffer(): _buf(0), _pos(0), _stream(0), _buf2(0) {}
42 void SetMemStream(Byte *buf) { _buf2 = buf; }
OutBuffer.cpp 57 if (_buf2 != 0)
59 memcpy(_buf2, _buf + _streamPos, size);
60 _buf2 += size;
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfRgbaFile.cpp 840 Rgba * _buf2[3]; member in class:Imf::RgbaInputFile::FromYca
874 _buf2[i] = _bufBase + ((i + N + 2) * (_width + pad));
996 // _buf2 contains scan lines _currentScanLine-1
1003 // and _buf2 from scratch. We can rotate _buf1 and _buf2, and fill
1032 YCAtoRGBA (_yw, _width, _buf1[N2 + i], _buf2[i]);
1036 reconstructChromaVert (_width, _buf1 + i, _buf2[i]);
1037 YCAtoRGBA (_yw, _width, _buf2[i], _buf2[i]);
1059 YCAtoRGBA (_yw, _width, _buf1[N2 + i], _buf2[i])
    [all...]

Completed in 4063 milliseconds