| FFmpeg
    4.0
    | 
#include <libavfilter/interlace.h>
| Data Fields | |
| const AVClass * | class | 
| enum ScanMode | scan | 
| int | lowpass | 
| AVFrame * | cur | 
| AVFrame * | next | 
| const AVPixFmtDescriptor * | csp | 
| void(* | lowpass_line )(uint8_t *dstp, ptrdiff_t linesize, const uint8_t *srcp, ptrdiff_t mref, ptrdiff_t pref, int clip_max) | 
Definition at line 55 of file interlace.h.
| const AVClass* InterlaceContext::class | 
Definition at line 56 of file interlace.h.
| enum ScanMode InterlaceContext::scan | 
Definition at line 57 of file interlace.h.
Referenced by config_out_props(), and filter_frame().
| int InterlaceContext::lowpass | 
Definition at line 58 of file interlace.h.
Referenced by config_out_props(), ff_interlace_init(), ff_interlace_init_x86(), and filter_frame().
| AVFrame* InterlaceContext::cur | 
Definition at line 59 of file interlace.h.
Referenced by filter_frame(), and uninit().
| AVFrame * InterlaceContext::next | 
Definition at line 59 of file interlace.h.
Referenced by filter_frame(), and uninit().
| const AVPixFmtDescriptor* InterlaceContext::csp | 
Definition at line 60 of file interlace.h.
Referenced by config_out_props(), and copy_picture_field().
| void(* InterlaceContext::lowpass_line) (uint8_t *dstp, ptrdiff_t linesize, const uint8_t *srcp, ptrdiff_t mref, ptrdiff_t pref, int clip_max) | 
Definition at line 61 of file interlace.h.
Referenced by copy_picture_field(), ff_interlace_init(), and ff_interlace_init_x86().
 1.8.13
 1.8.13