• Home
  • Raw
  • Download

Lines Matching refs:random_info

150     **magick_restrict random_info;  in AddNoiseImage()  local
187 random_info=AcquireRandomInfoThreadSet(); in AddNoiseImage()
191 key=GetRandomSecretKey(random_info[0]); in AddNoiseImage()
241 GenerateDifferentialNoise(random_info[id],p[i],noise_type,attenuate)), in AddNoiseImage()
266 random_info=DestroyRandomInfoThreadSet(random_info); in AddNoiseImage()
1383 static inline Quantum PlasmaPixel(RandomInfo *magick_restrict random_info, in PlasmaPixel() argument
1389 plasma=pixel+noise*GetPseudoRandomValue(random_info)-noise/2.0; in PlasmaPixel()
1394 CacheView *u_view,CacheView *v_view,RandomInfo *magick_restrict random_info, in PlasmaImageProxy() argument
1438 status=PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
1443 status&=PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
1448 status&=PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
1453 status&=PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
1490 q[i]=PlasmaPixel(random_info,((double) u[i]+v[i])/2.0,plasma); in PlasmaImageProxy()
1513 q[i]=PlasmaPixel(random_info,((double) u[i]+v[i])/2.0,plasma); in PlasmaImageProxy()
1542 q[i]=PlasmaPixel(random_info,((double) u[i]+v[i])/2.0,plasma); in PlasmaImageProxy()
1566 q[i]=PlasmaPixel(random_info,((double) u[i]+v[i])/2.0,plasma); in PlasmaImageProxy()
1593 q[i]=PlasmaPixel(random_info,((double) u[i]+v[i])/2.0,plasma); in PlasmaImageProxy()
1616 *random_info; in PlasmaImage() local
1629 random_info=AcquireRandomInfo(); in PlasmaImage()
1630 status=PlasmaImageProxy(image,image_view,u_view,v_view,random_info,segment, in PlasmaImage()
1632 random_info=DestroyRandomInfo(random_info); in PlasmaImage()
2179 **magick_restrict random_info; in SketchImage() local
2197 random_info=AcquireRandomInfoThreadSet(); in SketchImage()
2200 key=GetRandomSecretKey(random_info[0]); in SketchImage()
2232 value=GetPseudoRandomValue(random_info[id]); in SketchImage()
2247 random_info=DestroyRandomInfoThreadSet(random_info); in SketchImage()