Searched refs:source_pixels (Results 1 – 2 of 2) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | fourier.c | 392 *source_pixels; in RollFourier() local 409 source_info=AcquireVirtualMemory(width,height*sizeof(*source_pixels)); in RollFourier() 412 source_pixels=(double *) GetVirtualMemoryBlob(source_info); in RollFourier() 428 source_pixels[v*width+u]=roll_pixels[i++]; in RollFourier() 431 (void) CopyMagickMemory(roll_pixels,source_pixels,height*width* in RollFourier() 432 sizeof(*source_pixels)); in RollFourier() 438 const size_t height,double *source_pixels,double *forward_pixels) in ForwardQuadrantSwap() argument 455 source_pixels); in ForwardQuadrantSwap() 460 forward_pixels[y*width+x+width/2L]=source_pixels[y*center+x]; in ForwardQuadrantSwap() 464 source_pixels[y*center+x+1L]; in ForwardQuadrantSwap() [all …]
|
D | profile.c | 901 **magick_restrict source_pixels, in ProfileImage() local 1084 source_pixels=AcquirePixelThreadSet(image->columns,source_channels); in ProfileImage() 1086 if ((source_pixels == (unsigned short **) NULL) || in ProfileImage() 1096 source_pixels=DestroyPixelThreadSet(source_pixels); in ProfileImage() 1138 p=source_pixels[id]; in ProfileImage() 1151 cmsDoTransform(transform[id],source_pixels[id],target_pixels[id], in ProfileImage() 1219 source_pixels=DestroyPixelThreadSet(source_pixels); in ProfileImage()
|