FFmpeg
|
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavcodec/audiodsp.h"
#include "audiodsp_arm.h"
Go to the source code of this file.
Functions | |
void | ff_vector_clipf_neon (float *dst, const float *src, int len, float min, float max) |
void | ff_vector_clip_int32_neon (int32_t *dst, const int32_t *src, int32_t min, int32_t max, unsigned int len) |
int32_t | ff_scalarproduct_int16_neon (const int16_t *v1, const int16_t *v2, int len) |
av_cold void | ff_audiodsp_init_neon (AudioDSPContext *c) |
void ff_vector_clipf_neon | ( | float * | dst, |
const float * | src, | ||
int | len, | ||
float | min, | ||
float | max | ||
) |
Referenced by ff_audiodsp_init_neon().
void ff_vector_clip_int32_neon | ( | int32_t * | dst, |
const int32_t * | src, | ||
int32_t | min, | ||
int32_t | max, | ||
unsigned int | len | ||
) |
Referenced by ff_audiodsp_init_neon().
Referenced by ff_audiodsp_init_neon().
av_cold void ff_audiodsp_init_neon | ( | AudioDSPContext * | c | ) |
Definition at line 34 of file audiodsp_init_neon.c.
Referenced by ff_audiodsp_init_arm().