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
c59211b4
Commit
c59211b4
authored
Jan 26, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: Simplify some arch conditionals
parent
438ea561
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
h264_qpel.c
libavcodec/x86/h264_qpel.c
+1
-1
idct_sse2_xvid.c
libavcodec/x86/idct_sse2_xvid.c
+1
-1
No files found.
libavcodec/x86/h264_qpel.c
View file @
c59211b4
...
@@ -544,7 +544,7 @@ void ff_h264qpel_init_x86(H264QpelContext *c, int bit_depth)
...
@@ -544,7 +544,7 @@ void ff_h264qpel_init_x86(H264QpelContext *c, int bit_depth)
SET_QPEL_FUNCS
(
avg_h264_qpel
,
1
,
8
,
mmxext
,
);
SET_QPEL_FUNCS
(
avg_h264_qpel
,
1
,
8
,
mmxext
,
);
SET_QPEL_FUNCS
(
avg_h264_qpel
,
2
,
4
,
mmxext
,
);
SET_QPEL_FUNCS
(
avg_h264_qpel
,
2
,
4
,
mmxext
,
);
}
else
if
(
bit_depth
==
10
)
{
}
else
if
(
bit_depth
==
10
)
{
#if
!ARCH_X86_64
#if
ARCH_X86_32
SET_QPEL_FUNCS
(
avg_h264_qpel
,
0
,
16
,
10
_mmxext
,
ff_
);
SET_QPEL_FUNCS
(
avg_h264_qpel
,
0
,
16
,
10
_mmxext
,
ff_
);
SET_QPEL_FUNCS
(
put_h264_qpel
,
0
,
16
,
10
_mmxext
,
ff_
);
SET_QPEL_FUNCS
(
put_h264_qpel
,
0
,
16
,
10
_mmxext
,
ff_
);
SET_QPEL_FUNCS
(
put_h264_qpel
,
1
,
8
,
10
_mmxext
,
ff_
);
SET_QPEL_FUNCS
(
put_h264_qpel
,
1
,
8
,
10
_mmxext
,
ff_
);
...
...
libavcodec/x86/idct_sse2_xvid.c
View file @
c59211b4
...
@@ -377,7 +377,7 @@ inline void ff_idct_xvid_sse2(short *block)
...
@@ -377,7 +377,7 @@ inline void ff_idct_xvid_sse2(short *block)
JZ
(
"%%esi"
,
"1f"
)
JZ
(
"%%esi"
,
"1f"
)
"5:
\n\t
"
"5:
\n\t
"
iMTX_MULT
(
"7*16(%0)"
,
MANGLE
(
iTab2
),
ROUND
(
walkenIdctRounders
+
5
*
16
),
PUT_ODD
(
ROW7
))
iMTX_MULT
(
"7*16(%0)"
,
MANGLE
(
iTab2
),
ROUND
(
walkenIdctRounders
+
5
*
16
),
PUT_ODD
(
ROW7
))
#if
!ARCH_X86_64
#if
ARCH_X86_32
iLLM_HEAD
iLLM_HEAD
#endif
#endif
iLLM_PASS
(
"%0"
)
iLLM_PASS
(
"%0"
)
...
...
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