Searched refs:perceptual_hash (Results 1 – 1 of 1) sorted by relevance
1679 *perceptual_hash; in GetImagePerceptualHash() local1697 perceptual_hash=(ChannelPerceptualHash *) AcquireQuantumMemory( in GetImagePerceptualHash()1698 MaxPixelChannels+1UL,sizeof(*perceptual_hash)); in GetImagePerceptualHash()1699 if (perceptual_hash == (ChannelPerceptualHash *) NULL) in GetImagePerceptualHash()1706 perceptual_hash[0].number_colorspaces=0; in GetImagePerceptualHash()1707 perceptual_hash[0].number_channels=0; in GetImagePerceptualHash()1729 perceptual_hash[0].colorspace[i]=(ColorspaceType) colorspace; in GetImagePerceptualHash()1739 perceptual_hash[0].number_colorspaces++; in GetImagePerceptualHash()1740 perceptual_hash[0].number_channels+=GetImageChannels(hash_image); in GetImagePerceptualHash()1746 perceptual_hash[channel].phash[i][j]= in GetImagePerceptualHash()[all …]