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
b71a0507
Commit
b71a0507
authored
Apr 19, 2013
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: Remove unused inline asm instruction defines
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
a60136ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
h264_qpel.c
libavcodec/x86/h264_qpel.c
+0
-3
No files found.
libavcodec/x86/h264_qpel.c
View file @
b71a0507
...
...
@@ -391,8 +391,6 @@ QPEL(put_, 16,XMM, 16)\
QPEL(avg_, 8, XMM, 16)\
QPEL(avg_, 16,XMM, 16)\
#undef PAVGB
#define PAVGB "pavgb"
QPEL_H264
(
put_
,
PUT_OP
,
mmxext
)
QPEL_H264
(
avg_
,
AVG_MMXEXT_OP
,
mmxext
)
QPEL_H264_V_XMM
(
put_
,
PUT_OP
,
sse2
)
...
...
@@ -403,7 +401,6 @@ QPEL_H264_H_XMM(put_, PUT_OP, ssse3)
QPEL_H264_H_XMM
(
avg_
,
AVG_MMXEXT_OP
,
ssse3
)
QPEL_H264_HV_XMM
(
put_
,
PUT_OP
,
ssse3
)
QPEL_H264_HV_XMM
(
avg_
,
AVG_MMXEXT_OP
,
ssse3
)
#undef PAVGB
H264_MC_4816
(
mmxext
)
H264_MC_816
(
H264_MC_V
,
sse2
)
...
...
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