FFmpeg
|
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/arm/cpu.h"
#include "libavcodec/lossless_audiodsp.h"
Go to the source code of this file.
Functions | |
int32_t | ff_scalarproduct_and_madd_int16_neon (int16_t *v1, const int16_t *v2, const int16_t *v3, int len, int mul) |
av_cold void | ff_llauddsp_init_arm (LLAudDSPContext *c) |
int32_t ff_scalarproduct_and_madd_int16_neon | ( | int16_t * | v1, |
const int16_t * | v2, | ||
const int16_t * | v3, | ||
int | len, | ||
int | mul | ||
) |
Referenced by ff_llauddsp_init_arm().
av_cold void ff_llauddsp_init_arm | ( | LLAudDSPContext * | c | ) |
Definition at line 31 of file lossless_audiodsp_init_arm.c.
Referenced by ff_llauddsp_init().