Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
b3915c4b
Commit
b3915c4b
authored
12 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
libswresample: cosmetics
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
24c0d158
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libswresample/x86/audio_convert.asm
+11
-13
11 additions, 13 deletions
libswresample/x86/audio_convert.asm
with
11 additions
and
13 deletions
libswresample/x86/audio_convert.asm
+
11
−
13
View file @
b3915c4b
...
@@ -283,19 +283,6 @@ pack_6ch_%2_to_%1_u_int %+ SUFFIX
...
@@ -283,19 +283,6 @@ pack_6ch_%2_to_%1_u_int %+ SUFFIX
%endif
%endif
%endmacro
%endmacro
INIT_MMX
mmx
CONV_FLTP_TO_FLT_6CH
float
,
float
,
u
CONV_FLTP_TO_FLT_6CH
float
,
float
,
a
INIT_XMM
ss
e4
CONV_FLTP_TO_FLT_6CH
float
,
float
,
u
CONV_FLTP_TO_FLT_6CH
float
,
float
,
a
%if HAVE_AVX
INIT_XMM
avx
CONV_FLTP_TO_FLT_6CH
float
,
float
,
u
CONV_FLTP_TO_FLT_6CH
float
,
float
,
a
%endif
%macro INT16_TO_INT32_N 0
%macro INT16_TO_INT32_N 0
pxor
m2
,
m2
pxor
m2
,
m2
pxor
m3
,
m3
pxor
m3
,
m3
...
@@ -379,6 +366,9 @@ CONV int32, int16, a, 2, 1, INT16_TO_INT32_N
...
@@ -379,6 +366,9 @@ CONV int32, int16, a, 2, 1, INT16_TO_INT32_N
CONV
int16
,
int32
,
u
,
1
,
2
,
INT32_TO_INT16_N
CONV
int16
,
int32
,
u
,
1
,
2
,
INT32_TO_INT16_N
CONV
int16
,
int32
,
a
,
1
,
2
,
INT32_TO_INT16_N
CONV
int16
,
int32
,
a
,
1
,
2
,
INT32_TO_INT16_N
CONV_FLTP_TO_FLT_6CH
float
,
float
,
u
CONV_FLTP_TO_FLT_6CH
float
,
float
,
a
INIT_XMM
ss
e
INIT_XMM
ss
e
CONV
int32
,
int16
,
u
,
2
,
1
,
INT16_TO_INT32_N
CONV
int32
,
int16
,
u
,
2
,
1
,
INT16_TO_INT32_N
CONV
int32
,
int16
,
a
,
2
,
1
,
INT16_TO_INT32_N
CONV
int32
,
int16
,
a
,
2
,
1
,
INT16_TO_INT32_N
...
@@ -440,7 +430,15 @@ UNPACK_2CH int32, int16, a, 2, 1, INT16_TO_INT32_N
...
@@ -440,7 +430,15 @@ UNPACK_2CH int32, int16, a, 2, 1, INT16_TO_INT32_N
UNPACK_2CH
float
,
int16
,
u
,
2
,
1
,
INT16_TO_FLOAT_N
,
INT16_TO_FLOAT_INIT
UNPACK_2CH
float
,
int16
,
u
,
2
,
1
,
INT16_TO_FLOAT_N
,
INT16_TO_FLOAT_INIT
UNPACK_2CH
float
,
int16
,
a
,
2
,
1
,
INT16_TO_FLOAT_N
,
INT16_TO_FLOAT_INIT
UNPACK_2CH
float
,
int16
,
a
,
2
,
1
,
INT16_TO_FLOAT_N
,
INT16_TO_FLOAT_INIT
INIT_XMM
ss
e4
CONV_FLTP_TO_FLT_6CH
float
,
float
,
u
CONV_FLTP_TO_FLT_6CH
float
,
float
,
a
%if HAVE_AVX
%if HAVE_AVX
INIT_XMM
avx
CONV_FLTP_TO_FLT_6CH
float
,
float
,
u
CONV_FLTP_TO_FLT_6CH
float
,
float
,
a
INIT_YMM
avx
INIT_YMM
avx
CONV
float
,
int32
,
u
,
2
,
2
,
INT32_TO_FLOAT_N
,
INT32_TO_FLOAT_INIT
CONV
float
,
int32
,
u
,
2
,
2
,
INT32_TO_FLOAT_N
,
INT32_TO_FLOAT_INIT
CONV
float
,
int32
,
a
,
2
,
2
,
INT32_TO_FLOAT_N
,
INT32_TO_FLOAT_INIT
CONV
float
,
int32
,
a
,
2
,
2
,
INT32_TO_FLOAT_N
,
INT32_TO_FLOAT_INIT
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment