#include <stdint.h>#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/arm/cpu.h"#include "libavcodec/vp3dsp.h"Go to the source code of this file.
Functions | |
| void | ff_vp3_idct_put_neon (uint8_t *dest, int line_size, DCTELEM *data) |
| void | ff_vp3_idct_add_neon (uint8_t *dest, int line_size, DCTELEM *data) |
| void | ff_vp3_idct_dc_add_neon (uint8_t *dest, int line_size, const DCTELEM *data) |
| void | ff_vp3_v_loop_filter_neon (uint8_t *, int, int *) |
| void | ff_vp3_h_loop_filter_neon (uint8_t *, int, int *) |
| av_cold void | ff_vp3dsp_init_arm (VP3DSPContext *c, int flags) |
Referenced by ff_vp3dsp_init_arm().
Referenced by ff_vp3dsp_init_arm().
Referenced by ff_vp3dsp_init_arm().
Referenced by ff_vp3dsp_init_arm().
Referenced by ff_vp3dsp_init_arm().
| av_cold void ff_vp3dsp_init_arm | ( | VP3DSPContext * | c, | |
| int | flags | |||
| ) |
1.5.8