mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-12-01 07:00:40 +00:00
fate/exr : add tests for file with half and float channels
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
c6f2d1a21f
commit
971ee09d32
@ -136,6 +136,114 @@ fate-exr-rgb-tile-float-raw-150x130: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb
|
||||
FATE_EXR += fate-exr-rgb-tile-half-raw-12x8
|
||||
fate-exr-rgb-tile-half-raw-12x8: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_tile_half_raw_12x8.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgba-scanline-float-half-b44-13x9-l1
|
||||
fate-exr-rgba-scanline-float-half-b44-13x9-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgba_scanline_float_half_b44_13x9.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgba-scanline-float-half-b44-13x9-l2
|
||||
fate-exr-rgba-scanline-float-half-b44-13x9-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgba_scanline_float_half_b44_13x9.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgba-scanline-float-half-b44-12x8-l1
|
||||
fate-exr-rgba-scanline-float-half-b44-12x8-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgba_scanline_float_half_b44_12x8.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgba-scanline-float-half-b44-12x8-l2
|
||||
fate-exr-rgba-scanline-float-half-b44-12x8-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgba_scanline_float_half_b44_12x8.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgba-scanline-float-half-b44a-12x8-l1
|
||||
fate-exr-rgba-scanline-float-half-b44a-12x8-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgba_scanline_float_half_b44a_12x8.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgba-scanline-float-half-b44a-12x8-l2
|
||||
fate-exr-rgba-scanline-float-half-b44a-12x8-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgba_scanline_float_half_b44a_12x8.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgba-scanline-float-half-b44a-13x9-l1
|
||||
fate-exr-rgba-scanline-float-half-b44a-13x9-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgba_scanline_float_half_b44a_13x9.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgba-scanline-float-half-b44a-13x9-l2
|
||||
fate-exr-rgba-scanline-float-half-b44a-13x9-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgba_scanline_float_half_b44a_13x9.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-tile-pxr24-float-half-l1
|
||||
fate-exr-rgb-tile-pxr24-float-half-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_tile_pxr24_float_half.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-tile-pxr24-float-half-l2
|
||||
fate-exr-rgb-tile-pxr24-float-half-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_tile_pxr24_float_half.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-tile-pxr24-half-float-l1
|
||||
fate-exr-rgb-tile-pxr24-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_tile_pxr24_half_float.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-tile-pxr24-half-float-l2
|
||||
fate-exr-rgb-tile-pxr24-half-float-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_tile_pxr24_half_float.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-tile-half-float-b44-12x8-l1
|
||||
fate-exr-rgb-tile-half-float-b44-12x8-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_tile_half_float_b44_12x8.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-tile-half-float-b44-12x8-l2
|
||||
fate-exr-rgb-tile-half-float-b44-12x8-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_tile_half_float_b44_12x8.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-tile-zip-half-float-l1
|
||||
fate-exr-rgb-tile-zip-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_tile_zip_half_float.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-tile-zip-half-float-l2
|
||||
fate-exr-rgb-tile-zip-half-float-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_tile_zip_half_float.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-tile-zip1-half-float-l1
|
||||
fate-exr-rgb-tile-zip1-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_tile_zip1_half_float.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-tile-zip1-half-float-l2
|
||||
fate-exr-rgb-tile-zip1-half-float-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_tile_zip1_half_float.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-tile-rle-half-float-l1
|
||||
fate-exr-rgb-tile-rle-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_tile_rle_half_float.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-tile-rle-half-float-l2
|
||||
fate-exr-rgb-tile-rle-half-float-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_tile_rle_half_float.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-tile-raw-half-float-l1
|
||||
fate-exr-rgb-tile-raw-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_tile_raw_half_float.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-tile-raw-half-float-l2
|
||||
fate-exr-rgb-tile-raw-half-float-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_tile_raw_half_float.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-b44-half-float-12x8-l1
|
||||
fate-exr-rgb-scanline-b44-half-float-12x8-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_b44_half_float_12x8.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-b44-half-float-12x8-l2
|
||||
fate-exr-rgb-scanline-b44-half-float-12x8-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_scanline_b44_half_float_12x8.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-pxr24-half-float-l1
|
||||
fate-exr-rgb-scanline-pxr24-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_pxr24_half_float.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-pxr24-half-float-l2
|
||||
fate-exr-rgb-scanline-pxr24-half-float-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_scanline_pxr24_half_float.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-pxr24-float-half-l1
|
||||
fate-exr-rgb-scanline-pxr24-float-half-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_pxr24_float_half.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-pxr24-float-half-l2
|
||||
fate-exr-rgb-scanline-pxr24-float-half-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_scanline_pxr24_float_half.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-zip-half-float-l1
|
||||
fate-exr-rgb-scanline-zip-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_zip_half_float.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-zip-half-float-l2
|
||||
fate-exr-rgb-scanline-zip-half-float-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_scanline_zip_half_float.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-zip1-half-float-l1
|
||||
fate-exr-rgb-scanline-zip1-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_zip1_half_float.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-zip1-half-float-l2
|
||||
fate-exr-rgb-scanline-zip1-half-float-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_scanline_zip1_half_float.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-rle-half-float-l1
|
||||
fate-exr-rgb-scanline-rle-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_rle_half_float.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-rle-half-float-l2
|
||||
fate-exr-rgb-scanline-rle-half-float-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_scanline_rle_half_float.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-raw-half-float-l1
|
||||
fate-exr-rgb-scanline-raw-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_raw_half_float.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-raw-half-float-l2
|
||||
fate-exr-rgb-scanline-raw-half-float-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_scanline_raw_half_float.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR-$(call DEMDEC, IMAGE2, EXR) += $(FATE_EXR)
|
||||
|
||||
FATE_IMAGE += $(FATE_EXR-yes)
|
||||
|
6
tests/ref/fate/exr-rgb-scanline-b44-half-float-12x8-l1
Normal file
6
tests/ref/fate/exr-rgb-scanline-b44-half-float-12x8-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0xa1a70fac
|
6
tests/ref/fate/exr-rgb-scanline-b44-half-float-12x8-l2
Normal file
6
tests/ref/fate/exr-rgb-scanline-b44-half-float-12x8-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 768, 0x22f77b1c
|
6
tests/ref/fate/exr-rgb-scanline-pxr24-float-half-l1
Normal file
6
tests/ref/fate/exr-rgb-scanline-pxr24-float-half-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0xbd350af8
|
6
tests/ref/fate/exr-rgb-scanline-pxr24-float-half-l2
Normal file
6
tests/ref/fate/exr-rgb-scanline-pxr24-float-half-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 768, 0xadb27043
|
6
tests/ref/fate/exr-rgb-scanline-pxr24-half-float-l1
Normal file
6
tests/ref/fate/exr-rgb-scanline-pxr24-half-float-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0x5ede004c
|
6
tests/ref/fate/exr-rgb-scanline-pxr24-half-float-l2
Normal file
6
tests/ref/fate/exr-rgb-scanline-pxr24-half-float-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 768, 0x78317b56
|
6
tests/ref/fate/exr-rgb-scanline-raw-half-float-l1
Normal file
6
tests/ref/fate/exr-rgb-scanline-raw-half-float-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0x5ede004c
|
6
tests/ref/fate/exr-rgb-scanline-raw-half-float-l2
Normal file
6
tests/ref/fate/exr-rgb-scanline-raw-half-float-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 768, 0x22f77b1c
|
6
tests/ref/fate/exr-rgb-scanline-rle-half-float-l1
Normal file
6
tests/ref/fate/exr-rgb-scanline-rle-half-float-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0x5ede004c
|
6
tests/ref/fate/exr-rgb-scanline-rle-half-float-l2
Normal file
6
tests/ref/fate/exr-rgb-scanline-rle-half-float-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 768, 0x22f77b1c
|
6
tests/ref/fate/exr-rgb-scanline-zip-half-float-l1
Normal file
6
tests/ref/fate/exr-rgb-scanline-zip-half-float-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0x5ede004c
|
6
tests/ref/fate/exr-rgb-scanline-zip-half-float-l2
Normal file
6
tests/ref/fate/exr-rgb-scanline-zip-half-float-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 768, 0x22f77b1c
|
6
tests/ref/fate/exr-rgb-scanline-zip1-half-float-l1
Normal file
6
tests/ref/fate/exr-rgb-scanline-zip1-half-float-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0x5ede004c
|
6
tests/ref/fate/exr-rgb-scanline-zip1-half-float-l2
Normal file
6
tests/ref/fate/exr-rgb-scanline-zip1-half-float-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 768, 0x22f77b1c
|
6
tests/ref/fate/exr-rgb-tile-half-float-b44-12x8-l1
Normal file
6
tests/ref/fate/exr-rgb-tile-half-float-b44-12x8-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0xa1a70fac
|
6
tests/ref/fate/exr-rgb-tile-half-float-b44-12x8-l2
Normal file
6
tests/ref/fate/exr-rgb-tile-half-float-b44-12x8-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 768, 0x22f77b1c
|
6
tests/ref/fate/exr-rgb-tile-pxr24-float-half-l1
Normal file
6
tests/ref/fate/exr-rgb-tile-pxr24-float-half-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0xbd350af8
|
6
tests/ref/fate/exr-rgb-tile-pxr24-float-half-l2
Normal file
6
tests/ref/fate/exr-rgb-tile-pxr24-float-half-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 768, 0xadb27043
|
6
tests/ref/fate/exr-rgb-tile-pxr24-half-float-l1
Normal file
6
tests/ref/fate/exr-rgb-tile-pxr24-half-float-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0x5ede004c
|
6
tests/ref/fate/exr-rgb-tile-pxr24-half-float-l2
Normal file
6
tests/ref/fate/exr-rgb-tile-pxr24-half-float-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 768, 0x78317b56
|
6
tests/ref/fate/exr-rgb-tile-raw-half-float-l1
Normal file
6
tests/ref/fate/exr-rgb-tile-raw-half-float-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0x5ede004c
|
6
tests/ref/fate/exr-rgb-tile-raw-half-float-l2
Normal file
6
tests/ref/fate/exr-rgb-tile-raw-half-float-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 768, 0x22f77b1c
|
6
tests/ref/fate/exr-rgb-tile-rle-half-float-l1
Normal file
6
tests/ref/fate/exr-rgb-tile-rle-half-float-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0x5ede004c
|
6
tests/ref/fate/exr-rgb-tile-rle-half-float-l2
Normal file
6
tests/ref/fate/exr-rgb-tile-rle-half-float-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 768, 0x22f77b1c
|
6
tests/ref/fate/exr-rgb-tile-zip-half-float-l1
Normal file
6
tests/ref/fate/exr-rgb-tile-zip-half-float-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0x5ede004c
|
6
tests/ref/fate/exr-rgb-tile-zip-half-float-l2
Normal file
6
tests/ref/fate/exr-rgb-tile-zip-half-float-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 768, 0x22f77b1c
|
6
tests/ref/fate/exr-rgb-tile-zip1-half-float-l1
Normal file
6
tests/ref/fate/exr-rgb-tile-zip1-half-float-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0x5ede004c
|
6
tests/ref/fate/exr-rgb-tile-zip1-half-float-l2
Normal file
6
tests/ref/fate/exr-rgb-tile-zip1-half-float-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 768, 0x22f77b1c
|
6
tests/ref/fate/exr-rgba-scanline-float-half-b44-12x8-l1
Normal file
6
tests/ref/fate/exr-rgba-scanline-float-half-b44-12x8-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 768, 0x1de5c7f1
|
6
tests/ref/fate/exr-rgba-scanline-float-half-b44-12x8-l2
Normal file
6
tests/ref/fate/exr-rgba-scanline-float-half-b44-12x8-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 768, 0xe08ca6d3
|
6
tests/ref/fate/exr-rgba-scanline-float-half-b44-13x9-l1
Normal file
6
tests/ref/fate/exr-rgba-scanline-float-half-b44-13x9-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 13x9
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 936, 0xdcb42186
|
6
tests/ref/fate/exr-rgba-scanline-float-half-b44-13x9-l2
Normal file
6
tests/ref/fate/exr-rgba-scanline-float-half-b44-13x9-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 13x9
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 936, 0x7f710bf5
|
6
tests/ref/fate/exr-rgba-scanline-float-half-b44a-12x8-l1
Normal file
6
tests/ref/fate/exr-rgba-scanline-float-half-b44a-12x8-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 768, 0xe200c160
|
6
tests/ref/fate/exr-rgba-scanline-float-half-b44a-12x8-l2
Normal file
6
tests/ref/fate/exr-rgba-scanline-float-half-b44a-12x8-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 768, 0xe08ca6d3
|
6
tests/ref/fate/exr-rgba-scanline-float-half-b44a-13x9-l1
Normal file
6
tests/ref/fate/exr-rgba-scanline-float-half-b44a-13x9-l1
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 13x9
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 936, 0x911718ac
|
6
tests/ref/fate/exr-rgba-scanline-float-half-b44a-13x9-l2
Normal file
6
tests/ref/fate/exr-rgba-scanline-float-half-b44a-13x9-l2
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 13x9
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 936, 0x7f710bf5
|
Loading…
Reference in New Issue
Block a user