summaryrefslogtreecommitdiff
path: root/tests/ref/fate/filter-fps-down-round-down
diff options
context:
space:
mode:
authorrcombs <rcombs@rcombs.me>2022-06-02 03:48:25 -0500
committerrcombs <rcombs@rcombs.me>2022-06-19 19:18:34 -0500
commit6c3a82f0433de8ff9c35def971a736056cc8ff38 (patch)
tree5353f12b6994be4ab6e17bc500d376c673061e96 /tests/ref/fate/filter-fps-down-round-down
parenta5b3b65dc067b900be55d7edcea3cecd65a133f0 (diff)
lavfi/drawutils: improve colorspace support
- Introduce ff_draw_init2, which takes explicit colorspace and range args - Use lavu/csp and lavfi/colorspace for conversion, rather than the lavu/colorspace.h macros - Use the passed-in colorspace when performing RGB->YUV conversions The upshot of this is: - Support for YUV spaces other than BT601 - Better rounding for all conversions - Particular rounding improvements in >8-bit formats, which previously used simple left-shifts - Support for limited-range RGB - Support for full-range YUV in non-J pixfmts Due to the rounding improvements, this results in a large number of minor changes to FATE tests. Signed-off-by: rcombs <rcombs@rcombs.me>
Diffstat (limited to 'tests/ref/fate/filter-fps-down-round-down')
-rw-r--r--tests/ref/fate/filter-fps-down-round-down20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/ref/fate/filter-fps-down-round-down b/tests/ref/fate/filter-fps-down-round-down
index 4440539b6f..ede7e33033 100644
--- a/tests/ref/fate/filter-fps-down-round-down
+++ b/tests/ref/fate/filter-fps-down-round-down
@@ -3,13 +3,13 @@
#codec_id 0: rawvideo
#dimensions 0: 320x240
#sar 0: 1/1
-0, 0, 0, 1, 115200, 0x201b9db1
-0, 1, 1, 1, 115200, 0x309b9c06
-0, 2, 2, 1, 115200, 0xa14e9aca
-0, 3, 3, 1, 115200, 0x02b6ab21
-0, 4, 4, 1, 115200, 0x296dd4a5
-0, 5, 5, 1, 115200, 0x59e85f83
-0, 6, 6, 1, 115200, 0xf040bf35
-0, 7, 7, 1, 115200, 0xa76dcd9d
-0, 8, 8, 1, 115200, 0x3af5d306
-0, 9, 9, 1, 115200, 0xc8ce7fb1
+0, 0, 0, 1, 115200, 0x8567f6cf
+0, 1, 1, 1, 115200, 0x0054f5dd
+0, 2, 2, 1, 115200, 0x3226f459
+0, 3, 3, 1, 115200, 0xc2c4037c
+0, 4, 4, 1, 115200, 0x93892b01
+0, 5, 5, 1, 115200, 0xc875b905
+0, 6, 6, 1, 115200, 0x7f601649
+0, 7, 7, 1, 115200, 0x5cef2244
+0, 8, 8, 1, 115200, 0xe1342b12
+0, 9, 9, 1, 115200, 0x57d4cca0