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)
 

Function Documentation

◆ ff_bwdif_init_filter_line()

void ff_bwdif_init_filter_line ( BWDIFContext bwdif,
int  bit_depth 
)

Definition at line 348 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().