FFmpeg
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

◆ ff_vmafmotion_init_x86()

void ff_vmafmotion_init_x86 ( VMAFMotionDSPContext dsp)

◆ ff_vmafmotion_init()

int ff_vmafmotion_init ( VMAFMotionData data,
int  w,
int  h,
enum AVPixelFormat  fmt 
)

Definition at line 236 of file vf_vmafmotion.c.

Referenced by config_input_ref().

◆ ff_vmafmotion_process()

double ff_vmafmotion_process ( VMAFMotionData data,
AVFrame frame 
)

Definition at line 190 of file vf_vmafmotion.c.

Referenced by do_vmafmotion().

◆ ff_vmafmotion_uninit()

double ff_vmafmotion_uninit ( VMAFMotionData data)

Definition at line 293 of file vf_vmafmotion.c.

Referenced by uninit().