Go to the source code of this file.
 | 
| static void  | filter_line_c (void *dst1, void *prev1, void *cur1, void *next1, int w, int prefs, int mrefs, int parity, int mode) | 
|   | 
| static void  | filter_edges (void *dst1, void *prev1, void *cur1, void *next1, int w, int prefs, int mrefs, int parity, int mode) | 
|   | 
| static void  | filter_line_c_16bit (void *dst1, void *prev1, void *cur1, void *next1, int w, int prefs, int mrefs, int parity, int mode) | 
|   | 
| static void  | filter_edges_16bit (void *dst1, void *prev1, void *cur1, void *next1, int w, int prefs, int mrefs, int parity, int mode) | 
|   | 
| static int  | filter_slice (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) | 
|   | 
| static void  | filter (AVFilterContext *ctx, AVFrame *dstpic, int parity, int tff) | 
|   | 
| static int  | config_output (AVFilterLink *outlink) | 
|   | 
◆ CHECK
Value:    {   
int score = 
FFABS(cur[mrefs - 1 + (j)] - cur[prefs - 1 - (j)])\
 
                  + 
FFABS(cur[mrefs  +(j)] - cur[prefs  -(j)])\
 
                  + 
FFABS(cur[mrefs + 1 + (j)] - cur[prefs + 1 - (j)]);\
 
        if (score < spatial_score) {\
            spatial_score= score;\
            spatial_pred= (cur[mrefs  +(j)] + cur[prefs  -(j)])>>1;\
 
Definition at line 36 of file vf_yadif.c.
 
 
◆ FILTER
      
        
          | #define FILTER | 
          ( | 
            | 
          start,  | 
        
        
           | 
           | 
            | 
          end,  | 
        
        
           | 
           | 
            | 
          is_not_edge  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ MAX_ALIGN
◆ filter_line_c()
  
  
      
        
          | static void filter_line_c  | 
          ( | 
          void *  | 
          dst1,  | 
         
        
           | 
           | 
          void *  | 
          prev1,  | 
         
        
           | 
           | 
          void *  | 
          cur1,  | 
         
        
           | 
           | 
          void *  | 
          next1,  | 
         
        
           | 
           | 
          int  | 
          w,  | 
         
        
           | 
           | 
          int  | 
          prefs,  | 
         
        
           | 
           | 
          int  | 
          mrefs,  | 
         
        
           | 
           | 
          int  | 
          parity,  | 
         
        
           | 
           | 
          int  | 
          mode  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ filter_edges()
  
  
      
        
          | static void filter_edges  | 
          ( | 
          void *  | 
          dst1,  | 
         
        
           | 
           | 
          void *  | 
          prev1,  | 
         
        
           | 
           | 
          void *  | 
          cur1,  | 
         
        
           | 
           | 
          void *  | 
          next1,  | 
         
        
           | 
           | 
          int  | 
          w,  | 
         
        
           | 
           | 
          int  | 
          prefs,  | 
         
        
           | 
           | 
          int  | 
          mrefs,  | 
         
        
           | 
           | 
          int  | 
          parity,  | 
         
        
           | 
           | 
          int  | 
          mode  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ filter_line_c_16bit()
  
  
      
        
          | static void filter_line_c_16bit  | 
          ( | 
          void *  | 
          dst1,  | 
         
        
           | 
           | 
          void *  | 
          prev1,  | 
         
        
           | 
           | 
          void *  | 
          cur1,  | 
         
        
           | 
           | 
          void *  | 
          next1,  | 
         
        
           | 
           | 
          int  | 
          w,  | 
         
        
           | 
           | 
          int  | 
          prefs,  | 
         
        
           | 
           | 
          int  | 
          mrefs,  | 
         
        
           | 
           | 
          int  | 
          parity,  | 
         
        
           | 
           | 
          int  | 
          mode  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ filter_edges_16bit()
  
  
      
        
          | static void filter_edges_16bit  | 
          ( | 
          void *  | 
          dst1,  | 
         
        
           | 
           | 
          void *  | 
          prev1,  | 
         
        
           | 
           | 
          void *  | 
          cur1,  | 
         
        
           | 
           | 
          void *  | 
          next1,  | 
         
        
           | 
           | 
          int  | 
          w,  | 
         
        
           | 
           | 
          int  | 
          prefs,  | 
         
        
           | 
           | 
          int  | 
          mrefs,  | 
         
        
           | 
           | 
          int  | 
          parity,  | 
         
        
           | 
           | 
          int  | 
          mode  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ filter_slice()
  
  
      
        
          | static int filter_slice  | 
          ( | 
          AVFilterContext *  | 
          ctx,  | 
         
        
           | 
           | 
          void *  | 
          arg,  | 
         
        
           | 
           | 
          int  | 
          jobnr,  | 
         
        
           | 
           | 
          int  | 
          nb_jobs  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ filter()
◆ config_output()
◆ pix_fmts
◆ yadif_class
Initial value:= {
    .class_name = "yadif",
}
 
Definition at line 300 of file vf_yadif.c.
 
 
◆ avfilter_vf_yadif_inputs
Initial value:= {
    {
        .name          = "default",
    },
}
 
Definition at line 308 of file vf_yadif.c.
 
 
◆ avfilter_vf_yadif_outputs
Initial value:= {
    {
        .name          = "default",
    },
}
 
Definition at line 316 of file vf_yadif.c.
 
 
◆ ff_vf_yadif
 
#define FILTER_PIXFMTS_ARRAY(array)
 
#define FILTER_INPUTS(array)
 
#define AV_PIX_FMT_YUV420P10
 
@ AV_PIX_FMT_YUV440P
planar YUV 4:4:0 (1 Cr & Cb sample per 1x2 Y samples)
 
#define AV_PIX_FMT_GBRP14
 
@ AV_PIX_FMT_GBRAP
planar GBRA 4:4:4:4 32bpp
 
#define AV_PIX_FMT_GBRP10
 
#define AV_PIX_FMT_YUV422P9
 
#define AV_PIX_FMT_GRAY16
 
static enum AVPixelFormat pix_fmts[]
 
#define AV_PIX_FMT_YUV444P10
 
static const AVFilterPad avfilter_vf_yadif_inputs[]
 
#define AV_PIX_FMT_YUV422P16
 
@ AV_PIX_FMT_YUVJ422P
planar YUV 4:2:2, 16bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV422P and setting col...
 
@ AV_PIX_FMT_YUVA420P
planar YUV 4:2:0, 20bpp, (1 Cr & Cb sample per 2x2 Y & A samples)
 
#define AV_PIX_FMT_YUV444P16
 
#define AV_PIX_FMT_YUV420P9
 
#define AV_PIX_FMT_YUV420P16
 
@ AV_PIX_FMT_YUV420P
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
 
#define FILTER_OUTPUTS(array)
 
@ AV_PIX_FMT_YUVJ444P
planar YUV 4:4:4, 24bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV444P and setting col...
 
#define FFABS(a)
Absolute value, Note, INT_MIN / INT64_MIN result in undefined behavior as they are not representable ...
 
#define AV_PIX_FMT_GBRP16
 
#define LIBAVUTIL_VERSION_INT
 
@ AV_PIX_FMT_YUVJ420P
planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV420P and setting col...
 
const char * av_default_item_name(void *ptr)
Return the context name.
 
#define AV_PIX_FMT_YUV422P10
 
@ AV_PIX_FMT_GRAY8
Y , 8bpp.
 
@ AV_CLASS_CATEGORY_FILTER
 
const AVOption ff_yadif_options[]
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
 
static int config_output(AVFilterLink *outlink)
 
#define AV_PIX_FMT_YUV422P12
 
static const AVFilterPad avfilter_vf_yadif_outputs[]
 
#define AV_PIX_FMT_YUV444P12
 
@ AV_PIX_FMT_YUVA444P
planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples)
 
static void uninit(AVBSFContext *ctx)
 
#define AV_PIX_FMT_GBRP12
 
@ AV_PIX_FMT_YUVJ440P
planar YUV 4:4:0 full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV440P and setting color_range
 
#define AV_PIX_FMT_YUV444P9
 
#define AV_PIX_FMT_YUV420P12
 
#define AV_PIX_FMT_YUV422P14
 
int ff_yadif_request_frame(AVFilterLink *link)
 
@ AV_PIX_FMT_YUV444P
planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)
 
@ AV_PIX_FMT_GBRP
planar GBR 4:4:4 24bpp
 
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
 
@ AV_PIX_FMT_YUV422P
planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
 
void ff_yadif_uninit(AVFilterContext *ctx)
 
@ AV_PIX_FMT_YUV411P
planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples)
 
static const AVClass yadif_class
 
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
 
@ AV_PIX_FMT_YUV410P
planar YUV 4:1:0, 9bpp, (1 Cr & Cb sample per 4x4 Y samples)
 
#define AV_PIX_FMT_YUV444P14
 
@ AV_PIX_FMT_YUVA422P
planar YUV 4:2:2 24bpp, (1 Cr & Cb sample per 2x1 Y & A samples)
 
int ff_yadif_filter_frame(AVFilterLink *link, AVFrame *frame)
 
#define AV_PIX_FMT_YUV420P14