FFmpeg
|
#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/snow.h"
#include "libavcodec/snow_dwt.h"
#include "dsputil_x86.h"
Go to the source code of this file.
Functions | |
void | ff_dwt_init_x86 (SnowDWTContext *c) |
void ff_dwt_init_x86 | ( | SnowDWTContext * | c | ) |
Definition at line 878 of file snowdsp.c.
Referenced by ff_dwt_init().