FFmpeg
|
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_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().
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().