diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-09-08 14:51:13 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-09-08 14:51:13 +0000 |
commit | 7d7f57d93932684896e87ee0859086fabe6529e6 (patch) | |
tree | d74d67ddb25d8834f9b210150f0d4a7f108df3ce /tests/ffmpeg.regression.ref | |
parent | 4770a97aae4846904f7d4fd2ea2a74a51a85d787 (diff) | |
download | ffmpeg-7d7f57d93932684896e87ee0859086fabe6529e6.tar.gz |
store halfpel filter coefficients in the header as well as the
flag for diagonal interpolation
the primary reason for this change is that previously MC up to 1/4 pel
matched H.264 exactly and that increases the risk of stumbling over
patents
secondly this allows 0.10 db or more quality gain by choosing a longer
filter and the filter could also be chosen optimally for each frame
though that of course would cause speed loss at the decoder and encoder
side ...
Originally committed as revision 10436 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/ffmpeg.regression.ref')
-rw-r--r-- | tests/ffmpeg.regression.ref | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ffmpeg.regression.ref b/tests/ffmpeg.regression.ref index bbb1947e8b..acba8583fd 100644 --- a/tests/ffmpeg.regression.ref +++ b/tests/ffmpeg.regression.ref @@ -141,12 +141,12 @@ f8f51fa737add17f7fecaefa118b57ed *./tests/data/a-ffv1.avi 2654678 ./tests/data/a-ffv1.avi 799d3db687f6cdd7a837ec156efc171f *./tests/data/out.yuv stddev: 0.00 PSNR:99.99 bytes:7602176 -3b419d4e700466fed31bdbdb7fd032ea *./tests/data/a-snow.avi -156682 ./tests/data/a-snow.avi +2ef414dd800dcb05f032f9b0dfb4f483 *./tests/data/a-snow.avi +156716 ./tests/data/a-snow.avi 3de2b39f90fd8331f27e627e68e076f7 *./tests/data/out.yuv stddev: 23.15 PSNR:20.83 bytes:7602176 -336d769a694cf92e21962879fea05331 *./tests/data/a-snow53.avi -3520654 ./tests/data/a-snow53.avi +5ad99548fc64ce3c83c55a37ed8f8a19 *./tests/data/a-snow53.avi +3520688 ./tests/data/a-snow53.avi 799d3db687f6cdd7a837ec156efc171f *./tests/data/out.yuv stddev: 0.00 PSNR:99.99 bytes:7602176 c299f64c3e85b928c5bfe71629cee006 *./tests/data/a-dv.dv |