FFmpeg
|
#include <w3fdif.h>
Data Fields | |
void(* | filter_simple_low )(int32_t *work_line, uint8_t *in_lines_cur[2], const int16_t *coef, int linesize) |
void(* | filter_complex_low )(int32_t *work_line, uint8_t *in_lines_cur[4], const int16_t *coef, int linesize) |
void(* | filter_simple_high )(int32_t *work_line, uint8_t *in_lines_cur[3], uint8_t *in_lines_adj[3], const int16_t *coef, int linesize) |
void(* | filter_complex_high )(int32_t *work_line, uint8_t *in_lines_cur[5], uint8_t *in_lines_adj[5], const int16_t *coef, int linesize) |
void(* | filter_scale )(uint8_t *out_pixel, const int32_t *work_pixel, int linesize) |
void(* W3FDIFDSPContext::filter_simple_low)(int32_t *work_line, uint8_t *in_lines_cur[2], const int16_t *coef, int linesize) |
Definition at line 28 of file w3fdif.h.
Referenced by config_input(), deinterlace_slice(), and ff_w3fdif_init_x86().
void(* W3FDIFDSPContext::filter_complex_low)(int32_t *work_line, uint8_t *in_lines_cur[4], const int16_t *coef, int linesize) |
Definition at line 31 of file w3fdif.h.
Referenced by config_input(), deinterlace_slice(), and ff_w3fdif_init_x86().
void(* W3FDIFDSPContext::filter_simple_high)(int32_t *work_line, uint8_t *in_lines_cur[3], uint8_t *in_lines_adj[3], const int16_t *coef, int linesize) |
Definition at line 34 of file w3fdif.h.
Referenced by config_input(), deinterlace_slice(), and ff_w3fdif_init_x86().
void(* W3FDIFDSPContext::filter_complex_high)(int32_t *work_line, uint8_t *in_lines_cur[5], uint8_t *in_lines_adj[5], const int16_t *coef, int linesize) |
Definition at line 38 of file w3fdif.h.
Referenced by config_input(), deinterlace_slice(), and ff_w3fdif_init_x86().
Definition at line 42 of file w3fdif.h.
Referenced by config_input(), deinterlace_slice(), and ff_w3fdif_init_x86().