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...] |