You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
tests/fate/pixfmt: add conversion tests with semi planar YUV formats
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@ -106,6 +106,7 @@ FATE_PIXFMT_8-YUV-$(call ALLYES, SCALE_FILTER YUVTESTSRC_FILTER LAVFI_INDEV) +=
|
|||||||
FATE_PIXFMT_8-RGB-$(call ALLYES, SCALE_FILTER RGBTESTSRC_FILTER LAVFI_INDEV) += $(PIXFMT_EXT_LIST)
|
FATE_PIXFMT_8-RGB-$(call ALLYES, SCALE_FILTER RGBTESTSRC_FILTER LAVFI_INDEV) += $(PIXFMT_EXT_LIST)
|
||||||
|
|
||||||
FATE_PIXFMT_8-YUV += $(FATE_PIXFMT_8-YUV-yes:%=fate-pixfmt-yuv444p-%)
|
FATE_PIXFMT_8-YUV += $(FATE_PIXFMT_8-YUV-yes:%=fate-pixfmt-yuv444p-%)
|
||||||
|
FATE_PIXFMT_8-YUV += $(FATE_PIXFMT_8-YUV-yes:%=fate-pixfmt-nv24-%)
|
||||||
FATE_PIXFMT_8-RGB += $(FATE_PIXFMT_8-RGB-yes:%=fate-pixfmt-gbrp-%)
|
FATE_PIXFMT_8-RGB += $(FATE_PIXFMT_8-RGB-yes:%=fate-pixfmt-gbrp-%)
|
||||||
FATE_PIXFMT_8-RGB += $(FATE_PIXFMT_8-RGB-yes:%=fate-pixfmt-rgb24-%)
|
FATE_PIXFMT_8-RGB += $(FATE_PIXFMT_8-RGB-yes:%=fate-pixfmt-rgb24-%)
|
||||||
|
|
||||||
@ -120,6 +121,8 @@ FATE_PIXFMT_EXT-RGB-$(call ALLYES, SCALE_FILTER RGBTESTSRC_FILTER LAVFI_INDEV) +
|
|||||||
|
|
||||||
FATE_PIXFMT_EXT-YUV += $(FATE_PIXFMT_EXT-YUV-yes:%=fate-pixfmt-yuv444p10-%)
|
FATE_PIXFMT_EXT-YUV += $(FATE_PIXFMT_EXT-YUV-yes:%=fate-pixfmt-yuv444p10-%)
|
||||||
FATE_PIXFMT_EXT-YUV += $(FATE_PIXFMT_EXT-YUV-yes:%=fate-pixfmt-yuv444p12-%)
|
FATE_PIXFMT_EXT-YUV += $(FATE_PIXFMT_EXT-YUV-yes:%=fate-pixfmt-yuv444p12-%)
|
||||||
|
FATE_PIXFMT_EXT-YUV += $(FATE_PIXFMT_EXT-YUV-yes:%=fate-pixfmt-p410-%)
|
||||||
|
FATE_PIXFMT_EXT-YUV += $(FATE_PIXFMT_EXT-YUV-yes:%=fate-pixfmt-p412-%)
|
||||||
FATE_PIXFMT_EXT-RGB += $(FATE_PIXFMT_EXT-RGB-yes:%=fate-pixfmt-gbrp10-%)
|
FATE_PIXFMT_EXT-RGB += $(FATE_PIXFMT_EXT-RGB-yes:%=fate-pixfmt-gbrp10-%)
|
||||||
FATE_PIXFMT_EXT-RGB += $(FATE_PIXFMT_EXT-RGB-yes:%=fate-pixfmt-gbrp12-%)
|
FATE_PIXFMT_EXT-RGB += $(FATE_PIXFMT_EXT-RGB-yes:%=fate-pixfmt-gbrp12-%)
|
||||||
FATE_PIXFMT_EXT-RGB += $(FATE_PIXFMT_EXT-RGB-yes:%=fate-pixfmt-rgb48-%)
|
FATE_PIXFMT_EXT-RGB += $(FATE_PIXFMT_EXT-RGB-yes:%=fate-pixfmt-rgb48-%)
|
||||||
@ -134,6 +137,7 @@ FATE_PIXFMT_16-YUV-$(call ALLYES, SCALE_FILTER YUVTESTSRC_FILTER LAVFI_INDEV) +=
|
|||||||
FATE_PIXFMT_16-RGB-$(call ALLYES, SCALE_FILTER RGBTESTSRC_FILTER LAVFI_INDEV) += $(PIXFMT_16_LIST)
|
FATE_PIXFMT_16-RGB-$(call ALLYES, SCALE_FILTER RGBTESTSRC_FILTER LAVFI_INDEV) += $(PIXFMT_16_LIST)
|
||||||
|
|
||||||
FATE_PIXFMT_16-YUV := $(FATE_PIXFMT_16-YUV-yes:%=fate-pixfmt-yuv444p16-%)
|
FATE_PIXFMT_16-YUV := $(FATE_PIXFMT_16-YUV-yes:%=fate-pixfmt-yuv444p16-%)
|
||||||
|
FATE_PIXFMT_16-YUV := $(FATE_PIXFMT_16-RGB-yes:%=fate-pixfmt-p416-%)
|
||||||
FATE_PIXFMT_16-RGB := $(FATE_PIXFMT_16-RGB-yes:%=fate-pixfmt-gbrp16-%)
|
FATE_PIXFMT_16-RGB := $(FATE_PIXFMT_16-RGB-yes:%=fate-pixfmt-gbrp16-%)
|
||||||
|
|
||||||
$(FATE_PIXFMT_16-YUV): CMD = pixfmt_conversion_ext "yuv" "le"
|
$(FATE_PIXFMT_16-YUV): CMD = pixfmt_conversion_ext "yuv" "le"
|
||||||
|
2
tests/ref/pixfmt/nv24-bgr24
Normal file
2
tests/ref/pixfmt/nv24-bgr24
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
4f92124f11a3afb3d75bc7e5dedb48ea *tests/data/pixfmt/nv24-bgr24.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-bgr24.yuv
|
2
tests/ref/pixfmt/nv24-gbrp10be
Normal file
2
tests/ref/pixfmt/nv24-gbrp10be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
7d7104f7ca52cb76e4ea0db16ca661ed *tests/data/pixfmt/nv24-gbrp10be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-gbrp10be.yuv
|
2
tests/ref/pixfmt/nv24-gbrp10le
Normal file
2
tests/ref/pixfmt/nv24-gbrp10le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
7d7104f7ca52cb76e4ea0db16ca661ed *tests/data/pixfmt/nv24-gbrp10le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-gbrp10le.yuv
|
2
tests/ref/pixfmt/nv24-gbrp12be
Normal file
2
tests/ref/pixfmt/nv24-gbrp12be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
04a9afc62ef69406fb9e77421678aa46 *tests/data/pixfmt/nv24-gbrp12be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-gbrp12be.yuv
|
2
tests/ref/pixfmt/nv24-gbrp12le
Normal file
2
tests/ref/pixfmt/nv24-gbrp12le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
04a9afc62ef69406fb9e77421678aa46 *tests/data/pixfmt/nv24-gbrp12le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-gbrp12le.yuv
|
2
tests/ref/pixfmt/nv24-gbrp16be
Normal file
2
tests/ref/pixfmt/nv24-gbrp16be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
5b79f8e6c88fe1d0d26bbe33ce4d46c9 *tests/data/pixfmt/nv24-gbrp16be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-gbrp16be.yuv
|
2
tests/ref/pixfmt/nv24-gbrp16le
Normal file
2
tests/ref/pixfmt/nv24-gbrp16le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
5b79f8e6c88fe1d0d26bbe33ce4d46c9 *tests/data/pixfmt/nv24-gbrp16le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-gbrp16le.yuv
|
2
tests/ref/pixfmt/nv24-gray
Normal file
2
tests/ref/pixfmt/nv24-gray
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
20b27d4336d38a6a4a082f7e929a5c25 *tests/data/pixfmt/nv24-gray.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-gray.yuv
|
2
tests/ref/pixfmt/nv24-gray10be
Normal file
2
tests/ref/pixfmt/nv24-gray10be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ad842c1e9fefb76018487fae1c80e684 *tests/data/pixfmt/nv24-gray10be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-gray10be.yuv
|
2
tests/ref/pixfmt/nv24-gray10le
Normal file
2
tests/ref/pixfmt/nv24-gray10le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ad842c1e9fefb76018487fae1c80e684 *tests/data/pixfmt/nv24-gray10le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-gray10le.yuv
|
2
tests/ref/pixfmt/nv24-gray12be
Normal file
2
tests/ref/pixfmt/nv24-gray12be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
3b0d7cbf022a1f707980f267513e94dd *tests/data/pixfmt/nv24-gray12be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-gray12be.yuv
|
2
tests/ref/pixfmt/nv24-gray12le
Normal file
2
tests/ref/pixfmt/nv24-gray12le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
3b0d7cbf022a1f707980f267513e94dd *tests/data/pixfmt/nv24-gray12le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-gray12le.yuv
|
2
tests/ref/pixfmt/nv24-gray16be
Normal file
2
tests/ref/pixfmt/nv24-gray16be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
28ab1e8d31a2acaaaf326a7af6812ac4 *tests/data/pixfmt/nv24-gray16be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-gray16be.yuv
|
2
tests/ref/pixfmt/nv24-gray16le
Normal file
2
tests/ref/pixfmt/nv24-gray16le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
28ab1e8d31a2acaaaf326a7af6812ac4 *tests/data/pixfmt/nv24-gray16le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-gray16le.yuv
|
2
tests/ref/pixfmt/nv24-monob
Normal file
2
tests/ref/pixfmt/nv24-monob
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
3988749a5157074ab6dda717acb9cc88 *tests/data/pixfmt/nv24-monob.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-monob.yuv
|
2
tests/ref/pixfmt/nv24-monow
Normal file
2
tests/ref/pixfmt/nv24-monow
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
3988749a5157074ab6dda717acb9cc88 *tests/data/pixfmt/nv24-monow.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-monow.yuv
|
2
tests/ref/pixfmt/nv24-nv12
Normal file
2
tests/ref/pixfmt/nv24-nv12
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
a2f3f65c9ae6571e239348e203ed1343 *tests/data/pixfmt/nv24-nv12.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-nv12.yuv
|
2
tests/ref/pixfmt/nv24-nv16
Normal file
2
tests/ref/pixfmt/nv24-nv16
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
f571348efe9b349f98f65d4d60a9b150 *tests/data/pixfmt/nv24-nv16.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-nv16.yuv
|
2
tests/ref/pixfmt/nv24-nv24
Normal file
2
tests/ref/pixfmt/nv24-nv24
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-nv24.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-nv24.yuv
|
2
tests/ref/pixfmt/nv24-p010be
Normal file
2
tests/ref/pixfmt/nv24-p010be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
2d35dce5831073599c984cc76fa5357d *tests/data/pixfmt/nv24-p010be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p010be.yuv
|
2
tests/ref/pixfmt/nv24-p010le
Normal file
2
tests/ref/pixfmt/nv24-p010le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
2d35dce5831073599c984cc76fa5357d *tests/data/pixfmt/nv24-p010le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p010le.yuv
|
2
tests/ref/pixfmt/nv24-p012be
Normal file
2
tests/ref/pixfmt/nv24-p012be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
77690feaf39edeec375384ce10f8d3b8 *tests/data/pixfmt/nv24-p012be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p012be.yuv
|
2
tests/ref/pixfmt/nv24-p012le
Normal file
2
tests/ref/pixfmt/nv24-p012le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
77690feaf39edeec375384ce10f8d3b8 *tests/data/pixfmt/nv24-p012le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p012le.yuv
|
2
tests/ref/pixfmt/nv24-p016be
Normal file
2
tests/ref/pixfmt/nv24-p016be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
7ab178163daa018e713b95af8d6e030c *tests/data/pixfmt/nv24-p016be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p016be.yuv
|
2
tests/ref/pixfmt/nv24-p016le
Normal file
2
tests/ref/pixfmt/nv24-p016le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
7ab178163daa018e713b95af8d6e030c *tests/data/pixfmt/nv24-p016le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p016le.yuv
|
2
tests/ref/pixfmt/nv24-p210be
Normal file
2
tests/ref/pixfmt/nv24-p210be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
c504f9f9f7e72ad34e61be0d5dcbe786 *tests/data/pixfmt/nv24-p210be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p210be.yuv
|
2
tests/ref/pixfmt/nv24-p210le
Normal file
2
tests/ref/pixfmt/nv24-p210le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
c504f9f9f7e72ad34e61be0d5dcbe786 *tests/data/pixfmt/nv24-p210le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p210le.yuv
|
2
tests/ref/pixfmt/nv24-p212be
Normal file
2
tests/ref/pixfmt/nv24-p212be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
88f8a8b0b9a8909f121fe84882968b99 *tests/data/pixfmt/nv24-p212be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p212be.yuv
|
2
tests/ref/pixfmt/nv24-p212le
Normal file
2
tests/ref/pixfmt/nv24-p212le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
88f8a8b0b9a8909f121fe84882968b99 *tests/data/pixfmt/nv24-p212le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p212le.yuv
|
2
tests/ref/pixfmt/nv24-p216be
Normal file
2
tests/ref/pixfmt/nv24-p216be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
51e0ac3e3f0286e24234e716a287c159 *tests/data/pixfmt/nv24-p216be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p216be.yuv
|
2
tests/ref/pixfmt/nv24-p216le
Normal file
2
tests/ref/pixfmt/nv24-p216le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
51e0ac3e3f0286e24234e716a287c159 *tests/data/pixfmt/nv24-p216le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p216le.yuv
|
2
tests/ref/pixfmt/nv24-p410be
Normal file
2
tests/ref/pixfmt/nv24-p410be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-p410be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p410be.yuv
|
2
tests/ref/pixfmt/nv24-p410le
Normal file
2
tests/ref/pixfmt/nv24-p410le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-p410le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p410le.yuv
|
2
tests/ref/pixfmt/nv24-p412be
Normal file
2
tests/ref/pixfmt/nv24-p412be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-p412be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p412be.yuv
|
2
tests/ref/pixfmt/nv24-p412le
Normal file
2
tests/ref/pixfmt/nv24-p412le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-p412le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p412le.yuv
|
2
tests/ref/pixfmt/nv24-p416be
Normal file
2
tests/ref/pixfmt/nv24-p416be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-p416be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p416be.yuv
|
2
tests/ref/pixfmt/nv24-p416le
Normal file
2
tests/ref/pixfmt/nv24-p416le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-p416le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-p416le.yuv
|
2
tests/ref/pixfmt/nv24-rgb24
Normal file
2
tests/ref/pixfmt/nv24-rgb24
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
4f92124f11a3afb3d75bc7e5dedb48ea *tests/data/pixfmt/nv24-rgb24.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-rgb24.yuv
|
2
tests/ref/pixfmt/nv24-rgb32
Normal file
2
tests/ref/pixfmt/nv24-rgb32
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
4f92124f11a3afb3d75bc7e5dedb48ea *tests/data/pixfmt/nv24-rgb32.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-rgb32.yuv
|
2
tests/ref/pixfmt/nv24-rgb48
Normal file
2
tests/ref/pixfmt/nv24-rgb48
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
5b79f8e6c88fe1d0d26bbe33ce4d46c9 *tests/data/pixfmt/nv24-rgb48.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-rgb48.yuv
|
2
tests/ref/pixfmt/nv24-rgb555
Normal file
2
tests/ref/pixfmt/nv24-rgb555
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
7f5e5c63011561a9ef5568b3250349f3 *tests/data/pixfmt/nv24-rgb555.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-rgb555.yuv
|
2
tests/ref/pixfmt/nv24-rgb565
Normal file
2
tests/ref/pixfmt/nv24-rgb565
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ad508ac204b9133e6138b7241f7f57b3 *tests/data/pixfmt/nv24-rgb565.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-rgb565.yuv
|
2
tests/ref/pixfmt/nv24-uyvy422
Normal file
2
tests/ref/pixfmt/nv24-uyvy422
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
f571348efe9b349f98f65d4d60a9b150 *tests/data/pixfmt/nv24-uyvy422.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-uyvy422.yuv
|
2
tests/ref/pixfmt/nv24-v30xle
Normal file
2
tests/ref/pixfmt/nv24-v30xle
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-v30xle.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-v30xle.yuv
|
2
tests/ref/pixfmt/nv24-vuyx
Normal file
2
tests/ref/pixfmt/nv24-vuyx
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-vuyx.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-vuyx.yuv
|
2
tests/ref/pixfmt/nv24-vyu444
Normal file
2
tests/ref/pixfmt/nv24-vyu444
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-vyu444.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-vyu444.yuv
|
2
tests/ref/pixfmt/nv24-x2bgr10le
Normal file
2
tests/ref/pixfmt/nv24-x2bgr10le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
f4ed0cac49801ddb2a4e94f07364c14b *tests/data/pixfmt/nv24-x2bgr10le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-x2bgr10le.yuv
|
2
tests/ref/pixfmt/nv24-x2rgb10le
Normal file
2
tests/ref/pixfmt/nv24-x2rgb10le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
f4ed0cac49801ddb2a4e94f07364c14b *tests/data/pixfmt/nv24-x2rgb10le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-x2rgb10le.yuv
|
2
tests/ref/pixfmt/nv24-xv30le
Normal file
2
tests/ref/pixfmt/nv24-xv30le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-xv30le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-xv30le.yuv
|
2
tests/ref/pixfmt/nv24-xv36be
Normal file
2
tests/ref/pixfmt/nv24-xv36be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-xv36be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-xv36be.yuv
|
2
tests/ref/pixfmt/nv24-xv36le
Normal file
2
tests/ref/pixfmt/nv24-xv36le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-xv36le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-xv36le.yuv
|
2
tests/ref/pixfmt/nv24-xv48be
Normal file
2
tests/ref/pixfmt/nv24-xv48be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-xv48be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-xv48be.yuv
|
2
tests/ref/pixfmt/nv24-xv48le
Normal file
2
tests/ref/pixfmt/nv24-xv48le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-xv48le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-xv48le.yuv
|
2
tests/ref/pixfmt/nv24-xyz12le
Normal file
2
tests/ref/pixfmt/nv24-xyz12le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
7a67774f90271fef880b9aa257bb0e31 *tests/data/pixfmt/nv24-xyz12le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-xyz12le.yuv
|
2
tests/ref/pixfmt/nv24-y210le
Normal file
2
tests/ref/pixfmt/nv24-y210le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
c504f9f9f7e72ad34e61be0d5dcbe786 *tests/data/pixfmt/nv24-y210le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-y210le.yuv
|
2
tests/ref/pixfmt/nv24-y212le
Normal file
2
tests/ref/pixfmt/nv24-y212le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
88f8a8b0b9a8909f121fe84882968b99 *tests/data/pixfmt/nv24-y212le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-y212le.yuv
|
2
tests/ref/pixfmt/nv24-y216le
Normal file
2
tests/ref/pixfmt/nv24-y216le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
51e0ac3e3f0286e24234e716a287c159 *tests/data/pixfmt/nv24-y216le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-y216le.yuv
|
2
tests/ref/pixfmt/nv24-yuv410p
Normal file
2
tests/ref/pixfmt/nv24-yuv410p
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
2f418011abd25e3eeeb5579a944ea1ff *tests/data/pixfmt/nv24-yuv410p.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv410p.yuv
|
2
tests/ref/pixfmt/nv24-yuv411p
Normal file
2
tests/ref/pixfmt/nv24-yuv411p
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
6baa1fd85bf7976f1cb56785efd00ac6 *tests/data/pixfmt/nv24-yuv411p.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv411p.yuv
|
2
tests/ref/pixfmt/nv24-yuv420p
Normal file
2
tests/ref/pixfmt/nv24-yuv420p
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
55eca56e83836a7a753ed4defd26bfba *tests/data/pixfmt/nv24-yuv420p.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv420p.yuv
|
2
tests/ref/pixfmt/nv24-yuv420p10be
Normal file
2
tests/ref/pixfmt/nv24-yuv420p10be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
2d35dce5831073599c984cc76fa5357d *tests/data/pixfmt/nv24-yuv420p10be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv420p10be.yuv
|
2
tests/ref/pixfmt/nv24-yuv420p10le
Normal file
2
tests/ref/pixfmt/nv24-yuv420p10le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
2d35dce5831073599c984cc76fa5357d *tests/data/pixfmt/nv24-yuv420p10le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv420p10le.yuv
|
2
tests/ref/pixfmt/nv24-yuv420p12be
Normal file
2
tests/ref/pixfmt/nv24-yuv420p12be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
77690feaf39edeec375384ce10f8d3b8 *tests/data/pixfmt/nv24-yuv420p12be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv420p12be.yuv
|
2
tests/ref/pixfmt/nv24-yuv420p12le
Normal file
2
tests/ref/pixfmt/nv24-yuv420p12le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
77690feaf39edeec375384ce10f8d3b8 *tests/data/pixfmt/nv24-yuv420p12le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv420p12le.yuv
|
2
tests/ref/pixfmt/nv24-yuv420p16be
Normal file
2
tests/ref/pixfmt/nv24-yuv420p16be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
7ab178163daa018e713b95af8d6e030c *tests/data/pixfmt/nv24-yuv420p16be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv420p16be.yuv
|
2
tests/ref/pixfmt/nv24-yuv420p16le
Normal file
2
tests/ref/pixfmt/nv24-yuv420p16le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
7ab178163daa018e713b95af8d6e030c *tests/data/pixfmt/nv24-yuv420p16le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv420p16le.yuv
|
2
tests/ref/pixfmt/nv24-yuv422p
Normal file
2
tests/ref/pixfmt/nv24-yuv422p
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
f571348efe9b349f98f65d4d60a9b150 *tests/data/pixfmt/nv24-yuv422p.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv422p.yuv
|
2
tests/ref/pixfmt/nv24-yuv422p10be
Normal file
2
tests/ref/pixfmt/nv24-yuv422p10be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
c504f9f9f7e72ad34e61be0d5dcbe786 *tests/data/pixfmt/nv24-yuv422p10be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv422p10be.yuv
|
2
tests/ref/pixfmt/nv24-yuv422p10le
Normal file
2
tests/ref/pixfmt/nv24-yuv422p10le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
c504f9f9f7e72ad34e61be0d5dcbe786 *tests/data/pixfmt/nv24-yuv422p10le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv422p10le.yuv
|
2
tests/ref/pixfmt/nv24-yuv422p12be
Normal file
2
tests/ref/pixfmt/nv24-yuv422p12be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
88f8a8b0b9a8909f121fe84882968b99 *tests/data/pixfmt/nv24-yuv422p12be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv422p12be.yuv
|
2
tests/ref/pixfmt/nv24-yuv422p12le
Normal file
2
tests/ref/pixfmt/nv24-yuv422p12le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
88f8a8b0b9a8909f121fe84882968b99 *tests/data/pixfmt/nv24-yuv422p12le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv422p12le.yuv
|
2
tests/ref/pixfmt/nv24-yuv422p16be
Normal file
2
tests/ref/pixfmt/nv24-yuv422p16be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
51e0ac3e3f0286e24234e716a287c159 *tests/data/pixfmt/nv24-yuv422p16be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv422p16be.yuv
|
2
tests/ref/pixfmt/nv24-yuv422p16le
Normal file
2
tests/ref/pixfmt/nv24-yuv422p16le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
51e0ac3e3f0286e24234e716a287c159 *tests/data/pixfmt/nv24-yuv422p16le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv422p16le.yuv
|
2
tests/ref/pixfmt/nv24-yuv440p
Normal file
2
tests/ref/pixfmt/nv24-yuv440p
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
49522fa4084943a5f4c022360495a9e2 *tests/data/pixfmt/nv24-yuv440p.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv440p.yuv
|
2
tests/ref/pixfmt/nv24-yuv440p10be
Normal file
2
tests/ref/pixfmt/nv24-yuv440p10be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
bed6b645c2e421b61d3b47da186d5ad3 *tests/data/pixfmt/nv24-yuv440p10be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv440p10be.yuv
|
2
tests/ref/pixfmt/nv24-yuv440p10le
Normal file
2
tests/ref/pixfmt/nv24-yuv440p10le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
bed6b645c2e421b61d3b47da186d5ad3 *tests/data/pixfmt/nv24-yuv440p10le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv440p10le.yuv
|
2
tests/ref/pixfmt/nv24-yuv440p12be
Normal file
2
tests/ref/pixfmt/nv24-yuv440p12be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
3c4a69bcd137f97972f15e81e88e7869 *tests/data/pixfmt/nv24-yuv440p12be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv440p12be.yuv
|
2
tests/ref/pixfmt/nv24-yuv440p12le
Normal file
2
tests/ref/pixfmt/nv24-yuv440p12le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
3c4a69bcd137f97972f15e81e88e7869 *tests/data/pixfmt/nv24-yuv440p12le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv440p12le.yuv
|
2
tests/ref/pixfmt/nv24-yuv444p
Normal file
2
tests/ref/pixfmt/nv24-yuv444p
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-yuv444p.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv444p.yuv
|
2
tests/ref/pixfmt/nv24-yuv444p10be
Normal file
2
tests/ref/pixfmt/nv24-yuv444p10be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-yuv444p10be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv444p10be.yuv
|
2
tests/ref/pixfmt/nv24-yuv444p10le
Normal file
2
tests/ref/pixfmt/nv24-yuv444p10le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-yuv444p10le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv444p10le.yuv
|
2
tests/ref/pixfmt/nv24-yuv444p12be
Normal file
2
tests/ref/pixfmt/nv24-yuv444p12be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-yuv444p12be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv444p12be.yuv
|
2
tests/ref/pixfmt/nv24-yuv444p12le
Normal file
2
tests/ref/pixfmt/nv24-yuv444p12le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-yuv444p12le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv444p12le.yuv
|
2
tests/ref/pixfmt/nv24-yuv444p16be
Normal file
2
tests/ref/pixfmt/nv24-yuv444p16be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-yuv444p16be.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv444p16be.yuv
|
2
tests/ref/pixfmt/nv24-yuv444p16le
Normal file
2
tests/ref/pixfmt/nv24-yuv444p16le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b9d61649c900a0aa6d69b5095e5d7efe *tests/data/pixfmt/nv24-yuv444p16le.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuv444p16le.yuv
|
2
tests/ref/pixfmt/nv24-yuvj420p
Normal file
2
tests/ref/pixfmt/nv24-yuvj420p
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
d3f40952cc4dfc06b999b0b39aa4df99 *tests/data/pixfmt/nv24-yuvj420p.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuvj420p.yuv
|
2
tests/ref/pixfmt/nv24-yuvj422p
Normal file
2
tests/ref/pixfmt/nv24-yuvj422p
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
eaf8f7ab8b6ba857934ecc1043f1762d *tests/data/pixfmt/nv24-yuvj422p.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuvj422p.yuv
|
2
tests/ref/pixfmt/nv24-yuvj440p
Normal file
2
tests/ref/pixfmt/nv24-yuvj440p
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
7f07cab6419a66cf780d8c500df488ae *tests/data/pixfmt/nv24-yuvj440p.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuvj440p.yuv
|
2
tests/ref/pixfmt/nv24-yuvj444p
Normal file
2
tests/ref/pixfmt/nv24-yuvj444p
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
7fef653839fbdeb2d94aa3751d39aa39 *tests/data/pixfmt/nv24-yuvj444p.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuvj444p.yuv
|
2
tests/ref/pixfmt/nv24-yuyv422
Normal file
2
tests/ref/pixfmt/nv24-yuyv422
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
f571348efe9b349f98f65d4d60a9b150 *tests/data/pixfmt/nv24-yuyv422.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yuyv422.yuv
|
2
tests/ref/pixfmt/nv24-yvyu422
Normal file
2
tests/ref/pixfmt/nv24-yvyu422
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
f571348efe9b349f98f65d4d60a9b150 *tests/data/pixfmt/nv24-yvyu422.yuv
|
||||||
|
7603200 tests/data/pixfmt/nv24-yvyu422.yuv
|
2
tests/ref/pixfmt/p410-bgr24
Normal file
2
tests/ref/pixfmt/p410-bgr24
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
b3fdc1455ced6889ac73faa6400ee0e3 *tests/data/pixfmt/p410-bgr24.yuv
|
||||||
|
15206400 tests/data/pixfmt/p410-bgr24.yuv
|
2
tests/ref/pixfmt/p410-gbrp10be
Normal file
2
tests/ref/pixfmt/p410-gbrp10be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
308b8f3d74f2a5f88a6c403283423e7a *tests/data/pixfmt/p410-gbrp10be.yuv
|
||||||
|
15206400 tests/data/pixfmt/p410-gbrp10be.yuv
|
2
tests/ref/pixfmt/p410-gbrp10le
Normal file
2
tests/ref/pixfmt/p410-gbrp10le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
308b8f3d74f2a5f88a6c403283423e7a *tests/data/pixfmt/p410-gbrp10le.yuv
|
||||||
|
15206400 tests/data/pixfmt/p410-gbrp10le.yuv
|
2
tests/ref/pixfmt/p410-gbrp12be
Normal file
2
tests/ref/pixfmt/p410-gbrp12be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
0e2873b5a80b2b0f7d892eb45ced1213 *tests/data/pixfmt/p410-gbrp12be.yuv
|
||||||
|
15206400 tests/data/pixfmt/p410-gbrp12be.yuv
|
2
tests/ref/pixfmt/p410-gbrp12le
Normal file
2
tests/ref/pixfmt/p410-gbrp12le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
0e2873b5a80b2b0f7d892eb45ced1213 *tests/data/pixfmt/p410-gbrp12le.yuv
|
||||||
|
15206400 tests/data/pixfmt/p410-gbrp12le.yuv
|
2
tests/ref/pixfmt/p410-gbrp16be
Normal file
2
tests/ref/pixfmt/p410-gbrp16be
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
c97b2892cbd6756f70e94107595c241d *tests/data/pixfmt/p410-gbrp16be.yuv
|
||||||
|
15206400 tests/data/pixfmt/p410-gbrp16be.yuv
|
2
tests/ref/pixfmt/p410-gbrp16le
Normal file
2
tests/ref/pixfmt/p410-gbrp16le
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
c97b2892cbd6756f70e94107595c241d *tests/data/pixfmt/p410-gbrp16le.yuv
|
||||||
|
15206400 tests/data/pixfmt/p410-gbrp16le.yuv
|
2
tests/ref/pixfmt/p410-gray
Normal file
2
tests/ref/pixfmt/p410-gray
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
7b7b047c42b85ce0444eba17611031ef *tests/data/pixfmt/p410-gray.yuv
|
||||||
|
15206400 tests/data/pixfmt/p410-gray.yuv
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user