Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
6ab642d6
Commit
6ab642d6
authored
Jan 15, 2014
by
Clément Bœsch
Committed by
Anton Khirnov
Aug 03, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vp9mc/x86: simplify a few inits.
Signed-off-by:
Anton Khirnov
<
anton@khirnov.net
>
parent
3a094949
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
10 deletions
+6
-10
vp9mc.asm
libavcodec/x86/vp9mc.asm
+6
-10
No files found.
libavcodec/x86/vp9mc.asm
View file @
6ab642d6
...
...
@@ -209,13 +209,11 @@ cglobal %1_8tap_1d_v_ %+ %%px, 4, 7, 11, dst, src, dstride, sstride, filtery, sr
mov
filteryq
,
r5mp
%define
hd
r4mp
%endif
sub
srcq
,
sstrideq
lea
sstride3q
,
[
sstrideq
*
3
]
sub
srcq
,
sstrideq
mova
m6
,
[
pw_256
]
sub
srcq
,
sstrideq
lea
sstride3q
,
[
sstrideq
*
3
]
lea
src4q
,
[
srcq
+
sstrideq
]
sub
srcq
,
sstride3q
mova
m7
,
[
filteryq
+
0
]
lea
src4q
,
[
srcq
+
sstrideq
*
4
]
%if
ARCH_X86_64
&&
mmsize
>
8
mova
m8
,
[
filteryq
+
16
]
mova
m9
,
[
filteryq
+
32
]
...
...
@@ -279,13 +277,11 @@ filter_v_fn avg
%macro
filter_vx2_fn
1
%assign
%%
px
mmsize
cglobal
%1
_8tap_1d_v_
%
+
%%
px
,
6
,
8
,
14
,
dst
,
src
,
dstride
,
sstride
,
h
,
filtery
,
src4
,
sstride3
sub
srcq
,
sstrideq
lea
sstride3q
,
[
sstrideq
*
3
]
sub
srcq
,
sstrideq
mova
m13
,
[
pw_256
]
sub
srcq
,
sstrideq
lea
sstride3q
,
[
sstrideq
*
3
]
lea
src4q
,
[
srcq
+
sstrideq
]
sub
srcq
,
sstride3q
mova
m8
,
[
filteryq
+
0
]
lea
src4q
,
[
srcq
+
sstrideq
*
4
]
mova
m9
,
[
filteryq
+
16
]
mova
m10
,
[
filteryq
+
32
]
mova
m11
,
[
filteryq
+
48
]
...
...
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