Definition at line 37 of file vf_decimate.c.
Definition at line 38 of file vf_decimate.c.
window of cycle frames and the associated data diff
Definition at line 39 of file vf_decimate.c.
Referenced by config_input(), decimate_uninit(), and filter_frame().
current frame id in the queue
Definition at line 40 of file vf_decimate.c.
Referenced by filter_frame().
1 if the queue is filled, 0 otherwise
Definition at line 41 of file vf_decimate.c.
last frame from the previous queue
Definition at line 42 of file vf_decimate.c.
Referenced by decimate_uninit(), and filter_frame().
frame queue for the clean source
Definition at line 43 of file vf_decimate.c.
Referenced by config_input(), decimate_uninit(), and filter_frame().
frame request flag for each input stream
Definition at line 44 of file vf_decimate.c.
Referenced by filter_frame(), and request_inlink().
timestamp units for the output frames
Definition at line 45 of file vf_decimate.c.
Referenced by config_output(), and filter_frame().
base for output timestamps
Definition at line 46 of file vf_decimate.c.
Referenced by decimate_init(), and filter_frame().
bitmask for end of stream
Definition at line 47 of file vf_decimate.c.
Referenced by request_frame(), and request_inlink().
Definition at line 48 of file vf_decimate.c.
Referenced by calc_diffs(), config_input(), and decimate_frame().
chroma subsampling values
Definition at line 48 of file vf_decimate.c.
Referenced by calc_diffs(), config_input(), and decimate_frame().
Definition at line 49 of file vf_decimate.c.
Referenced by calc_diffs(), and config_input().
Definition at line 50 of file vf_decimate.c.
Referenced by calc_diffs(), and config_input().
Definition at line 50 of file vf_decimate.c.
Referenced by calc_diffs(), and config_input().
Definition at line 51 of file vf_decimate.c.
Referenced by calc_diffs(), and config_input().
Definition at line 52 of file vf_decimate.c.
Referenced by calc_diffs(), config_input(), and decimate_uninit().
Definition at line 55 of file vf_decimate.c.
Referenced by config_input(), config_output(), and filter_frame().
Definition at line 56 of file vf_decimate.c.
Referenced by config_input().
Definition at line 57 of file vf_decimate.c.
Referenced by config_input().
Definition at line 58 of file vf_decimate.c.
Referenced by config_input(), and filter_frame().
Definition at line 59 of file vf_decimate.c.
Referenced by config_input(), and filter_frame().
Definition at line 60 of file vf_decimate.c.
Referenced by calc_diffs(), config_input(), and decimate_init().
Definition at line 60 of file vf_decimate.c.
Referenced by calc_diffs(), config_input(), and decimate_init().
Definition at line 61 of file vf_decimate.c.
Referenced by config_input(), config_output(), decimate_init(), filter_frame(), and request_frame().
Definition at line 62 of file vf_decimate.c.
Referenced by calc_diffs().
Definition at line 38 of file vf_mpdecimate.c.
Referenced by diff_planes(), and init().
lower and higher threshold number of differences values for 8x8 blocks
Definition at line 38 of file vf_mpdecimate.c.
Referenced by diff_planes(), and init().
threshold of changed pixels over the total fraction
Definition at line 41 of file vf_mpdecimate.c.
Referenced by diff_planes(), and init().
if positive: maximum number of sequential frames to drop if negative: minimum number of frames between two drops
Definition at line 43 of file vf_mpdecimate.c.
Referenced by decimate_frame(), and init().
if positive: number of frames sequentially dropped if negative: number of sequential frames which were not dropped
Definition at line 46 of file vf_mpdecimate.c.
Referenced by decimate_frame(), filter_frame(), and request_frame().
reference picture
Definition at line 50 of file vf_mpdecimate.c.
Referenced by filter_frame(), and uninit().
sum of absolute difference function
Definition at line 51 of file vf_mpdecimate.c.
Referenced by diff_planes(), and init().