Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
515555af
Commit
515555af
authored
Nov 21, 2017
by
Martin Vignali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/x86/exrdsp : use ymm constant for pb_80
speed seems to be similar, but simplify code
parent
cce33ed1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
exrdsp.asm
libavcodec/x86/exrdsp.asm
+1
-5
No files found.
libavcodec/x86/exrdsp.asm
View file @
515555af
...
...
@@ -73,11 +73,7 @@ REORDER_PIXELS
%macro
PREDICTOR
0
cglobal
predictor
,
2
,
2
,
5
,
src
,
size
%if
mmsize
==
32
vbroadcasti128
m0
,
[
pb_80
]
%else
mova
xm0
,
[
pb_80
]
%endif
mova
m0
,
[
pb_80
]
mova
xm1
,
[
pb_15
]
mova
xm2
,
xm0
add
srcq
,
sizeq
...
...
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