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
cb912b45
Commit
cb912b45
authored
Oct 05, 2015
by
Ronald S. Bultje
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vp9: fix msvc build by using 6 GPRs on 32bit if stack!=aligned.
parent
8deb1fda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
vp9intrapred_16bpp.asm
libavcodec/x86/vp9intrapred_16bpp.asm
+10
-0
No files found.
libavcodec/x86/vp9intrapred_16bpp.asm
View file @
cb912b45
...
...
@@ -1634,8 +1634,13 @@ cglobal vp9_ipred_hu_16x16_16, 3, 4, 6 + notcpuflag(ssse3), dst, stride, l, a
jg
.
loop
RET
%if
ARCH_X86_64
||
HAVE_ALIGNED_STACK
cglobal
vp9_ipred_hu_32x32_16
,
3
,
7
,
10
+
notcpuflag
(
ssse3
),
\
%1
*
mmsize
*
ARCH_X86_32
,
dst
,
stride
,
l
,
a
%else
cglobal
vp9_ipred_hu_32x32_16
,
3
,
6
,
10
+
notcpuflag
(
ssse3
),
\
%1
*
mmsize
*
ARCH_X86_32
,
dst
,
stride
,
l
,
a
%endif
mova
m2
,
[
lq
+
mmsize
*
0
+
0
]
movu
m1
,
[
lq
+
mmsize
*
0
+
2
]
movu
m0
,
[
lq
+
mmsize
*
0
+
4
]
...
...
@@ -1666,7 +1671,12 @@ cglobal vp9_ipred_hu_32x32_16, 3, 7, 10 + notcpuflag(ssse3), \
SBUTTERFLY
wd
,
7
,
6
,
0
pshufd
m1
,
m1
,
q3333
UNSCRATCH
0
,
9
,
rsp
+
1
*
mmsize
%if
ARCH_X86_64
||
HAVE_ALIGNED_STACK
DEFINE_ARGS
dst
,
stride
,
cnt
,
stride3
,
stride4
,
stride20
,
stride28
%else
DEFINE_ARGS
dst
,
stride
,
stride3
,
stride4
,
stride20
,
stride28
%define
cntd
dword
r0m
%endif
lea
stride3q
,
[
strideq
*
3
]
lea
stride4q
,
[
strideq
*
4
]
lea
stride28q
,
[
stride4q
*
8
]
...
...
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