diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-10-14 19:30:10 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-14 19:48:41 +0200 |
commit | 337496980e8ea75a123921a5a215ae8a962bf128 (patch) | |
tree | c9a657ba9d79e1adf971fda72048a368e96f39dc /tests/ref | |
parent | 530d8529d05da930787944df960bebadd1f14e3b (diff) | |
download | ffmpeg-337496980e8ea75a123921a5a215ae8a962bf128.tar.gz |
prores: use C idct for fate as the SSE code is not matching the SSE* code down at the bits
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref')
-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 |
5 files changed, 10 insertions, 10 deletions
diff --git a/tests/ref/fate/prores-422 b/tests/ref/fate/prores-422 index 7a04efbd1f..8d6f3ab517 100644 --- a/tests/ref/fate/prores-422 +++ b/tests/ref/fate/prores-422 @@ -1,2 +1,2 @@ -0, 0, 8294400, 0x57127dd9 -0, 3003, 8294400, 0x57127dd9 +0, 0, 8294400, 0xe8e9d448 +0, 3003, 8294400, 0xe8e9d448 diff --git a/tests/ref/fate/prores-422_hq b/tests/ref/fate/prores-422_hq index 9631ce3240..8ce6937cf5 100644 --- a/tests/ref/fate/prores-422_hq +++ b/tests/ref/fate/prores-422_hq @@ -1,2 +1,2 @@ -0, 0, 8294400, 0x978851f4 -0, 3003, 8294400, 0x978851f4 +0, 0, 8294400, 0x817063b0 +0, 3003, 8294400, 0x817063b0 diff --git a/tests/ref/fate/prores-422_lt b/tests/ref/fate/prores-422_lt index ae40675a50..e9d0437568 100644 --- a/tests/ref/fate/prores-422_lt +++ b/tests/ref/fate/prores-422_lt @@ -1,2 +1,2 @@ -0, 0, 8294400, 0x4ca110c7 -0, 3003, 8294400, 0x4ca110c7 +0, 0, 8294400, 0xcd4ccde1 +0, 3003, 8294400, 0xcd4ccde1 diff --git a/tests/ref/fate/prores-422_proxy b/tests/ref/fate/prores-422_proxy index d7a3c8d49a..e03c3fa871 100644 --- a/tests/ref/fate/prores-422_proxy +++ b/tests/ref/fate/prores-422_proxy @@ -1,2 +1,2 @@ -0, 0, 8294400, 0x007ba770 -0, 3003, 8294400, 0x007ba770 +0, 0, 8294400, 0x3099e361 +0, 3003, 8294400, 0x3099e361 diff --git a/tests/ref/fate/prores-alpha b/tests/ref/fate/prores-alpha index 558e513409..48568ba1f3 100644 --- a/tests/ref/fate/prores-alpha +++ b/tests/ref/fate/prores-alpha @@ -1,2 +1,2 @@ -0, 0, 12441600, 0xf11685dd -0, 3003, 12441600, 0xf11685dd +0, 0, 12441600, 0x254d8f95 +0, 3003, 12441600, 0x254d8f95 |