FFmpeg
|
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/h263dsp.h"
Go to the source code of this file.
Functions | |
void | ff_h263_h_loop_filter_mmx (uint8_t *src, int stride, int qscale) |
void | ff_h263_v_loop_filter_mmx (uint8_t *src, int stride, int qscale) |
av_cold void | ff_h263dsp_init_x86 (H263DSPContext *c) |
Referenced by ff_h263dsp_init_x86().
Referenced by ff_h263dsp_init_x86().
av_cold void ff_h263dsp_init_x86 | ( | H263DSPContext * | c | ) |
Definition at line 31 of file h263dsp_init.c.
Referenced by ff_h263dsp_init().