|
FFmpeg
|
#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/x86/cpu.h"#include "libavfilter/vf_pp7dsp.h"Go to the source code of this file.
Functions | |
| void | ff_pp7_dctB_sse2 (int16_t *restrict dst, const int16_t *restrict src) |
| av_cold void | ff_pp7dsp_init_x86 (PP7DSPContext *p) |
| void ff_pp7_dctB_sse2 | ( | int16_t *restrict | dst, |
| const int16_t *restrict | src | ||
| ) |
Referenced by ff_pp7dsp_init_x86().
| av_cold void ff_pp7dsp_init_x86 | ( | PP7DSPContext * | p | ) |
Definition at line 28 of file vf_pp7_init.c.
Referenced by ff_pp7dsp_init().
1.8.17