diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2015-10-01 22:01:26 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-02 18:08:36 +0200 |
commit | c7e14a279fa7348db10ec824bb2d67858cb1c1ca (patch) | |
tree | 3f93bffc6d66fd4d0d86bb13e42daaf8aab9acb2 /tests/ref/vsynth/vsynth2-dnxhd-720p | |
parent | 7e4070d2e70bbd0e70dd83c06089e465a0eda704 (diff) | |
download | ffmpeg-c7e14a279fa7348db10ec824bb2d67858cb1c1ca.tar.gz |
dnxhddec: use dequantization formula from specs
The current one, while correct, does not yield the best possible
results. The specificiations suggest another formula, which results
in quality gains in the decoded output from fate tests. This
justifies changing said formula.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/ref/vsynth/vsynth2-dnxhd-720p')
-rw-r--r-- | tests/ref/vsynth/vsynth2-dnxhd-720p | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/vsynth/vsynth2-dnxhd-720p b/tests/ref/vsynth/vsynth2-dnxhd-720p index f40da38346..fa26c2c058 100644 --- a/tests/ref/vsynth/vsynth2-dnxhd-720p +++ b/tests/ref/vsynth/vsynth2-dnxhd-720p @@ -1,4 +1,4 @@ 3bb2d4fe12b49eae830918d68bde0675 *tests/data/fate/vsynth2-dnxhd-720p.dnxhd 2293760 tests/data/fate/vsynth2-dnxhd-720p.dnxhd -903e5a7f2b84c0cd362a0f3a69549989 *tests/data/fate/vsynth2-dnxhd-720p.out.rawvideo -stddev: 1.53 PSNR: 44.41 MAXDIFF: 31 bytes: 7603200/ 760320 +bf3c208086609fea7cb40a9ad97b1fd4 *tests/data/fate/vsynth2-dnxhd-720p.out.rawvideo +stddev: 1.52 PSNR: 44.49 MAXDIFF: 31 bytes: 7603200/ 760320 |