FFmpeg
|
#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/vp56dsp.h"
Go to the source code of this file.
Functions | |
void | ff_vp6_filter_diag4_mmx (uint8_t *dst, uint8_t *src, int stride, const int16_t *h_weights, const int16_t *v_weights) |
void | ff_vp6_filter_diag4_sse2 (uint8_t *dst, uint8_t *src, int stride, const int16_t *h_weights, const int16_t *v_weights) |
av_cold void | ff_vp6dsp_init_x86 (VP56DSPContext *c, enum AVCodecID codec) |
void ff_vp6_filter_diag4_mmx | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
const int16_t * | h_weights, | ||
const int16_t * | v_weights | ||
) |
Referenced by ff_vp6dsp_init_x86().
void ff_vp6_filter_diag4_sse2 | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
const int16_t * | h_weights, | ||
const int16_t * | v_weights | ||
) |
Referenced by ff_vp6dsp_init_x86().
av_cold void ff_vp6dsp_init_x86 | ( | VP56DSPContext * | c, |
enum AVCodecID | codec | ||
) |
Definition at line 33 of file vp6dsp_init.c.
Referenced by ff_vp56dsp_init().