diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-06-22 01:30:33 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-22 01:36:05 +0200 |
commit | 1c495b0bf690995c45f79f4f19500921e14ec78a (patch) | |
tree | d5ef046b1289363a74f1d54e8ee609ec8a6649a4 /tests/ref/vsynth/vsynth3-jpeg2000-97 | |
parent | 6504047f82866fdc0e2a5422ad7fecb44740e9d6 (diff) | |
download | ffmpeg-1c495b0bf690995c45f79f4f19500921e14ec78a.tar.gz |
avcodec/jpeg2000: Move gainb handling into the quantization code
thats how the specification defines it, this also improves numerical
accuracy of the integer wavelet implementation. It otherwise should
be equivalent, in case of overflows this can be reverted.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/vsynth/vsynth3-jpeg2000-97')
-rw-r--r-- | tests/ref/vsynth/vsynth3-jpeg2000-97 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ref/vsynth/vsynth3-jpeg2000-97 b/tests/ref/vsynth/vsynth3-jpeg2000-97 index 236519863f..eff6945989 100644 --- a/tests/ref/vsynth/vsynth3-jpeg2000-97 +++ b/tests/ref/vsynth/vsynth3-jpeg2000-97 @@ -1,4 +1,4 @@ -36dddf487c4919d890db3484ab5d6486 *tests/data/fate/vsynth3-jpeg2000-97.avi -66522 tests/data/fate/vsynth3-jpeg2000-97.avi -332c0924bc1477a41eb413455c5b9d90 *tests/data/fate/vsynth3-jpeg2000-97.out.rawvideo -stddev: 6.17 PSNR: 32.32 MAXDIFF: 51 bytes: 86700/ 86700 +d551b1b1bfc691356e6f45f4386aff1d *tests/data/fate/vsynth3-jpeg2000-97.avi +92144 tests/data/fate/vsynth3-jpeg2000-97.avi +533535dad2ccc7aef3eb0e7ccb239bf2 *tests/data/fate/vsynth3-jpeg2000-97.out.rawvideo +stddev: 4.60 PSNR: 34.87 MAXDIFF: 46 bytes: 86700/ 86700 |