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
b43ff7e2
Commit
b43ff7e2
authored
Nov 14, 2004
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
attribute_used
Originally committed as revision 3682 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
fc0be57f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
resample_mmx.c
libavcodec/liba52/resample_mmx.c
+4
-4
No files found.
libavcodec/liba52/resample_mmx.c
View file @
b43ff7e2
...
...
@@ -7,10 +7,10 @@
and it would mean (C / MMX2 / MMX / 3DNOW) versions
*/
static
uint64_t
__attribute__
((
aligned
(
8
)))
magicF2W
=
0x43c0000043c00000LL
;
static
uint64_t
__attribute__
((
aligned
(
8
)))
wm1010
=
0xFFFF0000FFFF0000LL
;
static
uint64_t
__attribute__
((
aligned
(
8
)))
wm0101
=
0x0000FFFF0000FFFFLL
;
static
uint64_t
__attribute__
((
aligned
(
8
)))
wm1100
=
0xFFFFFFFF00000000LL
;
static
uint64_t
__attribute__
((
aligned
(
8
)))
attribute_used
magicF2W
=
0x43c0000043c00000LL
;
static
uint64_t
__attribute__
((
aligned
(
8
)))
attribute_used
wm1010
=
0xFFFF0000FFFF0000LL
;
static
uint64_t
__attribute__
((
aligned
(
8
)))
attribute_used
wm0101
=
0x0000FFFF0000FFFFLL
;
static
uint64_t
__attribute__
((
aligned
(
8
)))
attribute_used
wm1100
=
0xFFFFFFFF00000000LL
;
static
int
a52_resample_MONO_to_5_MMX
(
float
*
_f
,
int16_t
*
s16
){
int32_t
*
f
=
(
int32_t
*
)
_f
;
...
...
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