FFmpeg
4.0
|
Go to the source code of this file.
Data Structures | |
struct | FrameRateContext |
Macros | |
#define | BLEND_FUNC_PARAMS |
#define | BLEND_FACTOR_DEPTH8 7 |
#define | BLEND_FACTOR_DEPTH16 15 |
Typedefs | |
typedef void(* | blend_func) (BLEND_FUNC_PARAMS) |
Functions | |
void | ff_framerate_init (FrameRateContext *s) |
void | ff_framerate_init_x86 (FrameRateContext *s) |
#define BLEND_FUNC_PARAMS |
Definition at line 25 of file framerate.h.
#define BLEND_FACTOR_DEPTH8 7 |
Definition at line 31 of file framerate.h.
Referenced by blend_frames_c(), and ff_framerate_init().
#define BLEND_FACTOR_DEPTH16 15 |
Definition at line 32 of file framerate.h.
Referenced by blend_frames16_c(), and ff_framerate_init().
typedef void(* blend_func) (BLEND_FUNC_PARAMS) |
Definition at line 34 of file framerate.h.
void ff_framerate_init | ( | FrameRateContext * | s | ) |
Definition at line 324 of file vf_framerate.c.
Referenced by config_input().
void ff_framerate_init_x86 | ( | FrameRateContext * | s | ) |
Definition at line 28 of file vf_framerate_init.c.
Referenced by ff_framerate_init().