FFmpeg
|
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/fixed_dsp.h"
#include "cpu.h"
Go to the source code of this file.
Functions | |
void | ff_butterflies_fixed_sse2 (int *src0, int *src1, int len) |
av_cold void | ff_fixed_dsp_init_x86 (AVFixedDSPContext *fdsp) |
Referenced by ff_fixed_dsp_init_x86().
av_cold void ff_fixed_dsp_init_x86 | ( | AVFixedDSPContext * | fdsp | ) |
Definition at line 28 of file fixed_dsp_init.c.
Referenced by avpriv_alloc_fixed_dsp().