FFmpeg
4.0
|
filter for upsampling or downsampling a progressive source More...
#include "libavutil/avassert.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "libavutil/pixelutils.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"
#include "framerate.h"
Go to the source code of this file.
Data Structures | |
struct | ThreadData |
Macros | |
#define | DEBUG |
#define | OFFSET(x) offsetof(FrameRateContext, x) |
#define | V AV_OPT_FLAG_VIDEO_PARAM |
#define | F AV_OPT_FLAG_FILTERING_PARAM |
#define | FRAMERATE_FLAG_SCD 01 |
Variables | |
static const AVOption | framerate_options [] |
static const AVFilterPad | framerate_inputs [] |
static const AVFilterPad | framerate_outputs [] |
AVFilter | ff_vf_framerate |
filter for upsampling or downsampling a progressive source
Definition in file vf_framerate.c.
#define DEBUG |
Definition at line 29 of file vf_framerate.c.
Referenced by audio_decode_frame().
#define OFFSET | ( | x | ) | offsetof(FrameRateContext, x) |
Definition at line 43 of file vf_framerate.c.
#define V AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 44 of file vf_framerate.c.
#define F AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 45 of file vf_framerate.c.
#define FRAMERATE_FLAG_SCD 01 |
Definition at line 46 of file vf_framerate.c.
Referenced by blend_frames().
AVFILTER_DEFINE_CLASS | ( | framerate | ) |
|
static |
Definition at line 64 of file vf_framerate.c.
Referenced by scene_sad16().
|
static |
Definition at line 79 of file vf_framerate.c.
Referenced by get_scene_score().
|
static |
Definition at line 94 of file vf_framerate.c.
Referenced by get_scene_score().
|
static |
Definition at line 110 of file vf_framerate.c.
Referenced by blend_frames().
|
static |
Definition at line 142 of file vf_framerate.c.
Referenced by blend_frames().
|
static |
Definition at line 175 of file vf_framerate.c.
Referenced by process_work_frame().
|
static |
Definition at line 210 of file vf_framerate.c.
Referenced by filter_frame(), and request_frame().
|
static |
Definition at line 258 of file vf_framerate.c.
|
static |
Definition at line 265 of file vf_framerate.c.
|
static |
Definition at line 272 of file vf_framerate.c.
|
static |
Definition at line 293 of file vf_framerate.c.
Referenced by ff_framerate_init().
|
static |
Definition at line 305 of file vf_framerate.c.
Referenced by ff_framerate_init().
void ff_framerate_init | ( | FrameRateContext * | s | ) |
Definition at line 324 of file vf_framerate.c.
Referenced by config_input().
|
static |
Definition at line 337 of file vf_framerate.c.
|
static |
Definition at line 363 of file vf_framerate.c.
|
static |
Definition at line 412 of file vf_framerate.c.
|
static |
Definition at line 457 of file vf_framerate.c.
|
static |
Definition at line 48 of file vf_framerate.c.
|
static |
Definition at line 478 of file vf_framerate.c.
|
static |
Definition at line 488 of file vf_framerate.c.
AVFilter ff_vf_framerate |
Definition at line 498 of file vf_framerate.c.