Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libva
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libva
Commits
55b1491c
Commit
55b1491c
authored
Apr 22, 2011
by
Xiang, Haihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i965_drv_video/encode: reduce inline data for inter shader
Signed-off-by:
Xiang, Haihao
<
haihao.xiang@intel.com
>
parent
d0a000b6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
245 additions
and
33 deletions
+245
-33
i965_drv_video/gen6_vme.c
i965_drv_video/gen6_vme.c
+1
-1
i965_drv_video/shaders/vme/inter_frame.asm
i965_drv_video/shaders/vme/inter_frame.asm
+197
-21
i965_drv_video/shaders/vme/inter_frame.g6b
i965_drv_video/shaders/vme/inter_frame.g6b
+47
-11
No files found.
i965_drv_video/gen6_vme.c
View file @
55b1491c
...
...
@@ -568,7 +568,7 @@ static int gen6_vme_media_object_inter(VADriverContextP ctx,
OUT_BATCH
(
ctx
,
0
);
/*inline data */
OUT_BATCH
(
ctx
,
((
mb_y
<<
20
))
|
((
mb_x
<<
4
))
);
/*M0.0 Refrence0 X,Y*/
OUT_BATCH
(
ctx
,
mb_width
<<
16
|
mb_y
<<
8
|
mb_x
);
OUT_BATCH
(
ctx
,
0x00000000
);
/*M0.1 Refrence1 X,Y, not used in P frame*/
OUT_BATCH
(
ctx
,
(
mb_y
<<
20
)
|
(
mb_x
<<
4
));
/*M0.2 Source X,Y*/
...
...
i965_drv_video/shaders/vme/inter_frame.asm
View file @
55b1491c
...
...
@@ -17,31 +17,207 @@
include
(
`
vme_header.inc
'
)
/*
inline
input
data
:
r5~r11
*/
mov
(
1
)
r5.20
<
1
>
:
UB
r0.20
<
1
,
1
,
0
>
:
UB
{
al
ign1
}
;
mov
(
8
)
m0.0
<
1
>
:
UD
r5.0
<
8
,
8
,
1
>
:
UD
{
al
ign1
}
;
mov
(
8
)
m1.0
<
1
>
:
UD
r6.0
<
8
,
8
,
1
>
:
UD
{
al
ign1
}
;
mov
(
8
)
m2.0
<
1
>
:
UD
r7.0
<
8
,
8
,
1
>
:
UD
{
al
ign1
}
;
mov
(
8
)
m3.0
<
1
>
:
UD
r8.0
<
8
,
8
,
1
>
:
UD
{
al
ign1
}
;
send
(
8
)
0
r12
null
vme
(
0
,
0
,
0
,
1
)
mlen
4
rlen
4
{
al
ign1
}
;
/*
*
Constant
*/
define
(
`VME_MESSAGE_TYPE_INTER', `
1
'
)
define
(
`VME_MESSAGE_TYPE_INTRA', `
2
'
)
define
(
`VME_MESSAGE_TYPE_MIXED', `
3
'
)
define
(
`BLOCK_32X1', `
0x0000001F
'
)
define
(
`BLOCK_4X16', `
0x000F0003
'
)
define
(
`LUMA_INTRA_16x16_DISABLE', `
0x1
'
)
define
(
`LUMA_INTRA_8x8_DISABLE', `
0x2
'
)
define
(
`LUMA_INTRA_4x4_DISABLE', `
0x4
'
)
define
(
`INTRA_PRED_AVAIL_FLAG_AE', `
0x60
'
)
define
(
`INTRA_PRED_AVAIL_FLAG_B', `
0x10
'
)
define
(
`INTRA_PRED_AVAIL_FLAG_C', `
0x8
'
)
define
(
`INTRA_PRED_AVAIL_FLAG_D', `
0x4
'
)
define
(
`BIND_IDX_VME', `
0
'
)
define
(
`BIND_IDX_VME_REF0', `
1
'
)
define
(
`BIND_IDX_VME_REF1', `
2
'
)
define
(
`BIND_IDX_OUTPUT', `
3
'
)
define
(
`BIND_IDX_INEP', `
4
'
)
define
(
`SUB_PEL_MODE_INTEGER', `
0x00000000
'
)
define
(
`SUB_PEL_MODE_HALF', `
0x00001000
'
)
define
(
`SUB_PEL_MODE_QUARTER', `
0x00003000
'
)
define
(
`INTER_SAD_NONE', `
0x00000000
'
)
define
(
`INTER_SAD_HAAR', `
0x00200000
'
)
define
(
`INTRA_SAD_NONE', `
0x00000000
'
)
define
(
`INTRA_SAD_HAAR', `
0x00800000
'
)
mov
(
1
)
r9.20
<
1
>
:
UB
r0.20
<
1
,
1
,
0
>
:
UB
{
al
ign1
}
;
mov
(
8
)
m0.0
<
1
>
:
UD
r9.0
<
8
,
8
,
1
>
:
UD
{
al
ign1
mask_disable
}
;
define
(
`REF_REGION_SIZE', `
0x2020
:
UW
'
)
define
(
`BI_SUB_MB_PART_MASK', `
0x0c000000
'
)
define
(
`MAX_NUM_MV', `
0x00000020
'
)
define
(
`INTRA_PREDICTORE_MODE', `
0x11111111
:
UD
'
)
/*
GRF
registers
*
r0
header
*
r1~r4
constant
buffer
(
reserved
)
*
r5
inline
data
*
r6~r11
reserved
*
r12
write
back
of
VME
message
*
r13
write
back
of
Oword
Bl
ock
Write
*/
/*
mov
(
8
)
m1.0
<
1
>
:
UD
r13.0
<
8
,
8
,
1
>
:
UD
{
al
ign1
mask_disable
}
;
mov
(
8
)
m2.0
<
1
>
:
UD
r14.0
<
8
,
8
,
1
>
:
UD
{
al
ign1
mask_disable
}
;
*/
mov
(
2
)
r9.0
<
1
>
:
UW
r13.0
<
2
,
2
,
1
>
:
UB
{
al
ign1
mask_disable
}
;
mov
(
8
)
m1.0
<
1
>
:
UD
r9.0
<
8
,
8
,
0
>
:
UD
{
al
ign1
mask_disable
}
;
mov
(
8
)
m2.0
<
1
>
:
UD
r9.0
<
8
,
8
,
0
>
:
UD
{
al
ign1
mask_disable
}
;
*
GRF
0
--
header
*/
define
(
`thread_id_ub', `
r0.20
<
0
,
1
,
0
>
:
UB
'
)
/*
thread
id
in
payload
*/
/*
mov
(
16
)
m1.2
<
8
:
8
:
2
>
:
UW
r13.1
<
0
,
0
,
0
>
:
UB
{
al
ign1
}
;
*/
*
GRF
1
~
4
--
Constant
Buffer
(
reserved
)
*/
/*
bind
index
3
,
write
2
oword
,
msg
type
:
8
(
OWord
Bl
ock
Write
)
*/
send
(
16
)
0
r13
null
write
(
3
,
3
,
8
,
1
)
mlen
3
rlen
1
{
al
ign1
}
;
/*
*
GRF
5
--
inline
data
*/
define
(
`
inline_reg0
', `r5'
)
define
(
`
w_in_mb_uw
'
,
`
inline_reg0.2
'
)
define
(
`orig_xy_ub', `
inline_reg0.0
'
)
define
(
`orig_x_ub', `
inline_reg0.0
'
)
/*
in
macroblock
*/
define
(
`orig_y_ub', `
inline_reg0.1
'
)
mov
(
8
)
m0.0
<
1
>
:
UD
r0
<
8
,
8
,
1
>
:
UD
{
al
ign1
}
;
send
(
16
)
0
acc0
<
1
>
UW
null
thread_spawner
(
0
,
0
,
1
)
mlen
1
rlen
0
{
al
ign1
EOT
}
;
/*
*
GRF
6
~
11
--
reserved
*/
/*
*
GRF
12
~
15
--
write
back
for
VME
message
*/
define
(
`vme_wb', `
r12
'
)
define
(
`vme_wb0', `
r12
'
)
define
(
`vme_wb1', `
r13
'
)
define
(
`vme_wb2', `
r14
'
)
define
(
`vme_wb3', `
r15
'
)
/*
*
GRF
16
--
write
back
for
Oword
Bl
ock
Write
message
with
write
commit
bit
*/
define
(
`obw_wb', `
r16
'
)
/*
*
GRF
18
~
21
--
Intra
Neighbor
Edge
Pixels
*/
define
(
`INEP_ROW', `
r18
'
)
define
(
`INEP_COL0', `
r20
'
)
define
(
`INEP_COL1', `
r21
'
)
/*
*
temporary
registers
*/
define
(
`tmp_reg0', `
r32
'
)
define
(
`tmp_reg1', `
r33
'
)
define
(
`
intra_part_mask_ub
', `tmp_reg1.28'
)
define
(
`
mb_intra_struct_ub
', `tmp_reg1.29'
)
define
(
`tmp_reg2', `
r34
'
)
define
(
`tmp_x_w', `
tmp_reg2.0
'
)
define
(
`tmp_reg3', `
r35
'
)
/*
*
MRF
registers
*/
define
(
`msg_reg0', `
m0
'
)
/*
m0
*/
define
(
`msg_reg1', `
m1
'
)
/*
m1
*/
define
(
`msg_reg2', `
m2
'
)
/*
m2
*/
define
(
`msg_reg3', `
m3
'
)
/*
m3
*/
/*
*
__START
*/
__INTER_START:
mov
(
16
)
tmp_reg0.0
<
1
>
:
UD
0x0
:
UD
{
al
ign1
}
;
mov
(
16
)
tmp_reg2.0
<
1
>
:
UD
0x0
:
UD
{
al
ign1
}
;
/*
*
Media
Read
Message
--
fetch
neighbor
edge
pixels
*/
/*
ROW
*/
mul
(
2
)
tmp_reg0.0
<
1
>
:
D
orig_xy_ub
<
2
,
2
,
1
>
:
UB
16
:
UW
{
al
ign1
}
; /* (x, y) * 16 */
add
(
1
)
tmp_reg0.0
<
1
>
:
D
tmp_reg0.0
<
0
,
1
,
0
>
:
D
-
8
:
W
{
al
ign1
}
; /* X offset */
add
(
1
)
tmp_reg0.4
<
1
>
:
D
tmp_reg0.4
<
0
,
1
,
0
>
:
D
-
1
:
W
{
al
ign1
}
; /* Y offset */
mov
(
1
)
tmp_reg0.8
<
1
>
:
UD
BL
OCK_32X1
{
al
ign1
}
;
mov
(
1
)
tmp_reg0.20
<
1
>
:
UB
thread_id_ub
{
al
ign1
}
; /* dispatch id */
mov
(
8
)
msg_reg0.0
<
1
>
:
UD
tmp_reg0.0
<
8
,
8
,
1
>
:
UD
{
al
ign1
}
;
send
(
16
)
0
INEP_ROW
null
read
(
BIND_IDX_INEP
,
0
,
0
,
4
)
mlen
1
rlen
1
{
al
ign1
}
;
/*
COL
*/
mul
(
2
)
tmp_reg0.0
<
1
>
:
D
orig_xy_ub
<
2
,
2
,
1
>
:
UB
16
:
UW
{
al
ign1
}
; /* (x, y) * 16 */
add
(
1
)
tmp_reg0.0
<
1
>
:
D
tmp_reg0.0
<
0
,
1
,
0
>
:
D
-
4
:
W
{
al
ign1
}
; /* X offset */
mov
(
1
)
tmp_reg0.8
<
1
>
:
UD
BL
OCK_4X16
{
al
ign1
}
;
mov
(
1
)
tmp_reg0.20
<
1
>
:
UB
thread_id_ub
{
al
ign1
}
; /* dispatch id */
mov
(
8
)
msg_reg0.0
<
1
>
:
UD
tmp_reg0.0
<
8
,
8
,
1
>
:
UD
{
al
ign1
}
;
send
(
16
)
0
INEP_COL0
null
read
(
BIND_IDX_INEP
,
0
,
0
,
4
)
mlen
1
rlen
2
{
al
ign1
}
;
/*
*
VME
message
*/
/*
m0
*/
mul
(
2
)
tmp_reg0.0
<
1
>
:
UW
orig_xy_ub
<
2
,
2
,
1
>
:
UB
16
:
UW
{
al
ign1
}
; /* (x, y) * 16 */
mov
(
1
)
tmp_reg0.8
<
1
>
:
UD
tmp_reg0.0
<
0
,
1
,
0
>
:
UD
{
al
ign1
}
;
mov
(
1
)
tmp_reg0.12
<
1
>
:
UD
INTER_SAD_HAAR
+
INTRA_SAD_HAAR
+
SUB_PEL_MODE_QUARTER
:
UD
{
al
ign1
}
; /* 16x16 Source, 1/4 pixel, harr */
mov
(
1
)
tmp_reg0.20
<
1
>
:
UB
thread_id_ub
{
al
ign1
}
; /* dispatch id */
mov
(
1
)
tmp_reg0.22
<
1
>
:
UW
REF_REGION_SIZE
{
al
ign1
}
; /* Reference Width&Height, 32x32 */
mov
(
8
)
msg_reg0.0
<
1
>
:
UD
tmp_reg0.0
<
8
,
8
,
1
>
:
UD
{
al
ign1
}
;
/*
m1
*/
mov
(
1
)
tmp_reg1.4
<
1
>
:
UD
BI_SUB_MB_PART_MASK
+
MAX_NUM_MV
:
UD
{
al
ign1
}
; /* Default value MAX 32 MVs */
mov
(
1
)
intra_part_mask_ub
<
1
>
:
UB
LUMA_INTRA_8x8_DISABLE
+
LUMA_INTRA_4x4_DISABLE
{
al
ign1
}
;
cmp.nz.f0.0
(
1
)
null
<
1
>
:
UW
orig_x_ub
<
0
,
1
,
0
>
:
UB
0
:
UW
{
al
ign1
}
; /* X != 0 */
(
f0.0
)
add
(
1
)
mb_intra_struct_ub
<
1
>
:
UB
mb_intra_struct_ub
<
0
,
1
,
0
>
:
UB
INTRA_PRED_AVAIL_FLAG_AE
{
al
ign1
}
; /* A */
cmp.nz.f0.0
(
1
)
null
<
1
>
:
UW
orig_y_ub
<
0
,
1
,
0
>
:
UB
0
:
UW
{
al
ign1
}
; /* Y != 0 */
(
f0.0
)
add
(
1
)
mb_intra_struct_ub
<
1
>
:
UB
mb_intra_struct_ub
<
0
,
1
,
0
>
:
UB
INTRA_PRED_AVAIL_FLAG_B
{
al
ign1
}
; /* B */
mul.nz.f0.0
(
1
)
null
<
1
>
:
UW
orig_x_ub
<
0
,
1
,
0
>
:
UB
orig_y_ub
<
0
,
1
,
0
>
:
UB
{
al
ign1
}
; /* X * Y != 0 */
(
f0.0
)
add
(
1
)
mb_intra_struct_ub
<
1
>
:
UB
mb_intra_struct_ub
<
0
,
1
,
0
>
:
UB
INTRA_PRED_AVAIL_FLAG_D
{
al
ign1
}
; /* D */
add
(
1
)
tmp_x_w
<
1
>
:
W
orig_x_ub
<
0
,
1
,
0
>
:
UB
1
:
UW
{
al
ign1
}
; /* X + 1 */
add
(
1
)
tmp_x_w
<
1
>
:
W
w_in_mb_uw
<
0
,
1
,
0
>
:
UW
-
tmp_x_w
<
0
,
1
,
0
>
:
W
{
al
ign1
}
; /* width - (X + 1) */
mul.nz.f0.0
(
1
)
null
<
1
>
:
UD
tmp_x_w
<
0
,
1
,
0
>
:
W
orig_y_ub
<
0
,
1
,
0
>
:
UB
{
al
ign1
}
; /* (width - (X + 1)) * Y != 0 */
(
f0.0
)
add
(
1
)
mb_intra_struct_ub
<
1
>
:
UB
mb_intra_struct_ub
<
0
,
1
,
0
>
:
UB
INTRA_PRED_AVAIL_FLAG_C
{
al
ign1
}
; /* C */
mov
(
8
)
msg_reg1
<
1
>
:
UD
tmp_reg1.0
<
8
,
8
,
1
>
:
UD
{
al
ign1
}
;
/*
m2
*/
mov
(
8
)
msg_reg2
<
1
>
:
UD
INEP_ROW.0
<
8
,
8
,
1
>
:
UD
{
al
ign1
}
;
/*
m3
*/
mov
(
8
)
msg_reg3
<
1
>
:
UD
0x0
{
al
ign1
}
;
mov
(
16
)
msg_reg3.0
<
1
>
:
UB
INEP_COL0.3
<
32
,
8
,
4
>
:
UB
{
al
ign1
}
;
mov
(
1
)
msg_reg3.16
<
1
>
:
UD
INTRA_PREDICTORE_MODE
{
al
ign1
}
;
send
(
8
)
0
vme_wb
null
vme
(
BIND_IDX_VME
,
0
,
0
,
VME_MESSAGE_TYPE_INTER
)
mlen
4
rlen
4
{
al
ign1
}
;
/*
*
Oword
Bl
ock
Write
message
*/
mul
(
1
)
tmp_reg3.8
<
1
>
:
UD
w_in_mb_uw
<
0
,
1
,
0
>
:
UW
orig_y_ub
<
0
,
1
,
0
>
:
UB
{
al
ign1
}
;
add
(
1
)
tmp_reg3.8
<
1
>
:
UD
tmp_reg3.8
<
0
,
1
,
0
>
:
UD
orig_x_ub
<
0
,
1
,
0
>
:
UB
{
al
ign1
}
;
mul
(
1
)
tmp_reg3.8
<
1
>
:
UD
tmp_reg3.8
<
0
,
1
,
0
>
:
UD
0x4
:
UD
{
al
ign1
}
;
mov
(
1
)
tmp_reg3.20
<
1
>
:
UB
thread_id_ub
{
al
ign1
}
; /* dispatch id */
mov
(
8
)
msg_reg0.0
<
1
>
:
UD
tmp_reg3.0
<
8
,
8
,
1
>
:
UD
{
al
ign1
}
;
mov
(
2
)
tmp_reg3.0
<
1
>
:
UW
vme_wb1.0
<
2
,
2
,
1
>
:
UB
{
al
ign1
}
;
mov
(
8
)
msg_reg1.0
<
1
>
:
UD
tmp_reg3.0
<
0
,
1
,
0
>
:
UD
{
al
ign1
}
;
mov
(
8
)
msg_reg2.0
<
1
>
:
UD
tmp_reg3.0
<
0
,
1
,
0
>
:
UD
{
al
ign1
}
;
/*
bind
index
3
,
write
4
oword
,
msg
type
:
8
(
OWord
Bl
ock
Write
)
*/
send
(
16
)
0
obw_wb
null
write
(
BIND_IDX_OUTPUT
,
3
,
8
,
1
)
mlen
3
rlen
1
{
al
ign1
}
;
/*
*
kill
thread
*/
mov
(
8
)
msg_reg0
<
1
>
:
UD
r0
<
8
,
8
,
1
>
:
UD
{
al
ign1
}
;
send
(
16
)
0
acc0
<
1
>
UW
null
thread_spawner
(
0
,
0
,
1
)
mlen
1
rlen
0
{
al
ign1
EOT
}
;
i965_drv_video/shaders/vme/inter_frame.g6b
View file @
55b1491c
{ 0x00000001, 0x20b40231, 0x00200014, 0x00000000 },
{ 0x00600001, 0x20000022, 0x008d00a0, 0x00000000 },
{ 0x00600001, 0x20200022, 0x008d00c0, 0x00000000 },
{ 0x00600001, 0x20400022, 0x008d00e0, 0x00000000 },
{ 0x00600001, 0x20600022, 0x008d0100, 0x00000000 },
{ 0x00800001, 0x24000061, 0x00000000, 0x00000000 },
{ 0x00800001, 0x24400061, 0x00000000, 0x00000000 },
{ 0x00200041, 0x24002e25, 0x004500a0, 0x00100010 },
{ 0x00000040, 0x24003ca5, 0x00000400, 0xfff8fff8 },
{ 0x00000040, 0x24043ca5, 0x00000404, 0xffffffff },
{ 0x00000001, 0x240800e1, 0x00000000, 0x0000001f },
{ 0x00000001, 0x24140231, 0x00000014, 0x00000000 },
{ 0x00600001, 0x20000022, 0x008d0400, 0x00000000 },
{ 0x05800031, 0x22401cdd, 0x00000000, 0x02188004 },
{ 0x00200041, 0x24002e25, 0x004500a0, 0x00100010 },
{ 0x00000040, 0x24003ca5, 0x00000400, 0xfffcfffc },
{ 0x00000001, 0x240800e1, 0x00000000, 0x000f0003 },
{ 0x00000001, 0x24140231, 0x00000014, 0x00000000 },
{ 0x00600001, 0x20000022, 0x008d0400, 0x00000000 },
{ 0x05800031, 0x22801cdd, 0x00000000, 0x02288004 },
{ 0x00200041, 0x24002e29, 0x004500a0, 0x00100010 },
{ 0x00000001, 0x24080021, 0x00000400, 0x00000000 },
{ 0x00000001, 0x240c0061, 0x00000000, 0x00a03000 },
{ 0x00000001, 0x24140231, 0x00000014, 0x00000000 },
{ 0x00000001, 0x24160169, 0x00000000, 0x20202020 },
{ 0x00600001, 0x20000022, 0x008d0400, 0x00000000 },
{ 0x00000001, 0x24240061, 0x00000000, 0x0c000020 },
{ 0x00000001, 0x243c00f1, 0x00000000, 0x00000006 },
{ 0x02000010, 0x20002e28, 0x000000a0, 0x00000000 },
{ 0x00010040, 0x243d1e31, 0x0000043d, 0x00000060 },
{ 0x02000010, 0x20002e28, 0x000000a1, 0x00000000 },
{ 0x00010040, 0x243d1e31, 0x0000043d, 0x00000010 },
{ 0x02000041, 0x20004628, 0x000000a0, 0x000000a1 },
{ 0x00010040, 0x243d1e31, 0x0000043d, 0x00000004 },
{ 0x00000040, 0x24402e2d, 0x000000a0, 0x00010001 },
{ 0x00000040, 0x2440352d, 0x000000a2, 0x00004440 },
{ 0x02000041, 0x200045a0, 0x00000440, 0x000000a1 },
{ 0x00010040, 0x243d1e31, 0x0000043d, 0x00000008 },
{ 0x00600001, 0x20200022, 0x008d0420, 0x00000000 },
{ 0x00600001, 0x20400022, 0x008d0240, 0x00000000 },
{ 0x00600001, 0x206000e2, 0x00000000, 0x00000000 },
{ 0x00800001, 0x20600232, 0x00cf0283, 0x00000000 },
{ 0x00000001, 0x20700062, 0x00000000, 0x11111111 },
{ 0x08600031, 0x21801cdd, 0x00000000, 0x08482000 },
{ 0x00000001, 0x21340231, 0x00200014, 0x00000000 },
{ 0x00600201, 0x20000022, 0x008d0120, 0x00000000 },
{ 0x00200201, 0x21200229, 0x004501a0, 0x00000000 },
{ 0x00600201, 0x20200022, 0x008c0120, 0x00000000 },
{ 0x00600201, 0x20400022, 0x008c0120, 0x00000000 },
{ 0x05800031, 0x21a01cdd, 0x00000000, 0x061b0303 },
{ 0x00000041, 0x24684521, 0x000000a2, 0x000000a1 },
{ 0x00000040, 0x24684421, 0x00000468, 0x000000a0 },
{ 0x00000041, 0x24680c21, 0x00000468, 0x00000004 },
{ 0x00000001, 0x24740231, 0x00000014, 0x00000000 },
{ 0x00600001, 0x20000022, 0x008d0460, 0x00000000 },
{ 0x00200001, 0x24600229, 0x004501a0, 0x00000000 },
{ 0x00600001, 0x20200022, 0x00000460, 0x00000000 },
{ 0x00600001, 0x20400022, 0x00000460, 0x00000000 },
{ 0x05800031, 0x22001cdd, 0x00000000, 0x061b0303 },
{ 0x00600001, 0x20000022, 0x008d0000, 0x00000000 },
{ 0x07800031, 0x24001cc8, 0x00000000, 0x82000010 },
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment