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
ecfdd125
Commit
ecfdd125
authored
May 13, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libswresample-simd: rename 6ch pack to what it is
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
429b964e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
audio_convert.asm
libswresample/x86/audio_convert.asm
+7
-7
No files found.
libswresample/x86/audio_convert.asm
View file @
ecfdd125
...
...
@@ -199,7 +199,7 @@ cglobal %2_to_%1_%3, 3, 3, 6, dst, src, len
REP_RET
%endmacro
%macro
CONV_FLTP_TO_FLT
_6CH
3
%macro
PACK
_6CH
3
cglobal
pack_6ch_
%2
_to_
%1
_
%3
,
2
,
8
,
7
,
dst
,
src
,
src1
,
src2
,
src3
,
src4
,
src5
,
len
%if
ARCH_X86_64
mov
lend
,
r2d
...
...
@@ -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
,
a
,
1
,
2
,
INT32_TO_INT16_N
,
NOP_N
CONV_FLTP_TO_FLT
_6CH
float
,
float
,
u
CONV_FLTP_TO_FLT
_6CH
float
,
float
,
a
PACK
_6CH
float
,
float
,
u
PACK
_6CH
float
,
float
,
a
INIT_XMM
sse
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
UNPACK_2CH
float
,
int16
,
a
,
2
,
1
,
INT16_TO_FLOAT_N
,
INT16_TO_FLOAT_INIT
INIT_XMM
sse4
CONV_FLTP_TO_FLT
_6CH
float
,
float
,
u
CONV_FLTP_TO_FLT
_6CH
float
,
float
,
a
PACK
_6CH
float
,
float
,
u
PACK
_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
PACK
_6CH
float
,
float
,
u
PACK
_6CH
float
,
float
,
a
INIT_YMM
avx
CONV
float
,
int32
,
u
,
2
,
2
,
INT32_TO_FLOAT_N
,
INT32_TO_FLOAT_INIT
...
...
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