color_org        3943 ext/gd/gd.c    	int color, color_org, median;
color_org        3972 ext/gd/gd.c    			color_org = gdImageGetPixel(im_org, x, y);
color_org        3973 ext/gd/gd.c    			median = (im_org->red[color_org] + im_org->green[color_org] + im_org->blue[color_org]) / 3;
color_org        4002 ext/gd/gd.c    	int color, color_org, median;
color_org        4143 ext/gd/gd.c    			color_org = gdImageGetPixel (im_tmp, x, y);
color_org        4144 ext/gd/gd.c    			median = (im_tmp->red[color_org] + im_tmp->green[color_org] + im_tmp->blue[color_org]) / 3;