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
e2d13c58
Commit
e2d13c58
authored
Oct 31, 2010
by
Ramiro Polla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: split long line
Originally committed as revision 25610 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
0d729e0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
fdct_mmx.c
libavcodec/x86/fdct_mmx.c
+2
-1
No files found.
libavcodec/x86/fdct_mmx.c
View file @
e2d13c58
...
...
@@ -431,7 +431,8 @@ static av_always_inline void fdct_row_sse2(const int16_t *in, int16_t *out)
FDCT_ROW_SSE2_H2
(
80
,
192
)
FDCT_ROW_SSE2
(
80
)
:
:
"r"
(
in
),
"r"
(
tab_frw_01234567_sse2
.
tab_frw_01234567_sse2
),
"r"
(
fdct_r_row_sse2
.
fdct_r_row_sse2
),
"i"
(
SHIFT_FRW_ROW
),
"r"
(
out
)
:
"r"
(
in
),
"r"
(
tab_frw_01234567_sse2
.
tab_frw_01234567_sse2
),
"r"
(
fdct_r_row_sse2
.
fdct_r_row_sse2
),
"i"
(
SHIFT_FRW_ROW
),
"r"
(
out
)
XMM_CLOBBERS_ONLY
(
"%xmm0"
,
"%xmm1"
,
"%xmm2"
,
"%xmm3"
,
"%xmm4"
,
"%xmm5"
,
"%xmm6"
,
"%xmm7"
)
);
...
...
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