|
Libav
|
#include <stdint.h>#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/arm/cpu.h"#include "libavcodec/apedsp.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_apedsp_init_arm (APEDSPContext *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_apedsp_init_arm().
| av_cold void ff_apedsp_init_arm | ( | APEDSPContext * | c | ) |
Definition at line 31 of file apedsp_init_arm.c.
Referenced by ape_decode_init().
1.8.8