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
5bc2c395
Commit
5bc2c395
authored
May 25, 2015
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/x86/vf_fspp: Fix invalid combination of opcode and operands
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
5193407c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vf_fspp.asm
libavfilter/x86/vf_fspp.asm
+4
-4
No files found.
libavfilter/x86/vf_fspp.asm
View file @
5bc2c395
...
...
@@ -65,13 +65,13 @@ cglobal store_slice, 2, 7, 0, dst, src, width, dither_height, dither, tmp, tmp2
mov
tmpq
,
src_strideq
and
widthq
,
~
7
sub
dst_strideq
,
widthq
movd
m5
,
dither
q
; log2_scale
movd
m5
,
dither
d
; log2_scale
xor
ditherq
,
-
1
; log2_scale
mov
tmp2q
,
tmpq
add
ditherq
,
7
; log2_scale
neg
tmpq
sub
tmp2q
,
widthq
movd
m2
,
dither
q
; log2_scale
movd
m2
,
dither
d
; log2_scale
add
tmp2q
,
tmp2q
lea
ditherq
,
[
pb_dither
]
mov
src_strideq
,
tmp2q
...
...
@@ -132,12 +132,12 @@ cglobal store_slice2, 0, 7, 0, dst, src, width, dither_height, dither, tmp, tmp2
mov
tmpq
,
src_strideq
and
widthq
,
~
7
sub
dst_strideq
,
widthq
movd
m5
,
dither
q
; log2_scale
movd
m5
,
dither
d
; log2_scale
xor
ditherq
,
-
1
; log2_scale
mov
tmp2q
,
tmpq
add
ditherq
,
7
; log2_scale
sub
tmp2q
,
widthq
movd
m2
,
dither
q
; log2_scale
movd
m2
,
dither
d
; log2_scale
add
tmp2q
,
tmp2q
lea
ditherq
,
[
pb_dither
]
mov
src_strideq
,
tmp2q
...
...
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