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