Home | History | Annotate | Download | only in IlmImf

Lines Matching full:_buf2

840     Rgba *		_buf2[3];
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]);
1063 reconstructChromaVert (_width, _buf1 + i, _buf2[i]);
1064 YCAtoRGBA (_yw, _width, _buf2[i], _buf2[i]);
1070 fixSaturation (_yw, _width, _buf2, _tmpBuf);
1102 tmp[i] = _buf2[i];
1105 _buf2[i] = tmp[(i + d) % 3];