Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
vlc
Commits
f6fb388c
Commit
f6fb388c
authored
Sep 20, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i420_yuyv_neon: small tweaks
parent
5712ce24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
modules/video_chroma/i420_yuyv_neon.S
modules/video_chroma/i420_yuyv_neon.S
+8
-10
No files found.
modules/video_chroma/i420_yuyv_neon.S
View file @
f6fb388c
...
...
@@ -29,26 +29,25 @@
#define Y2 r5
#define U r6
#define V r7
#define END_O1 r
8
#define END_O1 r
12
.
align
.
global
i420_uyvy_neon
.
type
i420_uyvy_neon
,
%
function
i420_uyvy_neon
:
push
{
r4
-
r8
}
add
r8
,
pc
,
#(
indexes
+
64
-
.
-
8
)
adr
r12
,
indexes
+
64
b
i420_pack_neon
.
global
i420_yuyv_neon
.
type
i420_yuyv_neon
,
%
function
i420_yuyv_neon
:
push
{
r4
-
r8
}
add
r8
,
pc
,
#(
indexes
-
.
-
8
)
adr
r12
,
indexes
.
hidden
i420_pack_neon
i420_pack_neon
:
vld1.u8
{
d24
-
d27
},
[
r8
]!
ldmia
r1
,
{
r4
,
r6
,
r7
}
vld1.u8
{
d28
-
d31
},
[
r8
]
push
{
r4
-
r7
,
lr
}
vld1.u8
{
d24
-
d27
},
[
r12
]!
ldmia
r1
,
{
Y1
,
U
,
V
}
vld1.u8
{
d28
-
d31
},
[
r12
]
add
O2
,
O1
,
PITCH
,
lsl
#
1
add
Y2
,
Y1
,
PITCH
1
:
...
...
@@ -81,8 +80,7 @@ i420_pack_neon:
cmp
HEIGHT
,
#
0
bne
1
b
pop
{
r4
-
r8
}
bx
lr
pop
{
r4
-
r7
,
pc
}
.
hidden
indexes
indexes
:
...
...
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