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
6cd79604
Commit
6cd79604
authored
Jul 28, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macros
parent
4b60fac4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
h264_qpel_10bit.asm
libavcodec/x86/h264_qpel_10bit.asm
+5
-5
No files found.
libavcodec/x86/h264_qpel_10bit.asm
View file @
6cd79604
...
...
@@ -232,7 +232,7 @@ INIT_XMM sse2, cache64
INIT_XMM
ssse3
,
cache64
%1
put
,
8
INIT_XMM
sse2
%1
put
,
8
,
0
%1
put
,
8
%define
OP_MOV
AVG_MOV
INIT_MMX
mmxext
...
...
@@ -242,10 +242,10 @@ INIT_XMM sse2, cache64
INIT_XMM
ssse3
,
cache64
%1
avg
,
8
INIT_XMM
sse2
%1
avg
,
8
,
0
%1
avg
,
8
%endmacro
%macro
MC20
2
-
3
%macro
MC20
2
cglobal_mc
%1
,
mc20
,
%2
,
3
,
4
,
9
mov
r3d
,
%2
mova
m1
,
[
pw_pixel_max
]
...
...
@@ -307,7 +307,7 @@ MC_CACHE MC20
;-----------------------------------------------------------------------------
; void h264_qpel_mc30(uint8_t *dst, uint8_t *src, int stride)
;-----------------------------------------------------------------------------
%macro
MC30
2
-
3
%macro
MC30
2
cglobal_mc
%1
,
mc30
,
%2
,
3
,
5
,
9
lea
r4
,
[
r1
+
2
]
jmp
stub_
%1
_h264_qpel
%2
_mc10_10
%
+
SUFFIX
%
+
.
body
...
...
@@ -318,7 +318,7 @@ MC_CACHE MC30
;-----------------------------------------------------------------------------
; void h264_qpel_mc10(uint8_t *dst, uint8_t *src, int stride)
;-----------------------------------------------------------------------------
%macro
MC10
2
-
3
%macro
MC10
2
cglobal_mc
%1
,
mc10
,
%2
,
3
,
5
,
9
mov
r4
,
r1
.
body
:
...
...
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