Lines Matching refs:_buf2
840 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()
1105 _buf2[i] = tmp[(i + d) % 3]; in rotateBuf2()