Home | History | Annotate | Download | only in IlmImf

Lines Matching refs:N2

416         _tmpBuf[j + N2] = _fbBase[_fbYStride * _currentScanLine +
424 RGBAtoYCA (_yw, _width, _writeA, _tmpBuf + N2, _tmpBuf + N2);
427 // Append N2 copies of the first and last pixel to the
443 // store N2 more copies of the scan line in _buf.
448 for (int j = 0; j < N2; ++j)
455 // If we have have converted at least N2 scan lines from
461 if (_linesConverted > N2)
472 for (int j = 0; j < N2 - _height; ++j)
479 for (int j = 1; j < min (_height, N2); ++j)
506 for (int i = 0; i < N2; ++i)
508 _tmpBuf[i] = _tmpBuf[N2];
509 _tmpBuf[_width + N2 + i] = _tmpBuf[_width + N2 - 2];
546 memcpy (_tmpBuf, _buf[N2], _width * sizeof (Rgba));
903 (char *) &_tmpBuf[N2 - _xMin].g, // base
914 (char *) &_tmpBuf[N2 - _xMin].r, // base
923 (char *) &_tmpBuf[N2 - _xMin].b, // base
933 (char *) &_tmpBuf[N2 - _xMin].a, // base
980 // scan line plus N2+1 extra scan lines above and N2+1 scan lines
990 // _buf1 contains scan lines _currentScanLine-N2-1
991 // through _currentScanLine+N2+1 in
1019 int yMin = scanLine - N2 - 1;
1032 YCAtoRGBA (_yw, _width, _buf1[N2 + i], _buf2[i]);
1046 int yMax = scanLine + N2 + 1;
1059 YCAtoRGBA (_yw, _width, _buf1[N2 + i], _buf2[i]);
1136 _tmpBuf[i + N2].r = 0;
1137 _tmpBuf[i + N2].b = 0;
1143 memcpy (buf, _tmpBuf + N2, _width * sizeof (Rgba));
1156 for (int i = 0; i < N2; ++i)
1158 _tmpBuf[i] = _tmpBuf[N2];
1159 _tmpBuf[_width + N2 + i] = _tmpBuf[_width + N2 - 2];