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
2356a783
Commit
2356a783
authored
Jul 16, 2010
by
Ronald S. Bultje
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate define.
Originally committed as revision 24270 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
ede1b966
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vp8dsp.asm
libavcodec/x86/vp8dsp.asm
+1
-2
No files found.
libavcodec/x86/vp8dsp.asm
View file @
2356a783
...
@@ -1374,7 +1374,7 @@ SIMPLE_LOOPFILTER sse2, v, 3
...
@@ -1374,7 +1374,7 @@ SIMPLE_LOOPFILTER sse2, v, 3
SIMPLE_LOOPFILTER
sse2
,
h
,
6
SIMPLE_LOOPFILTER
sse2
,
h
,
6
;-----------------------------------------------------------------------------
;-----------------------------------------------------------------------------
; void vp8_h/v_loop_filter<size>_inner_<opt>(uint8_t *dst, int stride,
; void vp8_h/v_loop_filter<size>_inner_<opt>(uint8_t *dst,
[uint8_t *v,]
int stride,
; int flimE, int flimI, int hev_thr);
; int flimE, int flimI, int hev_thr);
;-----------------------------------------------------------------------------
;-----------------------------------------------------------------------------
...
@@ -1382,7 +1382,6 @@ SIMPLE_LOOPFILTER sse2, h, 6
...
@@ -1382,7 +1382,6 @@ SIMPLE_LOOPFILTER sse2, h, 6
cglobal
vp8_
%2
_loop_filter16_inner_
%1
,
5
,
%3
,
%4
cglobal
vp8_
%2
_loop_filter16_inner_
%1
,
5
,
%3
,
%4
%define
dst_reg
r0
%define
dst_reg
r0
%define
mstride_reg
r1
%define
mstride_reg
r1
%define
stride_reg
r2
%define
E_reg
r2
%define
E_reg
r2
%define
I_reg
r3
%define
I_reg
r3
%define
hev_thr_reg
r4
%define
hev_thr_reg
r4
...
...
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