Definition at line 44 of file vf_framerate.c.
Definition at line 45 of file vf_framerate.c.
output frames per second
Definition at line 47 of file vf_framerate.c.
Referenced by config_output(), and set_work_frame_pts().
flags affecting frame rate conversion algorithm
Definition at line 48 of file vf_framerate.c.
Referenced by blend_frames16(), and blend_frames8().
score that denotes a scene change has happened
Definition at line 49 of file vf_framerate.c.
Referenced by config_output().
start of range to apply linear interpolation
Definition at line 50 of file vf_framerate.c.
Referenced by config_output(), and process_work_frame().
end of range to apply linear interpolation
Definition at line 51 of file vf_framerate.c.
Referenced by config_output(), and process_work_frame().
bytes of pixel data per line for each plane
Definition at line 53 of file vf_framerate.c.
Referenced by blend_frames16(), blend_frames8(), and config_input().
Definition at line 54 of file vf_framerate.c.
Referenced by blend_frames16(), blend_frames8(), and config_input().
Definition at line 56 of file vf_framerate.c.
Referenced by filter_frame(), next_source(), request_frame(), and uninit().
Definition at line 56 of file vf_framerate.c.
Referenced by init(), process_work_frame(), set_srce_frame_dest_pts(), and set_work_frame_pts().
Definition at line 56 of file vf_framerate.c.
Referenced by init(), process_work_frame(), set_srce_frame_dest_pts(), and set_work_frame_pts().
Definition at line 56 of file vf_framerate.c.
Referenced by blend_frames16(), blend_frames8(), filter_frame(), init(), process_work_frame(), set_srce_frame_dest_pts(), and set_work_frame_pts().
Definition at line 56 of file vf_framerate.c.
Referenced by init(), next_source(), request_frame(), and uninit().
how many input frames are still waiting to be processed
Definition at line 57 of file vf_framerate.c.
Referenced by filter_frame(), process_work_frame(), and request_frame().
are we flushing final frames
Definition at line 58 of file vf_framerate.c.
Referenced by process_work_frame(), and request_frame().
flag indicating we are waiting to call filter_frame()
Definition at line 59 of file vf_framerate.c.
Referenced by filter_frame(), and process_work_frame().
timebase of source
Definition at line 61 of file vf_framerate.c.
Referenced by config_input(), config_output(), and set_srce_frame_dest_pts().
timebase of destination
Definition at line 63 of file vf_framerate.c.
Referenced by config_output(), process_work_frame(), set_srce_frame_dest_pts(), and set_work_frame_pts().
Definition at line 64 of file vf_framerate.c.
Referenced by init(), process_work_frame(), and set_work_frame_pts().
pts of the last frame output
Definition at line 65 of file vf_framerate.c.
Referenced by process_work_frame(), and set_work_frame_pts().
average input pts delta converted from input rate to output rate
Definition at line 66 of file vf_framerate.c.
Referenced by process_work_frame(), and set_work_frame_pts().
calculated average output pts delta
Definition at line 67 of file vf_framerate.c.
Referenced by process_work_frame(), and set_work_frame_pts().
Sum of the absolute difference function (scene detect only)
Definition at line 69 of file vf_framerate.c.
Referenced by config_input(), and get_scene_score().
previous MAFD (scene detect only)
Definition at line 70 of file vf_framerate.c.
Referenced by get_scene_score(), and get_scene_score16().
buffered source frames
Definition at line 72 of file vf_framerate.c.
Referenced by blend_frames16(), blend_frames8(), filter_frame(), next_source(), process_work_frame(), request_frame(), set_srce_frame_dest_pts(), set_work_frame_pts(), and uninit().
pts for source frames scaled to output timebase
Definition at line 73 of file vf_framerate.c.
Referenced by process_work_frame(), set_srce_frame_dest_pts(), and set_work_frame_pts().
pts of frame we are working on
Definition at line 74 of file vf_framerate.c.
Referenced by process_work_frame(), and set_work_frame_pts().
Definition at line 76 of file vf_framerate.c.
Referenced by config_input(), and process_work_frame().
Definition at line 78 of file vf_framerate.c.
Referenced by blend_frames16(), and config_input().
Definition at line 79 of file vf_framerate.c.
Referenced by blend_frames16(), and config_input().
Definition at line 80 of file vf_framerate.c.
Referenced by blend_frames16(), blend_frames8(), filter_frame(), process_work_frame(), and request_frame().