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

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfRgbaFile.cpp 839 Rgba * _buf1[N + 2]; member in class:Imf::RgbaInputFile::FromYca
871 _buf1[i] = _bufBase + (i * (_width + pad));
990 // _buf1 contains scan lines _currentScanLine-N2-1
1002 // _currentScanLine, we don't have to recompute the contents of _buf1
1003 // and _buf2 from scratch. We can rotate _buf1 and _buf2, and fill
1022 readYCAScanLine (yMin + i, _buf1[i]);
1032 YCAtoRGBA (_yw, _width, _buf1[N2 + i], _buf2[i]);
1036 reconstructChromaVert (_width, _buf1 + i, _buf2[i]);
1049 readYCAScanLine (yMax - i, _buf1[N + 1 - i]);
1059 YCAtoRGBA (_yw, _width, _buf1[N2 + i], _buf2[i])
    [all...]
  /external/opencv3/modules/imgproc/test/
test_filter.cpp 910 vector<median_pair> _buf0(m*m+1), _buf1(m*m+1);
911 median_pair *buf0 = &_buf0[0], *buf1 = &_buf1[0];
    [all...]

Completed in 87 milliseconds