|
@@ -25,8 +25,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 4,
|
|
.quantiser_scale_code = 4,
|
|
- .forward_ref_index = 0,
|
|
|
|
- .backward_ref_index = 0,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(0),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(0),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -66,8 +66,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 3,
|
|
.quantiser_scale_code = 3,
|
|
- .forward_ref_index = 0,
|
|
|
|
- .backward_ref_index = 1,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(0),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(1),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -107,8 +107,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 1,
|
|
|
|
- .backward_ref_index = 2,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(1),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(2),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -148,8 +148,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 2,
|
|
|
|
- .backward_ref_index = 3,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(2),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(3),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -189,8 +189,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 3,
|
|
|
|
- .backward_ref_index = 4,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(3),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(4),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -230,8 +230,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 4,
|
|
|
|
- .backward_ref_index = 5,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(4),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(5),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -271,8 +271,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 5,
|
|
|
|
- .backward_ref_index = 6,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(5),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(6),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -312,8 +312,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 6,
|
|
|
|
- .backward_ref_index = 7,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(6),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(7),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -353,8 +353,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 7,
|
|
|
|
- .backward_ref_index = 8,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(7),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(8),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -394,8 +394,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 8,
|
|
|
|
- .backward_ref_index = 9,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(8),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(9),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -435,8 +435,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 9,
|
|
|
|
- .backward_ref_index = 10,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(9),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(10),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -476,8 +476,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 10,
|
|
|
|
- .backward_ref_index = 11,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(10),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(11),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -517,8 +517,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 11,
|
|
|
|
- .backward_ref_index = 12,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(11),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(12),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -558,8 +558,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 12,
|
|
|
|
- .backward_ref_index = 13,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(12),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(13),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -599,8 +599,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 3,
|
|
.quantiser_scale_code = 3,
|
|
- .forward_ref_index = 13,
|
|
|
|
- .backward_ref_index = 14,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(13),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(14),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -640,8 +640,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 3,
|
|
.quantiser_scale_code = 3,
|
|
- .forward_ref_index = 15,
|
|
|
|
- .backward_ref_index = 15,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(15),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(15),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -681,8 +681,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 15,
|
|
|
|
- .backward_ref_index = 16,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(15),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(16),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -722,8 +722,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 16,
|
|
|
|
- .backward_ref_index = 17,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(16),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(17),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -763,8 +763,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 17,
|
|
|
|
- .backward_ref_index = 18,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(17),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(18),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -804,8 +804,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 18,
|
|
|
|
- .backward_ref_index = 19,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(18),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(19),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -845,8 +845,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 19,
|
|
|
|
- .backward_ref_index = 20,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(19),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(20),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -886,8 +886,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 20,
|
|
|
|
- .backward_ref_index = 21,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(20),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(21),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -927,8 +927,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 21,
|
|
|
|
- .backward_ref_index = 22,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(21),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(22),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -968,8 +968,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 22,
|
|
|
|
- .backward_ref_index = 23,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(22),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(23),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|
|
@@ -1009,8 +1009,8 @@
|
|
.progressive_frame = 1,
|
|
.progressive_frame = 1,
|
|
},
|
|
},
|
|
.quantiser_scale_code = 2,
|
|
.quantiser_scale_code = 2,
|
|
- .forward_ref_index = 23,
|
|
|
|
- .backward_ref_index = 24,
|
|
|
|
|
|
+ .forward_ref_ts = TS_REF_INDEX(23),
|
|
|
|
+ .backward_ref_ts = TS_REF_INDEX(24),
|
|
},
|
|
},
|
|
.frame.mpeg2.quantization = {
|
|
.frame.mpeg2.quantization = {
|
|
.load_intra_quantiser_matrix = 1,
|
|
.load_intra_quantiser_matrix = 1,
|