WLUT_WIDTH 132 magick/resample.c filter_lut[WLUT_WIDTH]; WLUT_WIDTH 593 magick/resample.c if ( Q < (double)WLUT_WIDTH ) { WLUT_WIDTH 1179 magick/resample.c scale = (double)WLUT_WIDTH/F; WLUT_WIDTH 1271 magick/resample.c r_scale = resample_filter->support*sqrt(1.0/(double)WLUT_WIDTH); WLUT_WIDTH 1272 magick/resample.c for(Q=0; Q<WLUT_WIDTH; Q++) WLUT_WIDTH 1308 magick/resample.c r_scale = -2.77258872223978123767/(WLUT_WIDTH*blur*blur); WLUT_WIDTH 1309 magick/resample.c for(Q=0; Q<WLUT_WIDTH; Q++) WLUT_WIDTH 1311 magick/resample.c resample_filter->support = WLUT_WIDTH; WLUT_WIDTH 1325 magick/resample.c r_scale = resample_filter->support*sqrt(1.0/(double)WLUT_WIDTH); WLUT_WIDTH 1334 magick/resample.c printf("# Resampling Filter LUT (%d values)\n", WLUT_WIDTH); WLUT_WIDTH 1339 magick/resample.c for(Q=0; Q<WLUT_WIDTH; Q++)