FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
vmaf_motion.h File Reference
#include <stddef.h>
#include <stdint.h>
#include "video.h"

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)
 

Function Documentation

void ff_vmafmotion_init_x86 ( VMAFMotionDSPContext dsp)
int ff_vmafmotion_init ( VMAFMotionData data,
int  w,
int  h,
enum AVPixelFormat  fmt 
)

Definition at line 235 of file vf_vmafmotion.c.

Referenced by config_input_ref().

double ff_vmafmotion_process ( VMAFMotionData data,
AVFrame frame 
)

Definition at line 189 of file vf_vmafmotion.c.

Referenced by do_vmafmotion().

double ff_vmafmotion_uninit ( VMAFMotionData data)

Definition at line 289 of file vf_vmafmotion.c.

Referenced by uninit().