FFmpeg
|
#include <interlace.h>
Data Fields | |
const AVClass * | class |
enum ScanMode | scan |
int | lowpass |
AVFrame * | cur |
AVFrame * | next |
void(* | lowpass_line )(uint8_t *dstp, ptrdiff_t linesize, const uint8_t *srcp, const uint8_t *srcp_above, const uint8_t *srcp_below) |
Definition at line 47 of file interlace.h.
const AVClass* InterlaceContext::class |
Definition at line 48 of file interlace.h.
enum ScanMode InterlaceContext::scan |
Definition at line 49 of file interlace.h.
Referenced by config_out_props(), and filter_frame().
int InterlaceContext::lowpass |
Definition at line 50 of file interlace.h.
Referenced by config_out_props(), and filter_frame().
AVFrame* InterlaceContext::cur |
Definition at line 51 of file interlace.h.
Referenced by filter_frame(), and uninit().
AVFrame * InterlaceContext::next |
Definition at line 51 of file interlace.h.
Referenced by filter_frame(), and uninit().
void(* InterlaceContext::lowpass_line)(uint8_t *dstp, ptrdiff_t linesize, const uint8_t *srcp, const uint8_t *srcp_above, const uint8_t *srcp_below) |
Definition at line 52 of file interlace.h.
Referenced by config_out_props(), copy_picture_field(), and ff_interlace_init_x86().