Searched refs:reconstructed (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/none/tests/x86/
H A Dbt_literal.c11 the reconstructed original bits 0-3 as 4-7. */
14 UInt reconstructed, mashed; local
46 : "=r" (reconstructed), "=r" (mashed)
49 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
57 UInt reconstructed, mashed; local
89 : "=r" (reconstructed), "=r" (mashed)
92 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
99 UInt reconstructed, mashed; local
131 : "=r" (reconstructed), "=r" (mashed)
134 return (mashed & 0xF) | ((reconstructed
[all...]
H A Dx86locked.c657 the reconstructed original bits 0-3 as 4-7. */
661 UInt reconstructed, mashed; local
693 : "=r" (reconstructed), "=r" (mashed)
696 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
701 UInt reconstructed, mashed; local
733 : "=r" (reconstructed), "=r" (mashed)
736 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_errors_test.py17 reconstructed = pickle.loads(pickled)
18 self.assertEquals(original, reconstructed)
/external/valgrind/none/tests/amd64/
H A Damd64locked.c786 the reconstructed original bits 0-3 as 4-7. */
790 ULong reconstructed, mashed; local
821 : "=r" (reconstructed), "=r" (mashed)
824 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
829 ULong reconstructed; UInt mashed; local
860 : "=r" (reconstructed), "=r" (mashed)
863 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
868 ULong reconstructed, mashed; local
899 : "=r" (reconstructed), "=r" (mashed)
902 return (mashed & 0xF) | ((reconstructed
[all...]
/external/ImageMagick/www/api/
H A Dcompare.php15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, compare, an, image, to, a, reconstructed, image, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
59 <p>CompareImages() compares one or more pixel channels of an image to a reconstructed image and returns the difference image.</p>
98 <p>GetImageDistortion() compares one or more pixel channels of an image to a reconstructed image and returns the specified distortion metric.</p>
138 <p>GetImageDistortions() compares the pixel channels of an image to a reconstructed image and returns the specified distortion metric for each channel.</p>
H A Dmagick-image.php1043 <p>MagickCompareImages() compares an image to a reconstructed image and returns the specified difference image.</p>
2769 <p>MagickGetImageDistortion() compares an image to a reconstructed image and returns the specified distortion metric.</p>
2805 <p>MagickGetImageDistortions() compares one or more pixel channels of an image to a reconstructed image and returns the specified distortion metrics.</p>
/external/libavc/common/arm/
H A Dih264_iquant_itrans_recon_dc_a9.s51 @ * reconstructed block
181 @ * reconstructed block
H A Dih264_iquant_itrans_recon_a9.s50 @ * reconstructed block
237 @ * reconstructed block
428 @ * reconstructed block

Completed in 818 milliseconds