FFmpeg
|
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/aarch64/cpu.h"
#include "libavcodec/vc1dsp.h"
#include "config.h"
Go to the source code of this file.
Functions | |
void | ff_put_vc1_chroma_mc8_neon (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
void | ff_avg_vc1_chroma_mc8_neon (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
void | ff_put_vc1_chroma_mc4_neon (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
void | ff_avg_vc1_chroma_mc4_neon (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
av_cold void | ff_vc1dsp_init_aarch64 (VC1DSPContext *dsp) |
Referenced by ff_vc1dsp_init_aarch64().
Referenced by ff_vc1dsp_init_aarch64().
Referenced by ff_vc1dsp_init_aarch64().
Referenced by ff_vc1dsp_init_aarch64().
av_cold void ff_vc1dsp_init_aarch64 | ( | VC1DSPContext * | dsp | ) |
Definition at line 37 of file vc1dsp_init_aarch64.c.
Referenced by ff_vc1dsp_init().