summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/utvideo_rgba_median
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-06-26 11:29:02 +0200
committerPaul B Mahol <onemda@gmail.com>2017-06-26 20:11:58 +0200
commit3594788b713e76449eda0bc9d64b38258c86a594 (patch)
tree476fb46f7231d6b559a6d58e103aa746c2d548f6 /tests/ref/fate/utvideo_rgba_median
parente9510dc0328437f899513e53e81efcb330b2eb5a (diff)
downloadffmpeg-streaming-3594788b713e76449eda0bc9d64b38258c86a594.zip
ffmpeg-streaming-3594788b713e76449eda0bc9d64b38258c86a594.tar.gz
avcodec/utvideodec: decode to GBR(A)P
This is actually internal utvideo format. Allows to make use of SIMD for median prediction for rgb(a) formats, thus speeding up decoding. Simplifies code, eases further developement and maintenance. Update FATE because of pixel format switch. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'tests/ref/fate/utvideo_rgba_median')
-rw-r--r--tests/ref/fate/utvideo_rgba_median10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/ref/fate/utvideo_rgba_median b/tests/ref/fate/utvideo_rgba_median
index cb7876f..b24b7f4 100644
--- a/tests/ref/fate/utvideo_rgba_median
+++ b/tests/ref/fate/utvideo_rgba_median
@@ -3,8 +3,8 @@
#codec_id 0: rawvideo
#dimensions 0: 640x480
#sar 0: 0/1
-0, 0, 0, 1, 1228800, 0xf1bc9432
-0, 1, 1, 1, 1228800, 0x8480d1e5
-0, 2, 2, 1, 1228800, 0xb01d5fb2
-0, 3, 3, 1, 1228800, 0x53cb42c4
-0, 4, 4, 1, 1228800, 0x2b2ea176
+0, 0, 0, 1, 1228800, 0xf9f49432
+0, 1, 1, 1, 1228800, 0xf089d1e5
+0, 2, 2, 1, 1228800, 0xbd025fb2
+0, 3, 3, 1, 1228800, 0x17bf42c4
+0, 4, 4, 1, 1228800, 0xe31ea176
OpenPOWER on IntegriCloud