length;
static const int
- X[4]= {0, 1, 1,-1},
- Y[4]= {1, 0, 1, 1};
+ X[4] = {0, 1, 1,-1},
+ Y[4] = {1, 0, 1, 1};
CacheView
*despeckle_view,
register long
i,
+ id,
x;
register Quantum
if (status == MagickFalse)
continue;
- pixel=pixels[GetOpenMPThreadId()];
+ id=GetOpenMPThreadId();
+ pixel=pixels[id];
(void) ResetMagickMemory(pixel,0,length*sizeof(*pixel));
+ buffer=buffers[id];
j=(long) image->columns+2;
for (y=0; y < (long) image->rows; y++)
{
}
j++;
}
- buffer=buffers[GetOpenMPThreadId()];
(void) ResetMagickMemory(buffer,0,length*sizeof(*buffer));
for (i=0; i < 4; i++)
{