diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-12 02:27:00 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-14 15:58:59 +0100 |
commit | 4b0cad6596bcbce5833251c9ba2a60617186a39c (patch) | |
tree | 073328bd46a141a9d2ac0f3827e3ae2255b99173 /tests | |
parent | a7ea733b721e034447e4e5bb013e2dd25614f530 (diff) | |
download | ffmpeg-4b0cad6596bcbce5833251c9ba2a60617186a39c.tar.gz |
avcodec/simple_idct_template: fix rounding of the special DC case for 10bit
MSE doesnt change for the test as the code only triggers
for very sparse matrixes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/prores-422_lt | 4 | ||||
-rw-r--r-- | tests/ref/vsynth/vsynth2-prores | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/ref/fate/prores-422_lt b/tests/ref/fate/prores-422_lt index 33976d0a44..3113c8a522 100644 --- a/tests/ref/fate/prores-422_lt +++ b/tests/ref/fate/prores-422_lt @@ -1,3 +1,3 @@ #tb 0: 100/2997 -0, 0, 0, 1, 8294400, 0xdaff4019 -0, 1, 1, 1, 8294400, 0xdaff4019 +0, 0, 0, 1, 8294400, 0x4ca110c7 +0, 1, 1, 1, 8294400, 0x4ca110c7 diff --git a/tests/ref/vsynth/vsynth2-prores b/tests/ref/vsynth/vsynth2-prores index b2169d827a..82311b4dfc 100644 --- a/tests/ref/vsynth/vsynth2-prores +++ b/tests/ref/vsynth/vsynth2-prores @@ -1,4 +1,4 @@ af885572d77d28e5ede27932bd68cdde *tests/data/fate/vsynth2-prores.mov 2844076 tests/data/fate/vsynth2-prores.mov -387a3c23586c679b411c3eff2c9d9d06 *tests/data/fate/vsynth2-prores.out.rawvideo +03fd29e3963716a09d232b6f817ecb57 *tests/data/fate/vsynth2-prores.out.rawvideo stddev: 1.31 PSNR: 45.77 MAXDIFF: 11 bytes: 7603200/ 7603200 |