Browse Source

fate/exr : add tests for piz uncompress

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.4
Martin Vignali Michael Niedermayer 8 years ago
parent
commit
5ad18f279a
5 changed files with 36 additions and 0 deletions
  1. +12
    -0
      tests/fate/image.mak
  2. +6
    -0
      tests/ref/fate/exr-rgb-scanline-float-piz-48x32
  3. +6
    -0
      tests/ref/fate/exr-rgb-scanline-half-piz-bw
  4. +6
    -0
      tests/ref/fate/exr-rgb-scanline-half-piz-color
  5. +6
    -0
      tests/ref/fate/exr-rgb-scanline-half-piz-dw-t01

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

@@ -256,6 +256,18 @@ fate-exr-rgb-scanline-pxr24-uint32: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_
FATE_EXR += fate-exr-rgb-scanline-zip1-half-float-l1-zero-offsets
fate-exr-rgb-scanline-zip1-half-float-l1-zero-offsets: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_zip1_half_float_zero_offsets.exr -pix_fmt rgb48le

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

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

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

FATE_EXR += fate-exr-rgb-scanline-float-piz-48x32
fate-exr-rgb-scanline-float-piz-48x32: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_float_piz_48x32.exr -pix_fmt rgb48le

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

FATE_IMAGE += $(FATE_EXR-yes)


+ 6
- 0
tests/ref/fate/exr-rgb-scanline-float-piz-48x32 View File

@@ -0,0 +1,6 @@
#tb 0: 1/25
#media_type 0: video
#codec_id 0: rawvideo
#dimensions 0: 48x32
#sar 0: 1/1
0, 0, 0, 1, 9216, 0x5b3f7a8e

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

@@ -0,0 +1,6 @@
#tb 0: 1/25
#media_type 0: video
#codec_id 0: rawvideo
#dimensions 0: 34x27
#sar 0: 1/1
0, 0, 0, 1, 5508, 0x36d15e2e

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

@@ -0,0 +1,6 @@
#tb 0: 1/25
#media_type 0: video
#codec_id 0: rawvideo
#dimensions 0: 34x40
#sar 0: 1/1
0, 0, 0, 1, 8160, 0x9dd67b7d

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

@@ -0,0 +1,6 @@
#tb 0: 1/25
#media_type 0: video
#codec_id 0: rawvideo
#dimensions 0: 400x300
#sar 0: 1/1
0, 0, 0, 1, 720000, 0xe50fc9f8

Loading…
Cancel
Save