FFmpeg
Data Structures | Functions
bwdif.h File Reference
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "yadif.h"

Go to the source code of this file.

Data Structures

struct  BWDIFContext
 

Functions

void ff_bwdif_init_filter_line (BWDIFContext *bwdif, int bit_depth)
 
void ff_bwdif_init_x86 (BWDIFContext *bwdif, int bit_depth)
 
void ff_bwdif_init_aarch64 (BWDIFContext *bwdif, int bit_depth)
 
void ff_bwdif_filter_edge_c (void *dst1, void *prev1, void *cur1, void *next1, int w, int prefs, int mrefs, int prefs2, int mrefs2, int parity, int clip_max, int spat)
 
void ff_bwdif_filter_intra_c (void *dst1, void *cur1, int w, int prefs, int mrefs, int prefs3, int mrefs3, int parity, int clip_max)
 
void ff_bwdif_filter_line_c (void *dst1, void *prev1, void *cur1, void *next1, int w, int prefs, int mrefs, int prefs2, int mrefs2, int prefs3, int mrefs3, int prefs4, int mrefs4, int parity, int clip_max)
 
void ff_bwdif_filter_line3_c (void *dst1, int d_stride, const void *prev1, const void *cur1, const void *next1, int s_stride, int w, int parity, int clip_max)
 

Function Documentation

◆ ff_bwdif_init_filter_line()

void ff_bwdif_init_filter_line ( BWDIFContext bwdif,
int  bit_depth 
)

Definition at line 390 of file vf_bwdif.c.

Referenced by checkasm_check_vf_bwdif(), and config_props().

◆ ff_bwdif_init_x86()

void ff_bwdif_init_x86 ( BWDIFContext bwdif,
int  bit_depth 
)

Definition at line 53 of file vf_bwdif_init.c.

Referenced by ff_bwdif_init_filter_line().

◆ ff_bwdif_init_aarch64()

void ff_bwdif_init_aarch64 ( BWDIFContext bwdif,
int  bit_depth 
)

Definition at line 110 of file vf_bwdif_init_aarch64.c.

Referenced by ff_bwdif_init_filter_line().

◆ ff_bwdif_filter_edge_c()

void ff_bwdif_filter_edge_c ( void *  dst1,
void *  prev1,
void *  cur1,
void *  next1,
int  w,
int  prefs,
int  mrefs,
int  prefs2,
int  mrefs2,
int  parity,
int  clip_max,
int  spat 
)

Definition at line 175 of file vf_bwdif.c.

Referenced by ff_bwdif_init_filter_line(), and filter_edge_helper().

◆ ff_bwdif_filter_intra_c()

void ff_bwdif_filter_intra_c ( void *  dst1,
void *  cur1,
int  w,
int  prefs,
int  mrefs,
int  prefs3,
int  mrefs3,
int  parity,
int  clip_max 
)

Definition at line 122 of file vf_bwdif.c.

Referenced by ff_bwdif_init_filter_line(), and filter_intra_helper().

◆ ff_bwdif_filter_line_c()

void ff_bwdif_filter_line_c ( void *  dst1,
void *  prev1,
void *  cur1,
void *  next1,
int  w,
int  prefs,
int  mrefs,
int  prefs2,
int  mrefs2,
int  prefs3,
int  mrefs3,
int  prefs4,
int  mrefs4,
int  parity,
int  clip_max 
)

◆ ff_bwdif_filter_line3_c()

void ff_bwdif_filter_line3_c ( void *  dst1,
int  d_stride,
const void *  prev1,
const void *  cur1,
const void *  next1,
int  s_stride,
int  w,
int  parity,
int  clip_max 
)

Definition at line 156 of file vf_bwdif.c.

Referenced by checkasm_check_vf_bwdif(), and filter_line3_helper().