Browse Source

fate: add h261 trellis quantization test

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 11 years ago
parent
commit
459c7cb256
3 changed files with 10 additions and 1 deletions
  1. +2
    -1
      tests/fate/vcodec.mak
  2. +4
    -0
      tests/ref/vsynth/vsynth1-h261-trellis
  3. +4
    -0
      tests/ref/vsynth/vsynth2-h261-trellis

+ 2
- 1
tests/fate/vcodec.mak View File

@@ -74,8 +74,9 @@ FATE_VCODEC-$(call ENCDEC, FLV, FLV) += flv
fate-vsynth%-flv: ENCOPTS = -qscale 10
fate-vsynth%-flv: FMT = flv

FATE_VCODEC-$(call ENCDEC, H261, AVI) += h261
FATE_VCODEC-$(call ENCDEC, H261, AVI) += h261 h261-trellis
fate-vsynth%-h261: ENCOPTS = -qscale 11
fate-vsynth%-h261-trellis: ENCOPTS = -qscale 12 -trellis 1

FATE_VCODEC-$(call ENCDEC, H263, AVI) += h263 h263-obmc h263p
fate-vsynth%-h263: ENCOPTS = -qscale 10


+ 4
- 0
tests/ref/vsynth/vsynth1-h261-trellis View File

@@ -0,0 +1,4 @@
4befca10c9228e947ed77ed4dcacae4d *tests/data/fate/vsynth1-h261-trellis.avi
675444 tests/data/fate/vsynth1-h261-trellis.avi
6989f2248debfde868f1facd9a2cd5d7 *tests/data/fate/vsynth1-h261-trellis.out.rawvideo
stddev: 8.95 PSNR: 29.09 MAXDIFF: 87 bytes: 7603200/ 7603200

+ 4
- 0
tests/ref/vsynth/vsynth2-h261-trellis View File

@@ -0,0 +1,4 @@
3fb2ddf02c6e9609bcb639c013e7344c *tests/data/fate/vsynth2-h261-trellis.avi
186680 tests/data/fate/vsynth2-h261-trellis.avi
b9364ded1c9cfdcc1af2ac27408bbd21 *tests/data/fate/vsynth2-h261-trellis.out.rawvideo
stddev: 6.38 PSNR: 32.03 MAXDIFF: 89 bytes: 7603200/ 7603200

Loading…
Cancel
Save