FFmpeg
|
#include "config.h"
#include "libavutil/cpu.h"
#include "libavutil/avassert.h"
#include "libavutil/arm/cpu.h"
#include "libswresample/resample.h"
Go to the source code of this file.
Macros | |
#define | DECLARE_RESAMPLE_COMMON_TEMPLATE(TYPE, DELEM, FELEM, FELEM2, OUT) |
#define | OUT(d, v) d = v |
#define | OUT(d, v) (v) = ((v) + (1<<(14)))>>15; (d) = av_clip_int16(v) |
Functions | |
av_cold void | swri_resample_dsp_arm_init (ResampleContext *c) |
Definition at line 31 of file resample_init.c.
#define OUT | ( | d, | |
v | |||
) | d = v |
Definition at line 101 of file resample_init.c.
#define OUT | ( | d, | |
v | |||
) | (v) = ((v) + (1<<(14)))>>15; (d) = av_clip_int16(v) |
Definition at line 101 of file resample_init.c.
av_cold void swri_resample_dsp_arm_init | ( | ResampleContext * | c | ) |
Definition at line 105 of file resample_init.c.
Referenced by swri_resample_dsp_init().