summaryrefslogtreecommitdiffstats
path: root/tests/tegra/vic42.h
blob: 3ed5cdbd3b6cdb170e93fe9644b7d14c1ba981b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
/*
 * Copyright © 2018 NVIDIA Corporation
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 */

#ifndef VIC42_H
#define VIC42_H

#include <stdint.h>

#define NVC5B6_VIDEO_COMPOSITOR_SET_APPLICATION_ID 0x00000200
#define NVC5B6_VIDEO_COMPOSITOR_EXECUTE 0x00000300
#define NVC5B6_VIDEO_COMPOSITOR_SET_CONTROL_PARAMS 0x00000704
#define NVC5B6_VIDEO_COMPOSITOR_SET_CONFIG_STRUCT_OFFSET 0x00000708
#define NVC5B6_VIDEO_COMPOSITOR_SET_FILTER_STRUCT_OFFSET 0x0000070c
#define NVC5B6_VIDEO_COMPOSITOR_SET_HIST_OFFSET 0x00000714
#define NVC5B6_VIDEO_COMPOSITOR_SET_OUTPUT_SURFACE_LUMA_OFFSET 0x00000720
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE0_LUMA_OFFSET(slot) (0x00001200 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE0_CHROMA_U_OFFSET(slot) (0x00001204 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE0_CHROMA_V_OFFSET(slot) (0x00001208 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE1_LUMA_OFFSET(slot) (0x0000120c + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE1_CHROMA_U_OFFSET(slot) (0x00001210 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE1_CHROMA_V_OFFSET(slot) (0x00001214 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE2_LUMA_OFFSET(slot) (0x00001218 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE2_CHROMA_U_OFFSET(slot) (0x0000121c + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE2_CHROMA_V_OFFSET(slot) (0x00001220 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE3_LUMA_OFFSET(slot) (0x00001224 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE3_CHROMA_U_OFFSET(slot) (0x00001228 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE3_CHROMA_V_OFFSET(slot) (0x0000122c + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE4_LUMA_OFFSET(slot) (0x00001230 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE4_CHROMA_U_OFFSET(slot) (0x00001234 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE4_CHROMA_V_OFFSET(slot) (0x00001238 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE5_LUMA_OFFSET(slot) (0x0000123c + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE5_CHROMA_U_OFFSET(slot) (0x00001240 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE5_CHROMA_V_OFFSET(slot) (0x00001244 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE6_LUMA_OFFSET(slot) (0x00001248 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE6_CHROMA_U_OFFSET(slot) (0x0000124c + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE6_CHROMA_V_OFFSET(slot) (0x00001250 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE7_LUMA_OFFSET(slot) (0x00001254 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE7_CHROMA_U_OFFSET(slot) (0x00001258 + (slot) * 0x00000060)
#define NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE7_CHROMA_V_OFFSET(slot) (0x0000125c + (slot) * 0x00000060)

typedef struct {
    uint64_t SlotEnable : 1; /* 0 */
    uint64_t DeNoise : 1; /* 1 */
    uint64_t AdvancedDenoise : 1; /* 2 */
    uint64_t CadenceDetect : 1; /* 3 */
    uint64_t MotionMap : 1; /* 4 */
    uint64_t MMapCombine : 1; /* 5 */
    uint64_t IsEven : 1; /* 6 */
    uint64_t ChromaEven : 1; /* 7 */
    uint64_t CurrentFieldEnable : 1; /* 8 */
    uint64_t PrevFieldEnable : 1; /* 9 */
    uint64_t NextFieldEnable : 1; /* 10 */
    uint64_t NextNrFieldEnable : 1; /* 11 */
    uint64_t CurMotionFieldEnable : 1; /* 12 */
    uint64_t PrevMotionFieldEnable : 1; /* 13 */
    uint64_t PpMotionFieldEnable : 1; /* 14 */
    uint64_t CombMotionFieldEnable : 1; /* 15 */
    uint64_t FrameFormat : 4; /* 19..16 */
    uint64_t FilterLengthY : 2; /* 21..20 */
    uint64_t FilterLengthX : 2; /* 23..22 */
    uint64_t Panoramic : 12; /* 35..24 */
    uint64_t ChromaUpLengthY : 2; /* 37..36 */
    uint64_t ChromaUpLengthX : 2; /* 39..38 */
    uint64_t reserved1 : 18; /* 57..40 */
    uint64_t DetailFltClamp : 6; /* 63..58 */
    uint64_t FilterNoise : 10; /* 73..64 */
    uint64_t FilterDetail : 10; /* 83..74 */
    uint64_t ChromaNoise : 10; /* 93..84 */
    uint64_t ChromaDetail : 10; /* 103..94 */
    uint64_t DeinterlaceMode : 4; /* 107..104 */
    uint64_t MotionAccumWeight : 3; /* 110..108 */
    uint64_t NoiseIir : 11; /* 121..111 */
    uint64_t LightLevel : 4; /* 125..122 */
    uint64_t reserved4 : 2; /* 127..126 */
    /* 128 */
    uint64_t SoftClampLow : 10; /* 9..0 */
    uint64_t SoftClampHigh : 10; /* 19..10 */
    uint64_t reserved5 : 12; /* 31..20 */
    uint64_t reserved6 : 2; /* 33..32 */
    uint64_t PlanarAlpha : 8; /* 41..34 */
    uint64_t ConstantAlpha : 1; /* 42 */
    uint64_t StereoInterleave : 3; /* 45..43 */
    uint64_t ClipEnabled : 1; /* 46 */
    uint64_t ClearRectMask : 8; /* 54..47 */
    uint64_t DegammaMode : 2; /* 56..55 */
    uint64_t reserved7 : 1; /* 57 */
    uint64_t DecompressEnable : 1; /* 58 */
    uint64_t DecompressKind : 4; /* 62..59 */
    uint64_t reserved9 : 1; /* 63 */
    uint64_t DecompressCtbCount : 8; /* 71..64 */
    uint64_t DecompressZbcColor : 32; /* 103..72 */
    uint64_t reserved12 : 24; /* 127..104 */
    /* 256 */
    uint64_t SourceRectLeft : 30; /* 29..0 */
    uint64_t reserved14 : 2; /* 31..30 */
    uint64_t SourceRectRight : 30; /* 61..32 */
    uint64_t reserved15 : 2; /* 63..62 */
    uint64_t SourceRectTop : 30; /* 93..64 */
    uint64_t reserved16 : 2; /* 95..94 */
    uint64_t SourceRectBottom : 30; /* 125..96 */
    uint64_t reserved17 : 2; /* 127..126 */
    /* 384 */
    uint64_t DestRectLeft : 14; /* 13..0 */
    uint64_t reserved18 : 2; /* 15..14 */
    uint64_t DestRectRight : 14; /* 29..16 */
    uint64_t reserved19 : 2; /* 31..30 */
    uint64_t DestRectTop : 14; /* 45..32 */
    uint64_t reserved20 : 2; /* 47..46 */
    uint64_t DestRectBottom : 14; /* 61..48 */
    uint64_t reserved21 : 2; /* 63..62 */
    uint64_t B16ScalerEnable : 1; /* 64 */
    uint64_t reserved22 : 31; /* 95..65 */
    uint64_t reserved23 : 32; /* 127..96 */
} SlotConfig;

typedef struct {
    uint64_t SlotPixelFormat : 7; /* 6..0 */
    uint64_t SlotChromaLocHORIZ : 2; /* 8..7 */
    uint64_t SlotChromaLocVert : 2; /* 10..9 */
    uint64_t SlotBlkKind : 4; /* 14..11 */
    uint64_t SlotBlkHeight : 4; /* 18..15 */
    uint64_t SlotCacheWidth : 3; /* 21..19 */
    uint64_t reserved0 : 10; /* 31..22 */
    uint64_t SlotSurfaceWidth : 14; /* 45..32 */
    uint64_t SlotSurfaceHeight : 14; /* 59..46 */
    uint64_t reserved1 : 4; /* 63..60 */
    uint64_t SlotLumaWidth : 14; /* 77..64 */
    uint64_t SlotLumaHeight : 14; /* 91..78 */
    uint64_t reserved2 : 4; /* 95..92 */
    uint64_t SlotChromaWidth : 14; /* 109..96 */
    uint64_t SlotChromaHeight : 14; /* 123..110 */
    uint64_t reserved3 : 4; /* 127..124 */
} SlotSurfaceConfig;

typedef struct {
    uint64_t luma_coeff0 : 20; /* 19..0 */
    uint64_t luma_coeff1 : 20; /* 39..20 */
    uint64_t luma_coeff2 : 20; /* 59..40 */
    uint64_t luma_r_shift : 4; /* 63..60 */
    uint64_t luma_coeff3 : 20; /* 83..64 */
    uint64_t LumaKeyLower : 10; /* 93..84 */
    uint64_t LumaKeyUpper : 10; /* 103..94 */
    uint64_t LumaKeyEnabled : 1; /* 104 */
    uint64_t reserved0 : 2; /* 106..105 */
    uint64_t reserved1 : 21; /* 127..107 */
} LumaKeyStruct;

typedef struct {
    uint64_t matrix_coeff00 : 20; /* 19..0 */
    uint64_t matrix_coeff10 : 20; /* 39..20 */
    uint64_t matrix_coeff20 : 20; /* 59..40 */
    uint64_t matrix_r_shift : 4; /* 63..60 */
    uint64_t matrix_coeff01 : 20; /* 83..64 */
    uint64_t matrix_coeff11 : 20; /* 103..84 */
    uint64_t matrix_coeff21 : 20; /* 123..104 */
    uint64_t reserved0 : 3; /* 126..124 */
    uint64_t matrix_enable : 1; /* 127 */
    /* 128 */
    uint64_t matrix_coeff02 : 20; /* 19..0 */
    uint64_t matrix_coeff12 : 20; /* 39..20 */
    uint64_t matrix_coeff22 : 20; /* 59..40 */
    uint64_t reserved1 : 4; /* 63..60 */
    uint64_t matrix_coeff03 : 20; /* 83..64 */
    uint64_t matrix_coeff13 : 20; /* 103..84 */
    uint64_t matrix_coeff23 : 20; /* 123..104 */
    uint64_t reserved2 : 4; /* 127..124 */
} MatrixStruct;

typedef struct {
    uint64_t ClearRect0Left : 14; /* 13..0 */
    uint64_t reserved0 : 2; /* 15..14 */
    uint64_t ClearRect0Right : 14; /* 29..16 */
    uint64_t reserved1 : 2; /* 31..30 */
    uint64_t ClearRect0Top : 14; /* 45..32 */
    uint64_t reserved2 : 2; /* 47..46 */
    uint64_t ClearRect0Bottom : 14; /* 61..48 */
    uint64_t reserved3 : 2; /* 63..62 */
    uint64_t ClearRect1Left : 14; /* 77..64 */
    uint64_t reserved4 : 2; /* 79..78 */
    uint64_t ClearRect1Right : 14; /* 93..80 */
    uint64_t reserved5 : 2; /* 95..94 */
    uint64_t ClearRect1Top : 14; /* 109..96 */
    uint64_t reserved6 : 2; /* 111..110 */
    uint64_t ClearRect1Bottom : 14; /* 125..112 */
    uint64_t reserved7 : 2; /* 127..126 */
} ClearRectStruct;

typedef struct {
    uint64_t reserved0 : 2; /* 1..0 */
    uint64_t AlphaK1 : 8; /* 9..2 */
    uint64_t reserved1 : 6; /* 17..10 */
    uint64_t AlphaK2 : 8; /* 25..18 */
    uint64_t reserved2 : 6; /* 31..26 */
    uint64_t SrcFactCMatchSelect : 3; /* 34..32 */
    uint64_t reserved3 : 1; /* 35 */
    uint64_t DstFactCMatchSelect : 3; /* 38..36 */
    uint64_t reserved4 : 1; /* 39 */
    uint64_t SrcFactAMatchSelect : 3; /* 42..40 */
    uint64_t reserved5 : 1; /* 43 */
    uint64_t DstFactAMatchSelect : 3; /* 46..44 */
    uint64_t reserved6 : 1; /* 47 */
    uint64_t reserved7 : 4; /* 51..48 */
    uint64_t reserved8 : 4; /* 55..52 */
    uint64_t reserved9 : 4; /* 59..56 */
    uint64_t reserved10 : 4; /* 63..60 */
    uint64_t reserved11 : 2; /* 65..64 */
    uint64_t OverrideR : 10; /* 75..66 */
    uint64_t OverrideG : 10; /* 85..76 */
    uint64_t OverrideB : 10; /* 95..86 */
    uint64_t reserved12 : 2; /* 97..96 */
    uint64_t OverrideA : 8; /* 105..98 */
    uint64_t reserved13 : 2; /* 107..106 */
    uint64_t UseOverrideR : 1; /* 108 */
    uint64_t UseOverrideG : 1; /* 109 */
    uint64_t UseOverrideB : 1; /* 110 */
    uint64_t UseOverrideA : 1; /* 111 */
    uint64_t MaskR : 1; /* 112 */
    uint64_t MaskG : 1; /* 113 */
    uint64_t MaskB : 1; /* 114 */
    uint64_t MaskA : 1; /* 115 */
    uint64_t reserved14 : 12; /* 127..116 */
} BlendingSlotStruct;

typedef struct {
    uint64_t AlphaFillMode : 3; /* 2..0 */
    uint64_t AlphaFillSlot : 3; /* 5..3 */
    uint64_t reserved0 : 2; /* 6..5 */
    uint64_t BackgroundAlpha : 8; /* 15..7 */
    uint64_t BackgroundR : 10; /* 25..16 */
    uint64_t BackgroundG : 10; /* 35..26 */
    uint64_t BackgroundB : 10; /* 45..36 */
    uint64_t RegammaMode : 2; /* 47..46 */
    uint64_t OutputFlipX : 1; /* 48 */
    uint64_t OutputFlipY : 1; /* 49 */
    uint64_t OutputTranspose : 1; /* 50 */
    uint64_t reserved1 : 1; /* 51 */
    uint64_t reserved2 : 12; /* 63..52 */
    uint64_t TargetRectLeft : 14; /* 77..64 */
    uint64_t reserved3 : 2; /* 79..78 */
    uint64_t TargetRectRight : 14; /* 93..80 */
    uint64_t reserved4 : 2; /* 95..94 */
    uint64_t TargetRectTop : 14; /* 109..96 */
    uint64_t reserved5 : 2; /* 111..110 */
    uint64_t TargetRectBottom : 14; /* 125..112 */
    uint64_t reserved6 : 2; /* 127..126 */
} OutputConfig;

typedef struct {
    uint64_t OutPixelFormat : 7; /* 6..0 */
    uint64_t OutChromaLocHoriz : 2; /* 8..7 */
    uint64_t OutChromaLocVert : 2; /* 10..9 */
    uint64_t OutBlkKind : 4; /* 14..11 */
    uint64_t OutBlkHeight : 4; /* 18..15 */
    uint64_t reserved0 : 3; /* 21..19 */
    uint64_t reserved1 : 10; /* 31..22 */
    uint64_t OutSurfaceWidth : 14; /* 45..32 */
    uint64_t OutSurfaceHeight : 14; /* 59..46 */
    uint64_t reserved2 : 4; /* 63..60 */
    uint64_t OutLumaWidth : 14; /* 77..64 */
    uint64_t OutLumaHeight : 14; /* 91..78 */
    uint64_t reserved3 : 4; /* 95..92 */
    uint64_t OutChromaWidth : 14; /* 109..96 */
    uint64_t OutChromaHeight : 14; /* 123..110 */
    uint64_t reserved4 : 4; /* 127..124 */
} OutputSurfaceConfig;

typedef struct {
    uint64_t f00 : 10; /* 9..0 */
    uint64_t f10 : 10; /* 19..10 */
    uint64_t f20 : 10; /* 29..20 */
    uint64_t reserved0 : 2; /* 31..30 */
    uint64_t f01 : 10; /* 41..32 */
    uint64_t f11 : 10; /* 51..42 */
    uint64_t f21 : 10; /* 61..52 */
    uint64_t reserved1 : 2; /* 63..62 */
    uint64_t f02 : 10; /* 73..64 */
    uint64_t f12 : 10; /* 83..74 */
    uint64_t f22 : 10; /* 93..84 */
    uint64_t reserved2 : 2; /* 95..94 */
    uint64_t f03 : 10; /* 105..96 */
    uint64_t f13 : 10; /* 115..106 */
    uint64_t f23 : 10; /* 125..116 */
    uint64_t reserved3 : 2; /* 127..126 */
} FilterCoeffStruct;

typedef struct {
    uint64_t DownsampleHoriz : 11; /* 10..0 */
    uint64_t reserved0 : 5; /* 15..11 */
    uint64_t DownsampleVert : 11; /* 26..16 */
    uint64_t reserved1 : 5; /* 31..27 */
    uint64_t reserved2 : 32; /* 63..32 */
    uint64_t reserved3 : 32; /* 95..64 */
    uint64_t reserved4 : 32; /* 127..96 */
} PipeConfig;

typedef struct {
    uint64_t OldCadence : 32; /* 31..0 */
    uint64_t OldDiff : 32; /* 63..32 */
    uint64_t OldWeave : 32; /* 95..64 */
    uint64_t OlderWeave : 32; /* 127..96 */
} SlotHistoryBuffer;

typedef struct {
    uint64_t crc0 : 32; /* 31..0 */
    uint64_t crc1 : 32; /* 63..32 */
    uint64_t crc2 : 32; /* 95..64 */
    uint64_t crc3 : 32; /* 127..96 */
} PartitionCrcStruct;

typedef struct {
    uint64_t crc0 : 32; /* 31..0 */
    uint64_t crc1 : 32; /* 63..32 */
} SlotCrcStruct;

typedef struct {
    uint64_t ErrorStatus : 32; /* 31..0 */
    uint64_t CycleCount : 32; /* 63..32 */
    uint64_t reserved0 : 32; /* 95..64 */
    uint64_t reserved1 : 32; /* 127..96 */
} StatusStruct;

typedef struct {
    uint64_t coeff_0 : 10; /* 9..0 */
    uint64_t reserved0 : 6; /* 15..10 */
    uint64_t coeff_1 : 10; /* 25..16 */
    uint64_t reserved1 : 6; /* 31..26 */
    uint64_t coeff_2 : 10; /* 41..32 */
    uint64_t reserved2 : 6; /* 47..42 */
    uint64_t coeff_3 : 10; /* 57..48 */
    uint64_t reserved3 : 6; /* 63..58 */
} CoeffPhaseParamStruct;

typedef struct {
    uint64_t GeoTranEn : 1; /* 0 */
    uint64_t GeoTranMode : 2; /* 2..1 */
    uint64_t IPTMode : 1; /* 3 */
    uint64_t PixelFilterType : 2; /* 5..4 */
    uint64_t PixelFormat : 7; /* 12..6 */
    uint64_t CacheWidth : 3; /* 15..13 */
    uint64_t SrcBlkKind : 4; /* 19..16 */
    uint64_t SrcBlkHeight : 4; /* 23..20 */
    uint64_t DestBlkKind : 4; /* 27..24 */
    uint64_t DestBlkHeight : 4; /* 31..28 */
    uint64_t MskBitMapEn : 1; /* 32 */
    uint64_t MaskedPixelFillMode : 1; /* 33 */
    uint64_t XSobelMode : 2; /* 35..34 */
    uint64_t SubFrameEn : 1; /* 36 */
    uint64_t reserved0 : 3; /* 39..37 */
    uint64_t XSobelBlkKind : 4; /* 43..40 */
    uint64_t XSobelBlkHeight : 4; /* 47..44 */
    uint64_t XSobelDSBlkKind : 4; /* 51..48 */
    uint64_t XSobelDSBlkHeight : 4; /* 55..52 */
    uint64_t reserved1 : 8; /* 63..56 */
    uint64_t NonFixedPatchEn : 1; /* 64 */
    uint64_t HorRegionNum : 2; /* 66..65 */
    uint64_t VerRegionNum : 2; /* 68..67 */
    uint64_t reserved2 : 3; /* 71..69 */
    uint64_t log2HorSpace_0 : 3; /* 74..72 */
    uint64_t log2VerSpace_0 : 3; /* 77..75 */
    uint64_t log2HorSpace_1 : 3; /* 80..78 */
    uint64_t log2VerSpace_1 : 3; /* 83..81 */
    uint64_t log2HorSpace_2 : 3; /* 86..84 */
    uint64_t log2VerSpace_2 : 3; /* 89..87 */
    uint64_t log2HorSpace_3 : 3; /* 92..90 */
    uint64_t log2VerSpace_3 : 3; /* 95..93 */
    uint64_t horRegionWidth_0 : 14; /* 109..96 */
    uint64_t reserved3 : 2; /* 111..110 */
    uint64_t horRegionWidth_1 : 14; /* 125..112 */
    uint64_t reserved4 : 2; /* 127..126 */
    uint64_t horRegionWidth_2 : 14; /* 141..128 */
    uint64_t reserved5 : 2; /* 143..142 */
    uint64_t horRegionWidth_3 : 14; /* 157..144 */
    uint64_t reserved6 : 2; /* 159..158 */
    uint64_t verRegionHeight_0 : 14; /* 173..160 */
    uint64_t reserved7 : 2; /* 175..174 */
    uint64_t verRegionHeight_1 : 14; /* 189..176 */
    uint64_t reserved8 : 2; /* 191..190 */
    uint64_t verRegionHeight_2 : 14; /* 205..192 */
    uint64_t reserved9 : 2; /* 207..206 */
    uint64_t verRegionHeight_3 : 14; /* 221..208 */
    uint64_t reserved10 : 2; /* 223..222 */
    uint64_t IPT_M11 : 32; /* 255..224 */
    uint64_t IPT_M12 : 32; /* 287..256 */
    uint64_t IPT_M13 : 32; /* 319..288 */
    uint64_t IPT_M21 : 32; /* 351..320 */
    uint64_t IPT_M22 : 32; /* 383..352 */
    uint64_t IPT_M23 : 32; /* 415..384 */
    uint64_t IPT_M31 : 32; /* 447..416 */
    uint64_t IPT_M32 : 32; /* 479..448 */
    uint64_t IPT_M33 : 32; /* 511..480 */
    uint64_t SourceRectLeft : 14; /* 525..512 */
    uint64_t reserved11 : 2; /* 527..526 */
    uint64_t SourceRectRight : 14; /* 541..528 */
    uint64_t reserved12 : 2; /* 543..542 */
    uint64_t SourceRectTop : 14; /* 557..544 */
    uint64_t reserved13 : 2; /* 559..558 */
    uint64_t SourceRectBottom : 14; /* 573..560 */
    uint64_t reserved14; /* 575..574 */
    uint64_t SrcImgWidth : 14; /* 589..576 */
    uint64_t reserved15 : 2; /* 591..590 */
    uint64_t SrcImgHeight : 14; /* 605..592 */
    uint64_t reserved16 : 2; /* 607..606 */
    uint64_t SrcSfcLumaWidth : 14; /* 621..608 */
    uint64_t reserved17 : 2; /* 623..622 */
    uint64_t SrcSfcLumaHeight : 14; /* 637..624 */
    uint64_t reserved18 : 2; /* 639..638 */
    uint64_t SrcSfcChromaWidth : 14; /* 653..640 */
    uint64_t reserved19 : 2; /* 655..654 */
    uint64_t SrcSfcChromaHeight : 14; /* 669..656 */
    uint64_t reserved20 : 2; /* 671..670 */
    uint64_t DestRectLeft : 14; /* 685..672 */
    uint64_t reserved21 : 2; /* 687..686 */
    uint64_t DestRectRight : 14; /* 701..688 */
    uint64_t reserved22 : 2; /* 703..702 */
    uint64_t DestRectTop : 14; /* 717..704 */
    uint64_t reserved23 : 2; /* 719..718 */
    uint64_t DestRectBottom : 14; /* 733..720 */
    uint64_t reserved24 : 2; /* 735..734 */
    uint64_t SubFrameRectTop : 14; /* 749..736 */
    uint64_t reserved25 : 2; /* 751..750 */
    uint64_t SubFrameRectBottom : 14; /* 765..752 */
    uint64_t reserved26 : 2; /* 767..766 */
    uint64_t DestSfcLumaWidth : 14; /* 781..768 */
    uint64_t reserved27 : 2; /* 783..782 */
    uint64_t DestSfcLumaHeight : 14; /* 797..784 */
    uint64_t reserved28 : 2; /* 799..798 */
    uint64_t DestSfcChromaWidth : 14; /* 813..800 */
    uint64_t reserved29 : 2; /* 815..814 */
    uint64_t DestSfcChromaHeight : 14; /* 829..816 */
    uint64_t reserved30 : 2; /* 831..830 */
    uint64_t SparseWarpMapWidth : 14; /* 845..832 */
    uint64_t reserved31 : 2; /* 847..846 */
    uint64_t SparseWarpMapHeight : 14; /* 861..848 */
    uint64_t reserved32 : 2; /* 863..862 */
    uint64_t SparseWarpMapStride : 14; /* 877..864 */
    uint64_t reserved33 : 2; /* 879..878 */
    uint64_t MaskBitMapWidth : 14; /* 893..880 */
    uint64_t reserved34 : 2; /* 895..894 */
    uint64_t MaskBitMapHeight : 14; /* 909..896 */
    uint64_t reserved35 : 2; /* 911..910 */
    uint64_t MaskBitMapStride : 14; /* 925..912 */
    uint64_t reserved36 : 2; /* 927..926 */
    uint64_t XSobelWidth : 14; /* 941..928 */
    uint64_t reserved37 : 2; /* 943..942 */
    uint64_t XSobelHeight : 14; /* 957..944 */
    uint64_t reserved38 : 2; /* 959..958 */
    uint64_t XSobelStride : 14; /* 973..960 */
    uint64_t reserved39 : 2; /* 975..974 */
    uint64_t DSStride : 14; /* 989..976 */
    uint64_t reserved40 : 2; /* 991..990 */
    uint64_t XSobelTopOffset : 32; /* 1023..992 */
    uint64_t reserved41 : 32; /* 1055..1024 */
    uint64_t maskY : 16; /* 1071..1056 */
    uint64_t maskU : 16; /* 1087..1072 */
    uint64_t maskV : 16; /* 1103..1088 */
    uint64_t reserved42 : 16; /* 1119..1104 */
} GeoTranConfigParamStruct;

typedef struct {
    uint64_t TNR3En : 1; /* 0 */
    uint64_t BetaBlendingEn : 1; /* 1 */
    uint64_t AlphaBlendingEn : 1; /* 2 */
    uint64_t AlphaSmoothEn : 1; /* 3 */
    uint64_t TempAlphaRestrictEn : 1; /* 4 */
    uint64_t AlphaClipEn : 1; /* 5 */
    uint64_t BFRangeEn : 1; /* 6 */
    uint64_t BFDomainEn : 1; /* 7 */
    uint64_t BFRangeLumaShift : 4; /* 11..8 */
    uint64_t BFRangeChromaShift : 4; /* 15..12 */
    uint64_t SADMultiplier : 6; /* 21..16 */
    uint64_t reserved1 : 2; /* 23..22 */
    uint64_t SADWeightLuma : 6; /* 29..24 */
    uint64_t reserved2 : 2; /* 31..30 */
    uint64_t TempAlphaRestrictIncCap : 11; /* 42..32 */
    uint64_t reserved3 : 5; /* 47..43 */
    uint64_t AlphaScaleIIR : 11; /* 58..48 */
    uint64_t reserved4 : 5; /* 63..59 */
    uint64_t AlphaClipMaxLuma : 11; /* 74..64 */
    uint64_t reserved5 : 5; /* 79..75 */
    uint64_t AlphaClipMinLuma : 11; /* 90..80 */
    uint64_t reserved6 : 5; /* 95..91 */
    uint64_t AlphaClipMaxChroma : 11; /* 106..96 */
    uint64_t reserved7 : 5; /* 111..107 */
    uint64_t AlphaClipMinChroma : 11; /* 122..112 */
    uint64_t reserved8 : 5; /* 127..123 */
    uint64_t BetaCalcMaxBeta : 11; /* 138..128 */
    uint64_t reserved9 : 5; /* 143..139 */
    uint64_t BetaCalcMinBeta : 11; /* 154..144 */
    uint64_t reserved10 : 5; /* 159..155 */
    uint64_t BetaCalcBetaX1 : 11; /* 170..160 */
    uint64_t reserved11 : 5; /* 175..171 */
    uint64_t BetaCalcBetaX2 : 11; /* 186..176 */
    uint64_t reserved12 : 5; /* 191..187 */
    uint64_t BetaCalcStepBeta : 11; /* 202..192 */
    uint64_t reserved13 : 5; /* 207..203 */
    uint64_t reserved14 : 16; /* 223..208 */
    uint64_t BFDomainLumaCoeffC00 : 7; /* 230..224 */
    uint64_t reserved15 : 1; /* 231 */
    uint64_t BFDomainLumaCoeffC01 : 7; /* 238..232 */
    uint64_t reserved16 : 1; /* 239 */
    uint64_t BFDomainLumaCoeffC02 : 7; /* 246..240 */
    uint64_t reserved17 : 1; /* 247 */
    uint64_t BFDomainLumaCoeffC11 : 7; /* 254..248 */
    uint64_t reserved18 : 1; /* 255 */
    uint64_t BFDomainLumaCoeffC12 : 7; /* 262..256 */
    uint64_t reserved19 : 1; /* 263 */
    uint64_t BFDomainLumaCoeffC22 : 7; /* 270..264 */
    uint64_t reserved20 : 1; /* 271 */
    uint64_t reserved21 : 16; /* 287..272 */
    uint64_t BFDomainChromaCoeffC00 : 7; /* 294..288 */
    uint64_t reserved22 : 1; /* 295 */
    uint64_t BFDomainChromaCoeffC01 : 7; /* 302..296 */
    uint64_t reserved23 : 1; /* 303 */
    uint64_t BFDomainChromaCoeffC02 : 7; /* 310..304 */
    uint64_t reserved24 : 1; /* 311 */
    uint64_t BFDomainChromaCoeffC11 : 7; /* 318..312 */
    uint64_t reserved25 : 1; /* 319 */
    uint64_t BFDomainChromaCoeffC12 : 7; /* 326..320 */
    uint64_t reserved26 : 1; /* 327 */
    uint64_t BFDomainChromaCoeffC22 : 7; /* 334..328 */
    uint64_t reserved27 : 1; /* 335 */
    uint64_t reserved28 : 16; /* 351..336 */
    uint64_t LeftBufSize : 32; /* 383..352 */
    uint64_t TopBufSize : 32; /* 415..384 */
    uint64_t AlphaSufStride : 14; /* 429..416 */
    uint64_t reserved29 : 18; /* 447..430 */
} TNR3ConfigParamStruct;

typedef struct {
    uint64_t item0 : 7; /* 6..0 */
    uint64_t reserved0 : 9; /* 15..7 */
    uint64_t item1 : 7; /* 22..16 */
    uint64_t reserved1 : 9; /* 31..23 */
    uint64_t item2 : 7; /* 38..32 */
    uint64_t reserved2 : 9; /* 47..39 */
    uint64_t item3 : 7; /* 54..48 */
    uint64_t reserved3 : 9; /* 63..55 */
} BFRangeTableItems;

typedef struct {
    SlotConfig slotConfig;
    SlotSurfaceConfig slotSurfaceConfig;
    LumaKeyStruct lumaKeyStruct;
    MatrixStruct colorMatrixStruct;
    MatrixStruct gamutMatrixStruct;
    BlendingSlotStruct blendingSlotStruct;
} SlotStruct;

typedef struct {
    FilterCoeffStruct filterCoeffStruct[520];
} FilterStruct;

typedef struct {
    PipeConfig pipeConfig;
    OutputConfig outputConfig;
    OutputSurfaceConfig outputSurfaceConfig;
    MatrixStruct outColorMatrixStruct;
    ClearRectStruct clearRectStruct[4];
    SlotStruct slotStruct[16];
} ConfigStruct;

typedef struct {
    PartitionCrcStruct partitionCrcStruct[2];
} InterfaceCrcStruct;

typedef struct {
    SlotCrcStruct slotCrcStruct[16];
} InputCrcStruct;

typedef struct {
    GeoTranConfigParamStruct paramConfig;
    CoeffPhaseParamStruct FilterCoeff[17];
    TNR3ConfigParamStruct tnr3Config;
    BFRangeTableItems BFRangeTableLuma[16];
    BFRangeTableItems BFRangeTableChroma[16];
} GeoTranConfigStruct;

#endif