Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dstatistic.c1787 *perceptual_hash; in GetImagePerceptualHash() local
1815 perceptual_hash=(ChannelPerceptualHash *) AcquireQuantumMemory( in GetImagePerceptualHash()
1816 MaxPixelChannels+1UL,sizeof(*perceptual_hash)); in GetImagePerceptualHash()
1817 if (perceptual_hash == (ChannelPerceptualHash *) NULL) in GetImagePerceptualHash()
1821 perceptual_hash[channel].srgb_hu_phash[i]= in GetImagePerceptualHash()
1830 perceptual_hash=(ChannelPerceptualHash *) RelinquishMagickMemory( in GetImagePerceptualHash()
1831 perceptual_hash); in GetImagePerceptualHash()
1838 perceptual_hash=(ChannelPerceptualHash *) RelinquishMagickMemory( in GetImagePerceptualHash()
1839 perceptual_hash); in GetImagePerceptualHash()
1846 perceptual_hash=(ChannelPerceptualHash *) RelinquishMagickMemory( in GetImagePerceptualHash()
[all …]