Browse Source

fate/exr : add test for Y, b44A negative half, and datawindow != displaywindow

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.4
Martin Vignali Michael Niedermayer 8 years ago
parent
commit
6ce57fb3c2
5 changed files with 37 additions and 0 deletions
  1. +13
    -0
      tests/fate/image.mak
  2. +6
    -0
      tests/ref/fate/exr-rgb-b44a-half-negative-4x4
  3. +6
    -0
      tests/ref/fate/exr-rgb-scanline-half-piz-dw-t08
  4. +6
    -0
      tests/ref/fate/exr-y-scanline-zip-half-12x8
  5. +6
    -0
      tests/ref/fate/exr-y-tile-zip-half-12x8

+ 13
- 0
tests/fate/image.mak View File

@@ -271,6 +271,19 @@ fate-exr-rgb-scanline-float-piz-48x32: CMD = framecrc -i $(TARGET_SAMPLES)/exr/r
FATE_EXR += fate-exr-rgb-scanline-none-negative-red
fate-exr-rgb-scanline-none-negative-red: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_none_negative_red.exr -pix_fmt rgb48le


FATE_EXR += fate-exr-rgb-b44a-half-negative-4x4
fate-exr-rgb-b44a-half-negative-4x4: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_b44a_half_negative_4x4.exr -pix_fmt rgb48le

FATE_EXR += fate-exr-y-tile-zip-half-12x8
fate-exr-y-tile-zip-half-12x8: CMD = framecrc -i $(TARGET_SAMPLES)/exr/y_tile_zip_half_12x8.exr -pix_fmt gray16le

FATE_EXR += fate-exr-y-scanline-zip-half-12x8
fate-exr-y-scanline-zip-half-12x8: CMD = framecrc -i $(TARGET_SAMPLES)/exr/y_scanline_zip_half_12x8.exr -pix_fmt gray16le

FATE_EXR += fate-exr-rgb-scanline-half-piz-dw-t08
fate-exr-rgb-scanline-half-piz-dw-t08: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_half_piz_dw_t08.exr -pix_fmt rgb48le

FATE_EXR-$(call DEMDEC, IMAGE2, EXR) += $(FATE_EXR)

FATE_IMAGE += $(FATE_EXR-yes)


+ 6
- 0
tests/ref/fate/exr-rgb-b44a-half-negative-4x4 View File

@@ -0,0 +1,6 @@
#tb 0: 1/25
#media_type 0: video
#codec_id 0: rawvideo
#dimensions 0: 4x4
#sar 0: 1/1
0, 0, 0, 1, 96, 0x70600260

+ 6
- 0
tests/ref/fate/exr-rgb-scanline-half-piz-dw-t08 View File

@@ -0,0 +1,6 @@
#tb 0: 1/25
#media_type 0: video
#codec_id 0: rawvideo
#dimensions 0: 501x401
#sar 0: 1/1
0, 0, 0, 1, 1205406, 0xc45cc9f8

+ 6
- 0
tests/ref/fate/exr-y-scanline-zip-half-12x8 View 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, 192, 0xdd5759b5

+ 6
- 0
tests/ref/fate/exr-y-tile-zip-half-12x8 View 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, 192, 0xdd5759b5

Loading…
Cancel
Save