|
FFmpeg
|
Super 2xSaI video filter Ported from MPlayer libmpcodecs/vf_2xsai.c. More...
#include "libavutil/pixdesc.h"#include "libavutil/intreadwrite.h"#include "avfilter.h"#include "filters.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | Super2xSaIContext |
| struct | ThreadData |
| Used for passing data between threads. More... | |
Macros | |
| #define | GET_RESULT(A, B, C, D) |
| #define | INTERPOLATE(A, B) |
| #define | Q_INTERPOLATE(A, B, C, D) |
| #define | READ_COLOR4(dst, src_line, off) |
| #define | READ_COLOR3(dst, src_line, off) |
| #define | READ_COLOR2(dst, src_line, off) |
Functions | |
| static int | super2xsai (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
| static int | config_input (AVFilterLink *inlink) |
| static int | config_output (AVFilterLink *outlink) |
| static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
Variables | |
| static enum AVPixelFormat | pix_fmts [] |
| static const AVFilterPad | super2xsai_inputs [] |
| static const AVFilterPad | super2xsai_outputs [] |
| const FFFilter | ff_vf_super2xsai |
Super 2xSaI video filter Ported from MPlayer libmpcodecs/vf_2xsai.c.
Definition in file vf_super2xsai.c.
Definition at line 54 of file vf_super2xsai.c.
Referenced by super2xsai().
Definition at line 56 of file vf_super2xsai.c.
Referenced by super2xsai().
| #define READ_COLOR4 | ( | dst, | |
| src_line, | |||
| off ) |
Referenced by super2xsai().
| #define READ_COLOR3 | ( | dst, | |
| src_line, | |||
| off ) |
Referenced by super2xsai().
| #define READ_COLOR2 | ( | dst, | |
| src_line, | |||
| off ) |
Referenced by super2xsai().
|
static |
Definition at line 59 of file vf_super2xsai.c.
Referenced by filter_frame().
|
static |
Definition at line 255 of file vf_super2xsai.c.
|
static |
Definition at line 301 of file vf_super2xsai.c.
|
static |
Definition at line 315 of file vf_super2xsai.c.
|
static |
Definition at line 247 of file vf_super2xsai.c.
|
static |
Definition at line 337 of file vf_super2xsai.c.
|
static |
Definition at line 346 of file vf_super2xsai.c.
| const FFFilter ff_vf_super2xsai |
Definition at line 354 of file vf_super2xsai.c.