HomeSort by relevance Sort by last modified time
    Searched full:cooccurrence (Results 1 - 1 of 1) sorted by null

  /external/ImageMagick/MagickCore/
feature.c 641 **cooccurrence,
784 cooccurrence=(ChannelStatistics **) AcquireQuantumMemory(number_grays,
785 sizeof(*cooccurrence));
794 if ((cooccurrence == (ChannelStatistics **) NULL) ||
815 if (cooccurrence != (ChannelStatistics **) NULL)
818 cooccurrence[i]=(ChannelStatistics *)
819 RelinquishMagickMemory(cooccurrence[i]);
820 cooccurrence=(ChannelStatistics **) RelinquishMagickMemory(
821 cooccurrence);
846 cooccurrence[i]=(ChannelStatistics *) AcquireQuantumMemory(number_grays
638 **cooccurrence, local
    [all...]

Completed in 807 milliseconds