Home
last modified time | relevance | path

Searched refs:_buf2 (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Common/
DOutBuffer.h27 Byte *_buf2; variable
36 COutBuffer(): _buf(0), _pos(0), _stream(0), _buf2(0) {} in COutBuffer()
42 void SetMemStream(Byte *buf) { _buf2 = buf; } in SetMemStream()
DOutBuffer.cpp57 if (_buf2 != 0) in FlushPart()
59 memcpy(_buf2, _buf + _streamPos, size); in FlushPart()
60 _buf2 += size; in FlushPart()
/external/opencv3/3rdparty/openexr/IlmImf/
DImfRgbaFile.cpp840 Rgba * _buf2[3]; member in Imf::RgbaInputFile::FromYca
874 _buf2[i] = _bufBase + ((i + N + 2) * (_width + pad)); in FromYca()
1032 YCAtoRGBA (_yw, _width, _buf1[N2 + i], _buf2[i]); in readPixels()
1036 reconstructChromaVert (_width, _buf1 + i, _buf2[i]); in readPixels()
1037 YCAtoRGBA (_yw, _width, _buf2[i], _buf2[i]); in readPixels()
1059 YCAtoRGBA (_yw, _width, _buf1[N2 + i], _buf2[i]); in readPixels()
1063 reconstructChromaVert (_width, _buf1 + i, _buf2[i]); in readPixels()
1064 YCAtoRGBA (_yw, _width, _buf2[i], _buf2[i]); in readPixels()
1070 fixSaturation (_yw, _width, _buf2, _tmpBuf); in readPixels()
1102 tmp[i] = _buf2[i]; in rotateBuf2()
[all …]