#include <framerate.h>
Definition at line 36 of file framerate.h.
Definition at line 37 of file framerate.h.
output frames per second
Definition at line 39 of file framerate.h.
Referenced by config_output(), and process_work_frame().
flags affecting frame rate conversion algorithm
Definition at line 40 of file framerate.h.
Referenced by blend_frames().
score that denotes a scene change has happened
Definition at line 41 of file framerate.h.
Referenced by config_output().
start of range to apply linear interpolation
Definition at line 42 of file framerate.h.
Referenced by config_output().
end of range to apply linear interpolation
Definition at line 43 of file framerate.h.
Referenced by config_output(), and process_work_frame().
bytes of pixel data per line for each plane
Definition at line 45 of file framerate.h.
Referenced by config_input(), and filter_slice().
Definition at line 46 of file framerate.h.
Referenced by config_input(), and filter_slice().
timebase of source
Definition at line 48 of file framerate.h.
Referenced by config_input(), config_output(), and filter_frame().
timebase of destination
Definition at line 49 of file framerate.h.
Referenced by config_output(), filter_frame(), and process_work_frame().
Sum of the absolute difference function (scene detect only)
Definition at line 51 of file framerate.h.
Referenced by config_input(), and scene_sad8().
previous MAFD (scene detect only)
Definition at line 52 of file framerate.h.
Referenced by get_scene_score().
Definition at line 54 of file framerate.h.
Referenced by blend_frames(), ff_framerate_init(), filter_slice(), and process_work_frame().
Definition at line 55 of file framerate.h.
Referenced by config_input(), ff_framerate_init(), ff_framerate_init_x86(), and get_scene_score().
Definition at line 56 of file framerate.h.
Referenced by blend_frames(), filter_frame(), filter_slice(), process_work_frame(), and request_frame().
last frame
Definition at line 58 of file framerate.h.
Referenced by blend_frames(), filter_frame(), process_work_frame(), and uninit().
current frame
Definition at line 59 of file framerate.h.
Referenced by blend_frames(), filter_frame(), process_work_frame(), request_frame(), and uninit().
last frame pts in dest_time_base
Definition at line 60 of file framerate.h.
Referenced by filter_frame(), and process_work_frame().
current frame pts in dest_time_base
Definition at line 61 of file framerate.h.
Referenced by filter_frame(), and process_work_frame().
pts1 to pts0 delta
Definition at line 62 of file framerate.h.
Referenced by filter_frame(), and process_work_frame().
scene change score (f0 to f1)
Definition at line 63 of file framerate.h.
Referenced by blend_frames(), and filter_frame().
1 if the filter is being flushed
Definition at line 64 of file framerate.h.
Referenced by process_work_frame(), and request_frame().
pts of the first output frame
Definition at line 65 of file framerate.h.
Referenced by filter_frame(), init(), and process_work_frame().
output frame counter
Definition at line 66 of file framerate.h.
Referenced by filter_frame(), and process_work_frame().
Definition at line 68 of file framerate.h.
Referenced by ff_framerate_init(), ff_framerate_init_x86(), and filter_slice().