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
ded3e9f0
Commit
ded3e9f0
authored
Oct 26, 2011
by
Daniel Kang
Committed by
Ronald S. Bultje
Oct 26, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
H.264: Cometics to dsputil_mmx.c
Add whitespace. Signed-off-by:
Ronald S. Bultje
<
rsbultje@gmail.com
>
parent
a3a85721
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
dsputil_mmx.c
libavcodec/x86/dsputil_mmx.c
+12
-12
No files found.
libavcodec/x86/dsputil_mmx.c
View file @
ded3e9f0
...
...
@@ -2764,18 +2764,18 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx)
}
if
(
mm_flags
&
AV_CPU_FLAG_SSE2
){
if
(
!
high_bit_depth
)
{
H264_QPEL_FUNCS
(
0
,
1
,
sse2
);
H264_QPEL_FUNCS
(
0
,
2
,
sse2
);
H264_QPEL_FUNCS
(
0
,
3
,
sse2
);
H264_QPEL_FUNCS
(
1
,
1
,
sse2
);
H264_QPEL_FUNCS
(
1
,
2
,
sse2
);
H264_QPEL_FUNCS
(
1
,
3
,
sse2
);
H264_QPEL_FUNCS
(
2
,
1
,
sse2
);
H264_QPEL_FUNCS
(
2
,
2
,
sse2
);
H264_QPEL_FUNCS
(
2
,
3
,
sse2
);
H264_QPEL_FUNCS
(
3
,
1
,
sse2
);
H264_QPEL_FUNCS
(
3
,
2
,
sse2
);
H264_QPEL_FUNCS
(
3
,
3
,
sse2
);
H264_QPEL_FUNCS
(
0
,
1
,
sse2
);
H264_QPEL_FUNCS
(
0
,
2
,
sse2
);
H264_QPEL_FUNCS
(
0
,
3
,
sse2
);
H264_QPEL_FUNCS
(
1
,
1
,
sse2
);
H264_QPEL_FUNCS
(
1
,
2
,
sse2
);
H264_QPEL_FUNCS
(
1
,
3
,
sse2
);
H264_QPEL_FUNCS
(
2
,
1
,
sse2
);
H264_QPEL_FUNCS
(
2
,
2
,
sse2
);
H264_QPEL_FUNCS
(
2
,
3
,
sse2
);
H264_QPEL_FUNCS
(
3
,
1
,
sse2
);
H264_QPEL_FUNCS
(
3
,
2
,
sse2
);
H264_QPEL_FUNCS
(
3
,
3
,
sse2
);
}
#if HAVE_YASM
#define H264_QPEL_FUNCS_10(x, y, CPU)\
...
...
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