|
FFmpeg
|
Calculate the VMAF between two input videos. More...
#include "config_components.h"#include <libvmaf.h>#include "libavutil/avstring.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avfilter.h"#include "drawutils.h"#include "filters.h"#include "formats.h"#include "framesync.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | LIBVMAFContext |
Macros | |
| #define | OFFSET(x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
| FRAMESYNC_DEFINE_CLASS (libvmaf, LIBVMAFContext, fs) | |
| static enum VmafPixelFormat | pix_fmt_map (enum AVPixelFormat av_pix_fmt) |
| static int | copy_picture_data (AVFrame *src, VmafPicture *dst, unsigned bpc) |
| static int | do_vmaf (FFFrameSync *fs) |
| static AVDictionary ** | delimited_dict_parse (char *str, unsigned *cnt) |
| static int | parse_features (AVFilterContext *ctx) |
| static int | parse_models (AVFilterContext *ctx) |
| static enum VmafLogLevel | log_level_map (int log_level) |
| static av_cold int | init (AVFilterContext *ctx) |
| static int | config_input_ref (AVFilterLink *inlink) |
| static int | config_output (AVFilterLink *outlink) |
| static int | activate (AVFilterContext *ctx) |
| static enum VmafOutputFormat | log_fmt_map (const char *log_fmt) |
| static enum VmafPoolingMethod | pool_method_map (const char *pool_method) |
| static av_cold void | uninit (AVFilterContext *ctx) |
Variables | |
| static const AVOption | libvmaf_options [] |
| static enum AVPixelFormat | pix_fmts [] |
| static const AVFilterPad | libvmaf_inputs [] |
| static const AVFilterPad | libvmaf_outputs [] |
| const FFFilter | ff_vf_libvmaf |
Calculate the VMAF between two input videos.
Definition in file vf_libvmaf.c.
| #define OFFSET | ( | x | ) |
Definition at line 69 of file vf_libvmaf.c.
| #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 70 of file vf_libvmaf.c.
| FRAMESYNC_DEFINE_CLASS | ( | libvmaf | , |
| LIBVMAFContext | , | ||
| fs | ) |
|
static |
Definition at line 85 of file vf_libvmaf.c.
Referenced by copy_picture_data().
|
static |
Definition at line 108 of file vf_libvmaf.c.
Referenced by do_vmaf().
|
static |
Definition at line 129 of file vf_libvmaf.c.
Referenced by init().
|
static |
Definition at line 172 of file vf_libvmaf.c.
Referenced by parse_features(), and parse_models().
|
static |
Definition at line 224 of file vf_libvmaf.c.
Referenced by init().
|
static |
Definition at line 279 of file vf_libvmaf.c.
Referenced by init().
|
static |
Definition at line 411 of file vf_libvmaf.c.
Referenced by init().
|
static |
Definition at line 429 of file vf_libvmaf.c.
|
static |
Definition at line 464 of file vf_libvmaf.c.
|
static |
Definition at line 495 of file vf_libvmaf.c.
|
static |
Definition at line 518 of file vf_libvmaf.c.
|
static |
Definition at line 524 of file vf_libvmaf.c.
Referenced by uninit().
|
static |
Definition at line 540 of file vf_libvmaf.c.
Referenced by uninit().
|
static |
Definition at line 554 of file vf_libvmaf.c.
|
static |
Definition at line 72 of file vf_libvmaf.c.
|
static |
Definition at line 456 of file vf_libvmaf.c.
|
static |
Definition at line 600 of file vf_libvmaf.c.
|
static |
Definition at line 612 of file vf_libvmaf.c.
| const FFFilter ff_vf_libvmaf |
Definition at line 620 of file vf_libvmaf.c.