Lines Matching full:maxmap
338 clut_map=(PixelInfo *) AcquireQuantumMemory(MaxMap+1UL,sizeof(*clut_map));
349 for (i=0; i <= (ssize_t) MaxMap; i++)
353 (double) i*(clut_image->columns-adjust)/MaxMap,(double) i*
354 (clut_image->rows-adjust)/MaxMap,clut_map+i,exception);
718 cdl_map=(PixelInfo *) AcquireQuantumMemory(MaxMap+1UL,sizeof(*cdl_map));
722 for (i=0; i <= (ssize_t) MaxMap; i++)
725 (MaxMap*(pow(color_correction.red.slope*i/MaxMap+
728 (MaxMap*(pow(color_correction.green.slope*i/MaxMap+
731 (MaxMap*(pow(color_correction.blue.slope*i/MaxMap+
1062 histogram=(double *) AcquireQuantumMemory(MaxMap+1UL,GetPixelChannels(image)*
1064 stretch_map=(double *) AcquireQuantumMemory(MaxMap+1UL,
1084 (void) ResetMagickMemory(histogram,0,(MaxMap+1)*GetPixelChannels(image)*
1134 for (j=0; j <= (ssize_t) MaxMap; j++)
1142 for (j=(ssize_t) MaxMap; j != 0; j--)
1154 (void) ResetMagickMemory(stretch_map,0,(MaxMap+1)*GetPixelChannels(image)*
1161 for (j=0; j <= (ssize_t) MaxMap; j++)
1174 (double) (MaxMap*gamma*(j-black[i])));
1546 equalize_map=(double *) AcquireQuantumMemory(MaxMap+1UL,
1548 histogram=(double *) AcquireQuantumMemory(MaxMap+1UL,GetPixelChannels(image)*
1550 map=(double *) AcquireQuantumMemory(MaxMap+1UL,GetPixelChannels(image)*
1568 (void) ResetMagickMemory(histogram,0,(MaxMap+1)*GetPixelChannels(image)*
1615 for (j=0; j <= (ssize_t) MaxMap; j++)
1621 (void) ResetMagickMemory(equalize_map,0,(MaxMap+1)*GetPixelChannels(image)*
1631 white[i]=map[GetPixelChannels(image)*MaxMap+i];
1633 for (j=0; j <= (ssize_t) MaxMap; j++)
1635 ScaleMapToQuantum((double) ((MaxMap*(map[
1825 gamma_map=(Quantum *) AcquireQuantumMemory(MaxMap+1UL,sizeof(*gamma_map));
1829 (void) ResetMagickMemory(gamma_map,0,(MaxMap+1)*sizeof(*gamma_map));
1831 for (i=0; i <= (ssize_t) MaxMap; i++)
1832 gamma_map[i]=ScaleMapToQuantum((double) (MaxMap*pow((double) i/
1833 MaxMap,1.0/gamma)));
2870 histogram=(double *) AcquireQuantumMemory(MaxMap+1UL,sizeof(*histogram));
2877 (void) ResetMagickMemory(histogram,0,(MaxMap+1)*sizeof(*histogram));
2902 for (black=0; black < (ssize_t) MaxMap; black++)
2909 for (white=(ssize_t) MaxMap; white != 0; white--)