Home
last modified time | relevance | path

Searched refs:cooccurrence (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dfeature.c638 **cooccurrence, in GetImageFeatures() local
781 cooccurrence=(ChannelStatistics **) AcquireQuantumMemory(number_grays, in GetImageFeatures()
782 sizeof(*cooccurrence)); in GetImageFeatures()
791 if ((cooccurrence == (ChannelStatistics **) NULL) || in GetImageFeatures()
812 if (cooccurrence != (ChannelStatistics **) NULL) in GetImageFeatures()
815 cooccurrence[i]=(ChannelStatistics *) in GetImageFeatures()
816 RelinquishMagickMemory(cooccurrence[i]); in GetImageFeatures()
817 cooccurrence=(ChannelStatistics **) RelinquishMagickMemory( in GetImageFeatures()
818 cooccurrence); in GetImageFeatures()
843 cooccurrence[i]=(ChannelStatistics *) AcquireQuantumMemory(number_grays, in GetImageFeatures()
[all …]