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
87a24634
Commit
87a24634
authored
Apr 15, 2012
by
Ronald S. Bultje
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264: use proper PROLOGUE statement for a function using 8 registers.
Fixes crashes when using biweight on win64.
parent
b553a425
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
h264_weight_10bit.asm
libavcodec/x86/h264_weight_10bit.asm
+4
-4
No files found.
libavcodec/x86/h264_weight_10bit.asm
View file @
87a24634
...
...
@@ -160,7 +160,7 @@ DECLARE_REG_TMP 7
%macro
BIWEIGHT_PROLOGUE
0
.
prologue
PROLOGUE
0
,
7
,
8
PROLOGUE
0
,
8
,
8
movifnidn
r0
,
r0mp
movifnidn
r1
,
r1mp
movifnidn
r2d
,
r2m
...
...
@@ -218,7 +218,7 @@ DECLARE_REG_TMP 7
%endmacro
%macro
BIWEIGHT_FUNC_DBL
1
cglobal
h264_biweight_16_10_
%1
,
0
,
8
,
8
cglobal
h264_biweight_16_10_
%1
BIWEIGHT_PROLOGUE
BIWEIGHT_SETUP
%1
.
nextrow
...
...
@@ -238,7 +238,7 @@ BIWEIGHT_FUNC_DBL sse2
BIWEIGHT_FUNC_DBL
sse4
%macro
BIWEIGHT_FUNC
1
cglobal
h264_biweight_8_10_
%1
,
0
,
8
,
8
cglobal
h264_biweight_8_10_
%1
BIWEIGHT_PROLOGUE
BIWEIGHT_SETUP
%1
.
nextrow
...
...
@@ -256,7 +256,7 @@ BIWEIGHT_FUNC sse2
BIWEIGHT_FUNC
sse4
%macro
BIWEIGHT_FUNC_HALF
1
cglobal
h264_biweight_4_10_
%1
,
0
,
8
,
8
cglobal
h264_biweight_4_10_
%1
BIWEIGHT_PROLOGUE
BIWEIGHT_SETUP
%1
sar
r3d
,
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