diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-12 01:23:50 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-14 15:58:57 +0100 |
commit | d9e556ebd04c755b61b7d56c796ec21bf8928adf (patch) | |
tree | 8bc1983e947f45a5949ad9cddc401059cd8126b7 /tests/ref/fate | |
parent | 12bc33d7cd04d863466d4a2d18a7fbcb59372429 (diff) | |
download | ffmpeg-d9e556ebd04c755b61b7d56c796ec21bf8928adf.tar.gz |
avcodec/proresdsp & idct: move biasing from after the IDCT into the IDCT
This replaces 64 additions by 8 additions
MSE Changes from 0.04873672 to 0.05012422
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/fate')
-rw-r--r-- | tests/ref/fate/prores-422 | 4 | ||||
-rw-r--r-- | tests/ref/fate/prores-422_hq | 4 | ||||
-rw-r--r-- | tests/ref/fate/prores-422_lt | 4 | ||||
-rw-r--r-- | tests/ref/fate/prores-422_proxy | 4 | ||||
-rw-r--r-- | tests/ref/fate/prores-alpha | 4 | ||||
-rw-r--r-- | tests/ref/fate/prores-alpha_skip | 4 | ||||
-rw-r--r-- | tests/ref/fate/prores-transparency | 2 | ||||
-rw-r--r-- | tests/ref/fate/prores-transparency_skip | 2 |
8 files changed, 14 insertions, 14 deletions
diff --git a/tests/ref/fate/prores-422 b/tests/ref/fate/prores-422 index acd09e3da6..679ba5a7c5 100644 --- a/tests/ref/fate/prores-422 +++ b/tests/ref/fate/prores-422 @@ -1,3 +1,3 @@ #tb 0: 100/2997 -0, 0, 0, 1, 8294400, 0xe8e9d448 -0, 1, 1, 1, 8294400, 0xe8e9d448 +0, 0, 0, 1, 8294400, 0x434ecf5c +0, 1, 1, 1, 8294400, 0x434ecf5c diff --git a/tests/ref/fate/prores-422_hq b/tests/ref/fate/prores-422_hq index a404ef4d3f..fc313a7764 100644 --- a/tests/ref/fate/prores-422_hq +++ b/tests/ref/fate/prores-422_hq @@ -1,3 +1,3 @@ #tb 0: 100/2997 -0, 0, 0, 1, 8294400, 0x817063b0 -0, 1, 1, 1, 8294400, 0x817063b0 +0, 0, 0, 1, 8294400, 0xd28b6996 +0, 1, 1, 1, 8294400, 0xd28b6996 diff --git a/tests/ref/fate/prores-422_lt b/tests/ref/fate/prores-422_lt index 09e2408cd1..385134d9cb 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, 0xcd4ccde1 -0, 1, 1, 1, 8294400, 0xcd4ccde1 +0, 0, 0, 1, 8294400, 0x38b30b72 +0, 1, 1, 1, 8294400, 0x38b30b72 diff --git a/tests/ref/fate/prores-422_proxy b/tests/ref/fate/prores-422_proxy index d716f87c2b..d275309751 100644 --- a/tests/ref/fate/prores-422_proxy +++ b/tests/ref/fate/prores-422_proxy @@ -1,3 +1,3 @@ #tb 0: 100/2997 -0, 0, 0, 1, 8294400, 0x51d29320 -0, 1, 1, 1, 8294400, 0x51d29320 +0, 0, 0, 1, 8294400, 0xc1fa4263 +0, 1, 1, 1, 8294400, 0xc1fa4263 diff --git a/tests/ref/fate/prores-alpha b/tests/ref/fate/prores-alpha index 9a8b9eefab..f2333e4e91 100644 --- a/tests/ref/fate/prores-alpha +++ b/tests/ref/fate/prores-alpha @@ -1,3 +1,3 @@ #tb 0: 100/2997 -0, 0, 0, 1, 16588800, 0x8dcdb600 -0, 1, 1, 1, 16588800, 0x8dcdb600 +0, 0, 0, 1, 16588800, 0x50d4b7ee +0, 1, 1, 1, 16588800, 0x50d4b7ee diff --git a/tests/ref/fate/prores-alpha_skip b/tests/ref/fate/prores-alpha_skip index bdb5c6ee70..7fb03644d2 100644 --- a/tests/ref/fate/prores-alpha_skip +++ b/tests/ref/fate/prores-alpha_skip @@ -1,3 +1,3 @@ #tb 0: 100/2997 -0, 0, 0, 1, 12441600, 0x254d8f95 -0, 1, 1, 1, 12441600, 0x254d8f95 +0, 0, 0, 1, 12441600, 0xd0299183 +0, 1, 1, 1, 12441600, 0xd0299183 diff --git a/tests/ref/fate/prores-transparency b/tests/ref/fate/prores-transparency index 9c71d33e76..3d851f0d8c 100644 --- a/tests/ref/fate/prores-transparency +++ b/tests/ref/fate/prores-transparency @@ -1,5 +1,5 @@ #tb 0: 1/25 #tb 1: 1/48000 -0, 0, 0, 1, 16588800, 0x20778f5e +0, 0, 0, 1, 16588800, 0xb3cedec5 1, 0, 0, 1024, 4096, 0x00000000 1, 1024, 1024, 896, 3584, 0x00000000 diff --git a/tests/ref/fate/prores-transparency_skip b/tests/ref/fate/prores-transparency_skip index a2921a4e41..a12c1a542b 100644 --- a/tests/ref/fate/prores-transparency_skip +++ b/tests/ref/fate/prores-transparency_skip @@ -1,5 +1,5 @@ #tb 0: 1/25 #tb 1: 1/48000 -0, 0, 0, 1, 12441600, 0x58bff47d +0, 0, 0, 1, 12441600, 0x78aa43f3 1, 0, 0, 1024, 4096, 0x00000000 1, 1024, 1024, 896, 3584, 0x00000000 |