| FFmpeg
    | 
#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, ptrdiff_t stride, int16_t *data) | 
| void | ff_vp3_idct_add_neon (uint8_t *dest, ptrdiff_t stride, int16_t *data) | 
| void | ff_vp3_idct_dc_add_neon (uint8_t *dest, ptrdiff_t stride, int16_t *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) | 
| void ff_vp3_idct_put_neon | ( | uint8_t * | dest, | 
| ptrdiff_t | stride, | ||
| int16_t * | data | ||
| ) | 
Referenced by ff_vp3dsp_init_arm().
| void ff_vp3_idct_add_neon | ( | uint8_t * | dest, | 
| ptrdiff_t | stride, | ||
| int16_t * | data | ||
| ) | 
Referenced by ff_vp3dsp_init_arm().
| void ff_vp3_idct_dc_add_neon | ( | uint8_t * | dest, | 
| ptrdiff_t | stride, | ||
| int16_t * | data | ||
| ) | 
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 | ||
| ) | 
Definition at line 33 of file vp3dsp_init_arm.c.
Referenced by ff_vp3dsp_init().
 1.8.17
 1.8.17