Lines Matching defs:ChannelStatistics

632   } ChannelStatistics;
640 ChannelStatistics
784 cooccurrence=(ChannelStatistics **) AcquireQuantumMemory(number_grays,
786 density_x=(ChannelStatistics *) AcquireQuantumMemory(2*(number_grays+1),
788 density_xy=(ChannelStatistics *) AcquireQuantumMemory(2*(number_grays+1),
790 density_y=(ChannelStatistics *) AcquireQuantumMemory(2*(number_grays+1),
792 Q=(ChannelStatistics **) AcquireQuantumMemory(number_grays,sizeof(*Q));
793 sum=(ChannelStatistics *) AcquireQuantumMemory(number_grays,sizeof(*sum));
794 if ((cooccurrence == (ChannelStatistics **) NULL) ||
795 (density_x == (ChannelStatistics *) NULL) ||
796 (density_xy == (ChannelStatistics *) NULL) ||
797 (density_y == (ChannelStatistics *) NULL) ||
798 (Q == (ChannelStatistics **) NULL) ||
799 (sum == (ChannelStatistics *) NULL))
801 if (Q != (ChannelStatistics **) NULL)
804 Q[i]=(ChannelStatistics *) RelinquishMagickMemory(Q[i]);
805 Q=(ChannelStatistics **) RelinquishMagickMemory(Q);
807 if (sum != (ChannelStatistics *) NULL)
808 sum=(ChannelStatistics *) RelinquishMagickMemory(sum);
809 if (density_y != (ChannelStatistics *) NULL)
810 density_y=(ChannelStatistics *) RelinquishMagickMemory(density_y);
811 if (density_xy != (ChannelStatistics *) NULL)
812 density_xy=(ChannelStatistics *) RelinquishMagickMemory(density_xy);
813 if (density_x != (ChannelStatistics *) NULL)
814 density_x=(ChannelStatistics *) RelinquishMagickMemory(density_x);
815 if (cooccurrence != (ChannelStatistics **) NULL)
818 cooccurrence[i]=(ChannelStatistics *)
820 cooccurrence=(ChannelStatistics **) RelinquishMagickMemory(
846 cooccurrence[i]=(ChannelStatistics *) AcquireQuantumMemory(number_grays,
848 Q[i]=(ChannelStatistics *) AcquireQuantumMemory(number_grays,sizeof(**Q));
849 if ((cooccurrence[i] == (ChannelStatistics *) NULL) ||
850 (Q[i] == (ChannelStatistics *) NULL))
860 if (Q[i] != (ChannelStatistics *) NULL)
861 Q[i]=(ChannelStatistics *) RelinquishMagickMemory(Q[i]);
862 if (cooccurrence[i] != (ChannelStatistics *) NULL)
863 cooccurrence[i]=(ChannelStatistics *)
866 Q=(ChannelStatistics **) RelinquishMagickMemory(Q);
867 cooccurrence=(ChannelStatistics **) RelinquishMagickMemory(cooccurrence);
868 sum=(ChannelStatistics *) RelinquishMagickMemory(sum);
869 density_y=(ChannelStatistics *) RelinquishMagickMemory(density_y);
870 density_xy=(ChannelStatistics *) RelinquishMagickMemory(density_xy);
871 density_x=(ChannelStatistics *) RelinquishMagickMemory(density_x);
1002 cooccurrence[i]=(ChannelStatistics *)
1004 cooccurrence=(ChannelStatistics **) RelinquishMagickMemory(cooccurrence);
1621 ChannelStatistics
1703 sum=(ChannelStatistics *) RelinquishMagickMemory(sum);
1705 Q[i]=(ChannelStatistics *) RelinquishMagickMemory(Q[i]);
1706 Q=(ChannelStatistics **) RelinquishMagickMemory(Q);
1707 density_y=(ChannelStatistics *) RelinquishMagickMemory(density_y);
1708 density_xy=(ChannelStatistics *) RelinquishMagickMemory(density_xy);
1709 density_x=(ChannelStatistics *) RelinquishMagickMemory(density_x);
1711 cooccurrence[i]=(ChannelStatistics *)
1713 cooccurrence=(ChannelStatistics **) RelinquishMagickMemory(cooccurrence);