ctc-lossless-geom-lossy-attrs.yaml 2.52 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Test conditions for N17351 CTC C3.2 & C3.3 (formerly C06/7) using TMC3
#  -- derived from svn:r1262 documentation
#
# todo(df): can these two categories be unified by coding both attrs?
#
---
categories:
  ##
  # Condition 3.2

  # NB, texture to stop complaints about colour/color
  lossless-geom-lossy-texture:
    encflags:
     - mode: 2
     - colorTransform: 1
     - positionQuantizationScale: 1

    decflags:
     - mode: 3

    sequences:
      citytunnel_q1mm:
        encflags:
         - &commonAttr
25
           - numberOfNearestNeighborsInPrediction: 4
26
           - levelOfDetailCount: 9
27
           - searchRange: 0
28
           - dist2: 134217728 33554432 8388608 2097152 524288 131072 32768 8192 0
29
         - quantizationSteps:
30
31
32
33
34
35
36
37
38
39
40
             r01: 1 2 4 8 16 32 64 128 128
             r02: 1 2 4 8 16 32 64 64 66
             r03: 1 2 4 8 16 32 32 32 34
             r04: 1 2 4 8 8 8 16 16 16
             r05: 1 2 4 4 4 4 4 8 8
             r06: 0 1 1 1 2 2 2 2 2
         - attribute: color

      tollbooth_q1mm:
        encflags:
         - *commonAttr
41
         - quantizationSteps:
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
             r01: 1 2 4 8 16 32 64 128 128
             r02: 1 2 4 8 16 32 32 64 64
             r03: 1 2 4 8 16 16 16 32 32
             r04: 1 2 4 8 8 8 8 10 16
             r05: 1 2 4 4 4 4 4 4 6
             r06: 0 0 0 0 0 0 1 1 2
         - attribute: color

  ##
  # Condition 3.3

  lossless-geom-lossy-reflectance:
    encflags:
     - mode: 2
     - colorTransform: 1
     - positionQuantizationScale: 1

    decflags:
     - mode: 3

    sequences:
      citytunnel_q1mm:
        encflags:
         - *commonAttr
66
         - quantizationSteps:
67
68
69
70
71
72
73
74
75
76
77
             r01: 286 571 1143 2286 4571 9143 18286 36571 65536
             r02:  77 154  308  615 1231 2462  4923  9846 19692
             r03:  29  57  114  229  457  914  1829  3657  7314
             r04:  10  20   40   80  160  320   640  1280  2560
             r05:   2   5   10   20   40   80   160   320   640
             r06:   0   1    2    4    8   16    16    32    32
         - attribute: reflectance

      tollbooth_q1mm:
        encflags:
         - *commonAttr
78
         - quantizationSteps:
79
80
81
82
83
84
85
             r01: 286 571 1143 2286 4571 9143 18286 36571 65536
             r02: 100 200  400  800 1600 3200  6400 12800 25600
             r03:  50 100  200  400  800 1600  3200  6400 12800
             r04:  17  33   67  133  267  533  1067  2133  4267
             r05:   4   8   16   32   64  128   256   512  1024
             r06:   1   2    4    8   16   32    32    32    32
         - attribute: reflectance