Searched refs:perceptual_hash (Results 1 – 1 of 1) sorted by relevance
1774 *perceptual_hash; in GetImagePerceptualHash() local1790 perceptual_hash=(ChannelPerceptualHash *) AcquireQuantumMemory( in GetImagePerceptualHash()1791 MaxPixelChannels+1UL,sizeof(*perceptual_hash)); in GetImagePerceptualHash()1792 if (perceptual_hash == (ChannelPerceptualHash *) NULL) in GetImagePerceptualHash()1799 perceptual_hash[0].number_colorspaces=0; in GetImagePerceptualHash()1800 perceptual_hash[0].number_channels=0; in GetImagePerceptualHash()1822 perceptual_hash[0].colorspace[i]=(ColorspaceType) colorspace; in GetImagePerceptualHash()1832 perceptual_hash[0].number_colorspaces++; in GetImagePerceptualHash()1833 perceptual_hash[0].number_channels+=GetImageChannels(hash_image); in GetImagePerceptualHash()1839 perceptual_hash[channel].phash[i][j]= in GetImagePerceptualHash()[all …]