FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | VMAFMotionDSPContext |
struct | VMAFMotionData |
Functions | |
void | ff_vmafmotion_init_x86 (VMAFMotionDSPContext *dsp) |
int | ff_vmafmotion_init (VMAFMotionData *data, int w, int h, enum AVPixelFormat fmt) |
double | ff_vmafmotion_process (VMAFMotionData *data, AVFrame *frame) |
double | ff_vmafmotion_uninit (VMAFMotionData *data) |
void ff_vmafmotion_init_x86 | ( | VMAFMotionDSPContext * | dsp | ) |
int ff_vmafmotion_init | ( | VMAFMotionData * | data, |
int | w, | ||
int | h, | ||
enum AVPixelFormat | fmt | ||
) |
Definition at line 234 of file vf_vmafmotion.c.
Referenced by config_input_ref().
double ff_vmafmotion_process | ( | VMAFMotionData * | data, |
AVFrame * | frame | ||
) |
Definition at line 188 of file vf_vmafmotion.c.
Referenced by do_vmafmotion().
double ff_vmafmotion_uninit | ( | VMAFMotionData * | data | ) |
Definition at line 291 of file vf_vmafmotion.c.
Referenced by uninit().