FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Functions
framerate.h File Reference
#include "libavutil/pixelutils.h"
#include "avfilter.h"

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)
 

Macro Definition Documentation

#define BLEND_FUNC_PARAMS
Value:
const uint8_t *src1, ptrdiff_t src1_linesize, \
const uint8_t *src2, ptrdiff_t src2_linesize, \
uint8_t *dst, ptrdiff_t dst_linesize, \
ptrdiff_t width, ptrdiff_t height, \
int factor1, int factor2, int half
uint8_t
#define height
#define width
#define src1
Definition: h264pred.c:139
int

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 Documentation

typedef void(* blend_func)(BLEND_FUNC_PARAMS)

Definition at line 34 of file framerate.h.

Function Documentation

void ff_framerate_init ( FrameRateContext s)

Definition at line 325 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().