Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
6f621b95
Commit
6f621b95
authored
Jan 03, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "arm_neon i420 -> rgb: Output pitch can be 64 bit aligned"
This reverts commit
0740e543
.
parent
f7ef87e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/arm_neon/i420_rgb.S
modules/arm_neon/i420_rgb.S
+4
-4
No files found.
modules/arm_neon/i420_rgb.S
View file @
6f621b95
...
...
@@ -163,8 +163,8 @@ loop_col:
vzip.u8
green1
,
green2
vzip.u8
blue1
,
blue2
vst4.u8
{
red1
,
green1
,
blue1
,
alpha1
},
[
O1
,:
64
]!
vst4.u8
{
red2
,
green2
,
blue2
,
alpha2
},
[
O1
,:
64
]!
vst4.u8
{
red1
,
green1
,
blue1
,
alpha1
},
[
O1
,:
128
]!
vst4.u8
{
red2
,
green2
,
blue2
,
alpha2
},
[
O1
,:
128
]!
/
*
Y
Bottom
Row
*/
vld2.u8
{
y1
,
y2
},
[
Y2
,:
128
]!
...
...
@@ -194,8 +194,8 @@ loop_col:
vzip.u8
green1
,
green2
vzip.u8
blue1
,
blue2
vst4.u8
{
red1
,
green1
,
blue1
,
alpha1
},
[
O2
,:
64
]!
vst4.u8
{
red2
,
green2
,
blue2
,
alpha2
},
[
O2
,:
64
]!
vst4.u8
{
red1
,
green1
,
blue1
,
alpha1
},
[
O2
,:
128
]!
vst4.u8
{
red2
,
green2
,
blue2
,
alpha2
},
[
O2
,:
128
]!
/
*
next
columns
(
x16
)
*/
subs
COUNT
,
COUNT
,
#
16
...
...
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