#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/arm/cpu.h"
#include "libavutil/samplefmt.h"
#include "libavresample/audio_convert.h"
Go to the source code of this file.
void ff_conv_flt_to_s16_neon |
( |
int16_t * |
dst, |
|
|
const float * |
src, |
|
|
int |
len |
|
) |
| |
void ff_conv_fltp_to_s16_neon |
( |
int16_t * |
dst, |
|
|
float *const * |
src, |
|
|
int |
len, |
|
|
int |
channels |
|
) |
| |
void ff_conv_fltp_to_s16_2ch_neon |
( |
int16_t * |
dst, |
|
|
float *const * |
src, |
|
|
int |
len, |
|
|
int |
channels |
|
) |
| |