Home
last modified time | relevance | path

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

/external/vboot_reference/scripts/image_signing/
Dsign_official_build.sh173 local hash_image=$3
220 hashtree="${hash_image}" ${salt_arg})
274 local hash_image=$(make_temp_file)
280 "${hash_image}"; then
293 dd if=${hash_image} of=${rootfs_image} bs=512 \
551 local hash_image=$(make_temp_file)
553 "${hash_image}"; then
/external/ImageMagick/MagickCore/
Dstatistic.c1790 *hash_image; in GetImagePerceptualHash() local
1804 hash_image=BlurImage(image,0.0,1.0,exception); in GetImagePerceptualHash()
1805 if (hash_image == (Image *) NULL) in GetImagePerceptualHash()
1807 hash_image->depth=8; in GetImagePerceptualHash()
1808 status=TransformImageColorspace(hash_image,sRGBColorspace,exception); in GetImagePerceptualHash()
1811 moments=GetImageMoments(hash_image,exception); in GetImagePerceptualHash()
1812 hash_image=DestroyImage(hash_image); in GetImagePerceptualHash()
1827 hash_image=BlurImage(image,0.0,1.0,exception); in GetImagePerceptualHash()
1828 if (hash_image == (Image *) NULL) in GetImagePerceptualHash()
1834 hash_image->depth=8; in GetImagePerceptualHash()
[all …]