FFmpeg
|
#include <bwdifdsp.h>
Data Fields | |
void(* | filter_intra )(void *dst1, const void *cur1, int w, int prefs, int mrefs, int prefs3, int mrefs3, int parity, int clip_max) |
void(* | filter_line )(void *dst, const void *prev, const void *cur, const void *next, int w, int prefs, int mrefs, int prefs2, int mrefs2, int prefs3, int mrefs3, int prefs4, int mrefs4, int parity, int clip_max) |
void(* | filter_edge )(void *dst, const void *prev, const void *cur, const void *next, int w, int prefs, int mrefs, int prefs2, int mrefs2, int parity, int clip_max, int spat) |
void(* | filter_line3 )(void *dst, int dstride, const void *prev, const void *cur, const void *next, int prefs, int w, int parity, int clip_max) |
Definition at line 25 of file bwdifdsp.h.
void(* BWDIFDSPContext::filter_intra) (void *dst1, const void *cur1, int w, int prefs, int mrefs, int prefs3, int mrefs3, int parity, int clip_max) |
Definition at line 26 of file bwdifdsp.h.
Referenced by checkasm_check_vf_bwdif().
void(* BWDIFDSPContext::filter_line) (void *dst, const void *prev, const void *cur, const void *next, int w, int prefs, int mrefs, int prefs2, int mrefs2, int prefs3, int mrefs3, int prefs4, int mrefs4, int parity, int clip_max) |
Definition at line 28 of file bwdifdsp.h.
Referenced by checkasm_check_vf_bwdif(), and ff_bwdif_init_x86().
void(* BWDIFDSPContext::filter_edge) (void *dst, const void *prev, const void *cur, const void *next, int w, int prefs, int mrefs, int prefs2, int mrefs2, int parity, int clip_max, int spat) |
Definition at line 32 of file bwdifdsp.h.
Referenced by checkasm_check_vf_bwdif().
void(* BWDIFDSPContext::filter_line3) (void *dst, int dstride, const void *prev, const void *cur, const void *next, int prefs, int w, int parity, int clip_max) |
Definition at line 35 of file bwdifdsp.h.
Referenced by checkasm_check_vf_bwdif().