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
ecfdd125
Commit
ecfdd125
authored
12 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
libswresample-simd: rename 6ch pack to what it is
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
429b964e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libswresample/x86/audio_convert.asm
+7
-7
7 additions, 7 deletions
libswresample/x86/audio_convert.asm
with
7 additions
and
7 deletions
libswresample/x86/audio_convert.asm
+
7
−
7
View file @
ecfdd125
...
@@ -199,7 +199,7 @@ cglobal %2_to_%1_%3, 3, 3, 6, dst, src, len
...
@@ -199,7 +199,7 @@ cglobal %2_to_%1_%3, 3, 3, 6, dst, src, len
REP_RET
REP_RET
%endmacro
%endmacro
%macro
CONV_FLTP_TO_FLT
_6CH 3
%macro
PACK
_6CH 3
cglobal
pack_6ch_
%
2
_to_
%
1
_
%
3
,
2
,
8
,
7
,
ds
t
,
src
,
src1
,
src2
,
src3
,
src4
,
src5
,
len
cglobal
pack_6ch_
%
2
_to_
%
1
_
%
3
,
2
,
8
,
7
,
ds
t
,
src
,
src1
,
src2
,
src3
,
src4
,
src5
,
len
%if ARCH_X86_64
%if ARCH_X86_64
mov
lend
,
r2d
mov
lend
,
r2d
...
@@ -369,8 +369,8 @@ CONV int32, int16, a, 2, 1, INT16_TO_INT32_N, NOP_N
...
@@ -369,8 +369,8 @@ CONV int32, int16, a, 2, 1, INT16_TO_INT32_N, NOP_N
CONV
int16
,
int32
,
u
,
1
,
2
,
INT32_TO_INT16_N
,
NOP_N
CONV
int16
,
int32
,
u
,
1
,
2
,
INT32_TO_INT16_N
,
NOP_N
CONV
int16
,
int32
,
a
,
1
,
2
,
INT32_TO_INT16_N
,
NOP_N
CONV
int16
,
int32
,
a
,
1
,
2
,
INT32_TO_INT16_N
,
NOP_N
CONV_FLTP_TO_FLT
_6CH
float
,
float
,
u
PACK
_6CH
float
,
float
,
u
CONV_FLTP_TO_FLT
_6CH
float
,
float
,
a
PACK
_6CH
float
,
float
,
a
INIT_XMM
ss
e
INIT_XMM
ss
e
CONV
int32
,
int16
,
u
,
2
,
1
,
INT16_TO_INT32_N
,
NOP_N
CONV
int32
,
int16
,
u
,
2
,
1
,
INT16_TO_INT32_N
,
NOP_N
...
@@ -434,13 +434,13 @@ UNPACK_2CH float, int16, u, 2, 1, INT16_TO_FLOAT_N, INT16_TO_FLOAT_INIT
...
@@ -434,13 +434,13 @@ 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
INIT_XMM
ss
e4
CONV_FLTP_TO_FLT
_6CH
float
,
float
,
u
PACK
_6CH
float
,
float
,
u
CONV_FLTP_TO_FLT
_6CH
float
,
float
,
a
PACK
_6CH
float
,
float
,
a
%if HAVE_AVX
%if HAVE_AVX
INIT_XMM
avx
INIT_XMM
avx
CONV_FLTP_TO_FLT
_6CH
float
,
float
,
u
PACK
_6CH
float
,
float
,
u
CONV_FLTP_TO_FLT
_6CH
float
,
float
,
a
PACK
_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
...
...
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