fate: Rework sgi tests into a suite and add the missing ones
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
parent
4a0918cae6
commit
823fa70045
@ -94,35 +94,16 @@ fate-png: $(FATE_PNG-yes)
|
|||||||
FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, PTX) += fate-ptx
|
FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, PTX) += fate-ptx
|
||||||
fate-ptx: CMD = framecrc -i $(TARGET_SAMPLES)/ptx/_113kw_pic.ptx -pix_fmt rgb24
|
fate-ptx: CMD = framecrc -i $(TARGET_SAMPLES)/ptx/_113kw_pic.ptx -pix_fmt rgb24
|
||||||
|
|
||||||
FATE_SGI += fate-sgi-gray
|
define FATE_IMGSUITE_SGI
|
||||||
fate-sgi-gray: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_gray.sgi -pix_fmt gray
|
FATE_SGI += fate-sgi-$(1) fate-sgi-$(1)-rle
|
||||||
|
fate-sgi-$(1): CMD = framecrc -i $(TARGET_SAMPLES)/sgi/libav_$(1).sgi -sws_flags +accurate_rnd+bitexact
|
||||||
|
fate-sgi-$(1)-rle: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/libav_$(1)_rle.sgi -sws_flags +accurate_rnd+bitexact
|
||||||
|
endef
|
||||||
|
|
||||||
FATE_SGI += fate-sgi-gray16
|
SGI_COLORSPACES = gray8 gray16 rgb24 rgb48 rgba rgba64
|
||||||
fate-sgi-gray16: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_gray16.sgi -pix_fmt gray16le
|
$(foreach CLSP,$(SGI_COLORSPACES),$(eval $(call FATE_IMGSUITE_SGI,$(CLSP))))
|
||||||
|
|
||||||
FATE_SGI += fate-sgi-rgb24
|
|
||||||
fate-sgi-rgb24: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_rgb24.sgi -pix_fmt rgb24
|
|
||||||
|
|
||||||
FATE_SGI += fate-sgi-rgb24-rle
|
|
||||||
fate-sgi-rgb24-rle: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/uvmap_rgb24_rle.sgi -pix_fmt rgb24
|
|
||||||
|
|
||||||
FATE_SGI += fate-sgi-rgb48
|
|
||||||
fate-sgi-rgb48: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_rgb48.sgi -pix_fmt rgb48be
|
|
||||||
|
|
||||||
FATE_SGI += fate-sgi-rgb48-rle
|
|
||||||
fate-sgi-rgb48-rle: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/uvmap_rgb48_rle.sgi -pix_fmt rgb48be
|
|
||||||
|
|
||||||
FATE_SGI += fate-sgi-rgba
|
|
||||||
fate-sgi-rgba: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_rgba.sgi -pix_fmt rgba
|
|
||||||
|
|
||||||
FATE_SGI += fate-sgi-rgba64
|
|
||||||
fate-sgi-rgba64: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_rgba64.sgi -pix_fmt rgba64be
|
|
||||||
|
|
||||||
FATE_SGI += fate-sgi-rgba64-rle
|
|
||||||
fate-sgi-rgba64-rle: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/maya_rgba64_rle.sgi -pix_fmt rgba64be
|
|
||||||
|
|
||||||
FATE_SGI-$(call DEMDEC, IMAGE2, SGI) += $(FATE_SGI)
|
FATE_SGI-$(call DEMDEC, IMAGE2, SGI) += $(FATE_SGI)
|
||||||
|
|
||||||
FATE_SAMPLES_AVCONV += $(FATE_SGI-yes)
|
FATE_SAMPLES_AVCONV += $(FATE_SGI-yes)
|
||||||
fate-sgi: $(FATE_SGI-yes)
|
fate-sgi: $(FATE_SGI-yes)
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#tb 0: 1/25
|
#tb 0: 1/25
|
||||||
0, 0, 0, 1, 262144, 0xecdaf084
|
0, 0, 0, 1, 262144, 0x6c27f084
|
||||||
|
2
tests/ref/fate/sgi-gray16-rle
Normal file
2
tests/ref/fate/sgi-gray16-rle
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#tb 0: 1/25
|
||||||
|
0, 0, 0, 1, 262144, 0x65ef57ff
|
2
tests/ref/fate/sgi-gray8-rle
Normal file
2
tests/ref/fate/sgi-gray8-rle
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#tb 0: 1/25
|
||||||
|
0, 0, 0, 1, 131072, 0xb0702a94
|
2
tests/ref/fate/sgi-rgba-rle
Normal file
2
tests/ref/fate/sgi-rgba-rle
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#tb 0: 1/25
|
||||||
|
0, 0, 0, 1, 524288, 0x4ee5adbb
|
@ -1,2 +1,2 @@
|
|||||||
#tb 0: 1/25
|
#tb 0: 1/25
|
||||||
0, 0, 0, 1, 614400, 0xb92d409d
|
0, 0, 0, 1, 1048576, 0xb619d0f1
|
||||||
|
Loading…
Reference in New Issue
Block a user