Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
e5b87d5c
Commit
e5b87d5c
authored
Jun 01, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./plugins/chroma/i420_yuy2.h: fixed an old overflow bug spotted by
Rudolf Cornelissen.
parent
cdd801de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
plugins/chroma/i420_yuy2.h
plugins/chroma/i420_yuy2.h
+7
-10
No files found.
plugins/chroma/i420_yuy2.h
View file @
e5b87d5c
...
...
@@ -2,7 +2,7 @@
* i420_yuy2.h : YUV to YUV conversion module for vlc
*****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN
* $Id: i420_yuy2.h,v 1.
6 2002/05/22 21:05:18
sam Exp $
* $Id: i420_yuy2.h,v 1.
7 2002/06/01 11:08:24
sam Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
@@ -37,12 +37,12 @@ movl %%ebx,%9 \n\
"
#define MMX_INC " \n\
addl $
8, %0
\n\
addl $
8, %1
\n\
addl $
4
, %2 \n\
addl $
4
, %3 \n\
addl $
2
, %%eax \n\
addl $
2
, %%ebx \n\
addl $
16, %0
\n\
addl $
16, %1
\n\
addl $
8
, %2 \n\
addl $
8
, %3 \n\
addl $
4
, %%eax \n\
addl $
4
, %%ebx \n\
"
#define MMX_CALL(MMX_INSTRUCTIONS) \
...
...
@@ -51,9 +51,6 @@ addl $2, %%ebx \n\
".align 8 \n\t" \
MMX_INSTRUCTIONS \
MMX_INC \
".align 8 \n\t" \
MMX_INSTRUCTIONS \
MMX_INC \
MMX_SAVE \
: "=c" (p_line1), "=d" (p_line2), "=D" (p_y1), "=S" (p_y2) \
: "c" (p_line1), "d" (p_line2), "D" (p_y1), "S" (p_y2), \
...
...
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