color_org        4403 ext/gd/gd.c    	int color, color_org, median;
color_org        4433 ext/gd/gd.c    			color_org = gdImageGetPixel(im_org, x, y);
color_org        4434 ext/gd/gd.c    			median = (im_org->red[color_org] + im_org->green[color_org] + im_org->blue[color_org]) / 3;
color_org        4463 ext/gd/gd.c    	int color, color_org, median;
color_org        4602 ext/gd/gd.c    			color_org = gdImageGetPixel (im_tmp, x, y);
color_org        4603 ext/gd/gd.c    			median = (im_tmp->red[color_org] + im_tmp->green[color_org] + im_tmp->blue[color_org]) / 3;