summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wright <jonathan.wright@arm.com>2020-06-27 14:19:00 +0100
committerJonathan Wright <jonathan.wright@arm.com>2020-06-29 17:33:20 +0100
commit8789cbdf62438805d7463bd993f0c2d91fc4d54c (patch)
treec2181087adc8d7caff69e496e6d4aaca1d858fa5
parentdc4d6f9a2d43822d0e5603bb22b63abdf1d86e83 (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.chromium1
-rw-r--r--testimages/testout_3x2_float_prog_arm.jpgbin0 -> 5341 bytes
-rw-r--r--testimages/testout_3x2_float_prog_intel.jpgbin0 -> 5340 bytes
-rw-r--r--testimages/testout_3x2_ifast_prog.jpgbin0 -> 5335 bytes
-rw-r--r--testimages/testout_420_islow_prog.jpgbin0 -> 5645 bytes
-rw-r--r--testimages/testout_420_q100_ifast_prog.jpgbin0 -> 18456 bytes
-rw-r--r--testimages/testout_422_ifast_opt.jpgbin0 -> 5928 bytes
-rw-r--r--testimages/testout_444_islow.jpgbin0 -> 7073 bytes
-rw-r--r--testimages/testout_444_islow_ari.jpgbin0 -> 6336 bytes
-rw-r--r--testimages/testout_444_islow_prog.jpgbin0 -> 6985 bytes
-rw-r--r--testimages/testout_gray_islow.jpgbin0 -> 4333 bytes
-rw-r--r--testimages/testout_rgb_islow.jpgbin0 -> 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
new file mode 100644
index 0000000..6da8d52
--- /dev/null
+++ b/testimages/testout_3x2_float_prog_arm.jpg
Binary files differ
diff --git a/testimages/testout_3x2_float_prog_intel.jpg b/testimages/testout_3x2_float_prog_intel.jpg
new file mode 100644
index 0000000..7a27f4b
--- /dev/null
+++ b/testimages/testout_3x2_float_prog_intel.jpg
Binary files differ
diff --git a/testimages/testout_3x2_ifast_prog.jpg b/testimages/testout_3x2_ifast_prog.jpg
new file mode 100644
index 0000000..934a9f1
--- /dev/null
+++ b/testimages/testout_3x2_ifast_prog.jpg
Binary files differ
diff --git a/testimages/testout_420_islow_prog.jpg b/testimages/testout_420_islow_prog.jpg
new file mode 100644
index 0000000..968a90e
--- /dev/null
+++ b/testimages/testout_420_islow_prog.jpg
Binary files differ
diff --git a/testimages/testout_420_q100_ifast_prog.jpg b/testimages/testout_420_q100_ifast_prog.jpg
new file mode 100644
index 0000000..13e0503
--- /dev/null
+++ b/testimages/testout_420_q100_ifast_prog.jpg
Binary files differ
diff --git a/testimages/testout_422_ifast_opt.jpg b/testimages/testout_422_ifast_opt.jpg
new file mode 100644
index 0000000..bc2ae71
--- /dev/null
+++ b/testimages/testout_422_ifast_opt.jpg
Binary files differ
diff --git a/testimages/testout_444_islow.jpg b/testimages/testout_444_islow.jpg
new file mode 100644
index 0000000..483551c
--- /dev/null
+++ b/testimages/testout_444_islow.jpg
Binary files differ
diff --git a/testimages/testout_444_islow_ari.jpg b/testimages/testout_444_islow_ari.jpg
new file mode 100644
index 0000000..5929b84
--- /dev/null
+++ b/testimages/testout_444_islow_ari.jpg
Binary files differ
diff --git a/testimages/testout_444_islow_prog.jpg b/testimages/testout_444_islow_prog.jpg
new file mode 100644
index 0000000..49b59f5
--- /dev/null
+++ b/testimages/testout_444_islow_prog.jpg
Binary files differ
diff --git a/testimages/testout_gray_islow.jpg b/testimages/testout_gray_islow.jpg
new file mode 100644
index 0000000..95505a2
--- /dev/null
+++ b/testimages/testout_gray_islow.jpg
Binary files differ
diff --git a/testimages/testout_rgb_islow.jpg b/testimages/testout_rgb_islow.jpg
new file mode 100644
index 0000000..1d35986
--- /dev/null
+++ b/testimages/testout_rgb_islow.jpg
Binary files differ