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
ada8f9c0
Commit
ada8f9c0
authored
Jun 14, 2014
by
Ronald S. Bultje
Committed by
Michael Niedermayer
Jun 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swr: remove obsolete function prototypes.
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
5ded0b39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
resample_mmx.h
libswresample/x86/resample_mmx.h
+0
-6
No files found.
libswresample/x86/resample_mmx.h
View file @
ada8f9c0
...
@@ -22,12 +22,6 @@
...
@@ -22,12 +22,6 @@
#include "libavutil/cpu.h"
#include "libavutil/cpu.h"
#include "libswresample/swresample_internal.h"
#include "libswresample/swresample_internal.h"
int
swri_resample_int16_mmx2
(
struct
ResampleContext
*
c
,
int16_t
*
dst
,
const
int16_t
*
src
,
int
*
consumed
,
int
src_size
,
int
dst_size
,
int
update_ctx
);
int
swri_resample_int16_sse2
(
struct
ResampleContext
*
c
,
int16_t
*
dst
,
const
int16_t
*
src
,
int
*
consumed
,
int
src_size
,
int
dst_size
,
int
update_ctx
);
int
swri_resample_float_sse
(
struct
ResampleContext
*
c
,
float
*
dst
,
const
float
*
src
,
int
*
consumed
,
int
src_size
,
int
dst_size
,
int
update_ctx
);
int
swri_resample_float_avx
(
struct
ResampleContext
*
c
,
float
*
dst
,
const
float
*
src
,
int
*
consumed
,
int
src_size
,
int
dst_size
,
int
update_ctx
);
int
swri_resample_double_sse2
(
struct
ResampleContext
*
c
,
double
*
dst
,
const
double
*
src
,
int
*
consumed
,
int
src_size
,
int
dst_size
,
int
update_ctx
);
DECLARE_ALIGNED
(
16
,
const
uint64_t
,
ff_resample_int16_rounder
)[
2
]
=
{
0x0000000000004000ULL
,
0x0000000000000000ULL
};
DECLARE_ALIGNED
(
16
,
const
uint64_t
,
ff_resample_int16_rounder
)[
2
]
=
{
0x0000000000004000ULL
,
0x0000000000000000ULL
};
#define COMMON_CORE_INT16_MMX2 \
#define COMMON_CORE_INT16_MMX2 \
...
...
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