diff options
author | Jonathan Wright <jonathan.wright@arm.com> | 2020-06-27 14:19:00 +0100 |
---|---|---|
committer | Jonathan Wright <jonathan.wright@arm.com> | 2020-06-29 17:33:20 +0100 |
commit | 8789cbdf62438805d7463bd993f0c2d91fc4d54c (patch) | |
tree | c2181087adc8d7caff69e496e6d4aaca1d858fa5 | |
parent | dc4d6f9a2d43822d0e5603bb22b63abdf1d86e83 (diff) |
Add input JPEG images for djpeg and jpegtran tests
Upstream unit tests use the output of cjpeg tests as input for djpeg
and jpegtran tests. To avoid the coupling of compression and
decompression unit tests, this commit adds the input JPEG images for
the djpeg and jpegtran unit tests to the testimages directory.
These images are generated from the original images in the testimages
directory and are distributed under the same license.
Bug: 993876
Change-Id: I1c08432f8891f71d081df284ff83bbc021d8cb72
-rw-r--r-- | README.chromium | 1 | ||||
-rw-r--r-- | testimages/testout_3x2_float_prog_arm.jpg | bin | 0 -> 5341 bytes | |||
-rw-r--r-- | testimages/testout_3x2_float_prog_intel.jpg | bin | 0 -> 5340 bytes | |||
-rw-r--r-- | testimages/testout_3x2_ifast_prog.jpg | bin | 0 -> 5335 bytes | |||
-rw-r--r-- | testimages/testout_420_islow_prog.jpg | bin | 0 -> 5645 bytes | |||
-rw-r--r-- | testimages/testout_420_q100_ifast_prog.jpg | bin | 0 -> 18456 bytes | |||
-rw-r--r-- | testimages/testout_422_ifast_opt.jpg | bin | 0 -> 5928 bytes | |||
-rw-r--r-- | testimages/testout_444_islow.jpg | bin | 0 -> 7073 bytes | |||
-rw-r--r-- | testimages/testout_444_islow_ari.jpg | bin | 0 -> 6336 bytes | |||
-rw-r--r-- | testimages/testout_444_islow_prog.jpg | bin | 0 -> 6985 bytes | |||
-rw-r--r-- | testimages/testout_gray_islow.jpg | bin | 0 -> 4333 bytes | |||
-rw-r--r-- | testimages/testout_rgb_islow.jpg | bin | 0 -> 570569 bytes |
12 files changed, 1 insertions, 0 deletions
diff --git a/README.chromium b/README.chromium index e281d91..3eff2d7 100644 --- a/README.chromium +++ b/README.chromium @@ -83,6 +83,7 @@ following changes which are not merged to upstream: - Refactor cjpeg.c to provide test interface - Add gtest wrapper for cjpeg tests - Refactor jpegtran.c to provide test interface + - Add input JPEG images for djpeg and jpegtran tests Refer to working-with-nested-repos [1] for details of how to setup your git svn client to update the code (for making local changes, cherry picking from diff --git a/testimages/testout_3x2_float_prog_arm.jpg b/testimages/testout_3x2_float_prog_arm.jpg Binary files differnew file mode 100644 index 0000000..6da8d52 --- /dev/null +++ b/testimages/testout_3x2_float_prog_arm.jpg diff --git a/testimages/testout_3x2_float_prog_intel.jpg b/testimages/testout_3x2_float_prog_intel.jpg Binary files differnew file mode 100644 index 0000000..7a27f4b --- /dev/null +++ b/testimages/testout_3x2_float_prog_intel.jpg diff --git a/testimages/testout_3x2_ifast_prog.jpg b/testimages/testout_3x2_ifast_prog.jpg Binary files differnew file mode 100644 index 0000000..934a9f1 --- /dev/null +++ b/testimages/testout_3x2_ifast_prog.jpg diff --git a/testimages/testout_420_islow_prog.jpg b/testimages/testout_420_islow_prog.jpg Binary files differnew file mode 100644 index 0000000..968a90e --- /dev/null +++ b/testimages/testout_420_islow_prog.jpg diff --git a/testimages/testout_420_q100_ifast_prog.jpg b/testimages/testout_420_q100_ifast_prog.jpg Binary files differnew file mode 100644 index 0000000..13e0503 --- /dev/null +++ b/testimages/testout_420_q100_ifast_prog.jpg diff --git a/testimages/testout_422_ifast_opt.jpg b/testimages/testout_422_ifast_opt.jpg Binary files differnew file mode 100644 index 0000000..bc2ae71 --- /dev/null +++ b/testimages/testout_422_ifast_opt.jpg diff --git a/testimages/testout_444_islow.jpg b/testimages/testout_444_islow.jpg Binary files differnew file mode 100644 index 0000000..483551c --- /dev/null +++ b/testimages/testout_444_islow.jpg diff --git a/testimages/testout_444_islow_ari.jpg b/testimages/testout_444_islow_ari.jpg Binary files differnew file mode 100644 index 0000000..5929b84 --- /dev/null +++ b/testimages/testout_444_islow_ari.jpg diff --git a/testimages/testout_444_islow_prog.jpg b/testimages/testout_444_islow_prog.jpg Binary files differnew file mode 100644 index 0000000..49b59f5 --- /dev/null +++ b/testimages/testout_444_islow_prog.jpg diff --git a/testimages/testout_gray_islow.jpg b/testimages/testout_gray_islow.jpg Binary files differnew file mode 100644 index 0000000..95505a2 --- /dev/null +++ b/testimages/testout_gray_islow.jpg diff --git a/testimages/testout_rgb_islow.jpg b/testimages/testout_rgb_islow.jpg Binary files differnew file mode 100644 index 0000000..1d35986 --- /dev/null +++ b/testimages/testout_rgb_islow.jpg |