FFmpeg
|
#include <vmaf_motion.h>
Data Fields | |
uint16_t | filter [5] |
int | width |
int | height |
ptrdiff_t | stride |
uint16_t * | blur_data [2] |
uint16_t * | temp_data |
double | motion_sum |
uint64_t | nb_frames |
VMAFMotionDSPContext | vmafdsp |
Definition at line 42 of file vmaf_motion.h.
uint16_t VMAFMotionData::filter[5] |
Definition at line 43 of file vmaf_motion.h.
int VMAFMotionData::width |
Definition at line 44 of file vmaf_motion.h.
int VMAFMotionData::height |
Definition at line 45 of file vmaf_motion.h.
ptrdiff_t VMAFMotionData::stride |
Definition at line 46 of file vmaf_motion.h.
uint16_t* VMAFMotionData::blur_data[2] |
Definition at line 47 of file vmaf_motion.h.
uint16_t* VMAFMotionData::temp_data |
Definition at line 48 of file vmaf_motion.h.
double VMAFMotionData::motion_sum |
Definition at line 49 of file vmaf_motion.h.
uint64_t VMAFMotionData::nb_frames |
Definition at line 50 of file vmaf_motion.h.
VMAFMotionDSPContext VMAFMotionData::vmafdsp |
Definition at line 51 of file vmaf_motion.h.