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
a912da76
Commit
a912da76
authored
Jun 28, 2010
by
Jason Garrett-Glaser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix VP8 bilinear mc on x86_64
Originally committed as revision 23872 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4e42debc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
vp8dsp.asm
libavcodec/x86/vp8dsp.asm
+6
-6
No files found.
libavcodec/x86/vp8dsp.asm
View file @
a912da76
...
...
@@ -663,8 +663,8 @@ cglobal put_vp8_bilinear%2_v_%1, 7,7,%3
lea
r11
,
[
bilinear_filter_vw_m
]
%endif
pxor
m6
,
m6
mova
m4
,
[
bilinear_filter_vw
+
r5
d
-
16
]
mova
m5
,
[
bilinear_filter_vw
+
r6
d
-
16
]
mova
m4
,
[
bilinear_filter_vw
+
r5
-
16
]
mova
m5
,
[
bilinear_filter_vw
+
r6
-
16
]
.
nextrow
movh
m0
,
[
r2
+
r3
*
0
]
movh
m1
,
[
r2
+
r3
*
1
]
...
...
@@ -708,8 +708,8 @@ cglobal put_vp8_bilinear%2_h_%1, 7,7,%3
lea
r11
,
[
bilinear_filter_vw_m
]
%endif
pxor
m6
,
m6
mova
m4
,
[
bilinear_filter_vw
+
r6
d
-
16
]
mova
m5
,
[
bilinear_filter_vw
+
r5
d
-
16
]
mova
m4
,
[
bilinear_filter_vw
+
r6
-
16
]
mova
m5
,
[
bilinear_filter_vw
+
r5
-
16
]
.
nextrow
movh
m0
,
[
r2
+
r3
*
0
+
0
]
movh
m1
,
[
r2
+
r3
*
0
+
1
]
...
...
@@ -758,7 +758,7 @@ cglobal put_vp8_bilinear8_v_ssse3, 7,7,5
lea
r11
,
[
bilinear_filter_vb_m
]
%endif
pxor
m4
,
m4
mova
m3
,
[
bilinear_filter_vb
+
r6
d
-
16
]
mova
m3
,
[
bilinear_filter_vb
+
r6
-
16
]
.
nextrow
movh
m0
,
[
r2
+
r3
*
0
]
movh
m1
,
[
r2
+
r3
*
1
]
...
...
@@ -788,7 +788,7 @@ cglobal put_vp8_bilinear8_h_ssse3, 7,7,5
%endif
pxor
m4
,
m4
mova
m2
,
[
filter_h2_shuf
]
mova
m3
,
[
bilinear_filter_vb
+
r5
d
-
16
]
mova
m3
,
[
bilinear_filter_vb
+
r5
-
16
]
.
nextrow
movu
m0
,
[
r2
+
r3
*
0
]
movu
m1
,
[
r2
+
r3
*
1
]
...
...
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