diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-28 09:30:28 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-28 09:35:49 +0200 |
commit | cf05fe8a7e588c005b93948e2e418a7b4744fe79 (patch) | |
tree | 50993336b1ec3fc0cd491af8e196c19f641528d5 /tests/ref | |
parent | 3fc8500483bef4dcb43b4a1e5fe628e416ca1a0e (diff) | |
download | ffmpeg-cf05fe8a7e588c005b93948e2e418a7b4744fe79.tar.gz |
jpeg2000dwt: remove floats from mixed float/int 9/7 dwt
This should fix some fate failures
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/vsynth/vsynth1-j2k-97 | 8 | ||||
-rw-r--r-- | tests/ref/vsynth/vsynth2-j2k-97 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/tests/ref/vsynth/vsynth1-j2k-97 b/tests/ref/vsynth/vsynth1-j2k-97 index d13d287282..3c59e798f7 100644 --- a/tests/ref/vsynth/vsynth1-j2k-97 +++ b/tests/ref/vsynth/vsynth1-j2k-97 @@ -1,4 +1,4 @@ -1222a8f36e34ce161a04afc1a0be37ec *tests/data/fate/vsynth1-j2k-97.avi -2034226 tests/data/fate/vsynth1-j2k-97.avi -42bb661ff1927fd6691ed99a755df5ea *tests/data/fate/vsynth1-j2k-97.out.rawvideo -stddev: 7.58 PSNR: 30.53 MAXDIFF: 104 bytes: 7603200/ 7603200 +c135eb14e9f219242180270c2a242634 *tests/data/fate/vsynth1-j2k-97.avi +2243132 tests/data/fate/vsynth1-j2k-97.avi +c8dc404072bf57d3ca823c0adaac013c *tests/data/fate/vsynth1-j2k-97.out.rawvideo +stddev: 6.79 PSNR: 31.49 MAXDIFF: 77 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth2-j2k-97 b/tests/ref/vsynth/vsynth2-j2k-97 index 7c6b14752f..ed5bcc999e 100644 --- a/tests/ref/vsynth/vsynth2-j2k-97 +++ b/tests/ref/vsynth/vsynth2-j2k-97 @@ -1,4 +1,4 @@ -82b35e3f587babe909da920597fcf4a8 *tests/data/fate/vsynth2-j2k-97.avi -1004984 tests/data/fate/vsynth2-j2k-97.avi -3d29c50c8f2ae433c39cb46855fe8a34 *tests/data/fate/vsynth2-j2k-97.out.rawvideo -stddev: 6.57 PSNR: 31.77 MAXDIFF: 61 bytes: 7603200/ 7603200 +3ac3e49a89136bddde9e44bac3e5b4ed *tests/data/fate/vsynth2-j2k-97.avi +1118952 tests/data/fate/vsynth2-j2k-97.avi +a9434a726d6976facf53ff63d1466a99 *tests/data/fate/vsynth2-j2k-97.out.rawvideo +stddev: 5.81 PSNR: 32.84 MAXDIFF: 59 bytes: 7603200/ 7603200 |