|
FFmpeg
|
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 "avfilter.h"#include "video.h"#include "filters.h"#include "framerate.h"#include "scene_sad.h"Go to the source code of this file.
Data Structures | |
| struct | ThreadData |
| Used for passing data between threads. More... | |
Macros | |
| #define | DEBUG |
| #define | OFFSET(x) |
| #define | V AV_OPT_FLAG_VIDEO_PARAM |
| #define | F AV_OPT_FLAG_FILTERING_PARAM |
| #define | FRAMERATE_FLAG_SCD 01 |
| #define | BLEND_FRAME_FUNC(nbits) |
Functions | |
| AVFILTER_DEFINE_CLASS (framerate) | |
| static double | get_scene_score (AVFilterContext *ctx, AVFrame *crnt, AVFrame *next) |
| static int | filter_slice (AVFilterContext *ctx, void *arg, int job, int nb_jobs) |
| static int | blend_frames (AVFilterContext *ctx, int interpolate) |
| static int | process_work_frame (AVFilterContext *ctx) |
| static av_cold int | init (AVFilterContext *ctx) |
| static av_cold void | uninit (AVFilterContext *ctx) |
| void | ff_framerate_init (FrameRateContext *s) |
| static int | config_input (AVFilterLink *inlink) |
| static int | activate (AVFilterContext *ctx) |
| static int | config_output (AVFilterLink *outlink) |
Variables | |
| static const AVOption | framerate_options [] |
| static enum AVPixelFormat | pix_fmts [] |
| static const AVFilterPad | framerate_inputs [] |
| static const AVFilterPad | framerate_outputs [] |
| const FFFilter | 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.
| #define OFFSET | ( | 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().
| #define BLEND_FRAME_FUNC | ( | nbits | ) |
Definition at line 231 of file vf_framerate.c.
| AVFILTER_DEFINE_CLASS | ( | framerate | ) |
|
static |
Definition at line 64 of file vf_framerate.c.
Referenced by blend_frames().
|
static |
Definition at line 92 of file vf_framerate.c.
|
static |
Definition at line 118 of file vf_framerate.c.
Referenced by process_work_frame().
|
static |
Definition at line 154 of file vf_framerate.c.
Referenced by activate().
|
static |
Definition at line 204 of file vf_framerate.c.
|
static |
Definition at line 211 of file vf_framerate.c.
| void ff_framerate_init | ( | FrameRateContext * | s | ) |
Definition at line 256 of file vf_framerate.c.
Referenced by config_input(), and ff_framerate_init().
|
static |
Definition at line 270 of file vf_framerate.c.
|
static |
Definition at line 296 of file vf_framerate.c.
|
static |
Definition at line 373 of file vf_framerate.c.
|
static |
Definition at line 48 of file vf_framerate.c.
|
static |
Definition at line 218 of file vf_framerate.c.
|
static |
Definition at line 419 of file vf_framerate.c.
|
static |
Definition at line 427 of file vf_framerate.c.
| const FFFilter ff_vf_framerate |
Definition at line 435 of file vf_framerate.c.