FFmpeg
Data Structures | Macros | Typedefs | Functions
framerate.h File Reference
#include "scene_sad.h"
#include "avfilter.h"

Go to the source code of this file.

Data Structures

struct  FrameRateContext
 

Macros

#define BLEND_FUNC_PARAMS
 
#define BLEND_FACTOR_DEPTH(n)   (n-1)
 

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

◆ BLEND_FUNC_PARAMS

#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

Definition at line 25 of file framerate.h.

◆ BLEND_FACTOR_DEPTH

#define BLEND_FACTOR_DEPTH (   n)    (n-1)

Definition at line 31 of file framerate.h.

Typedef Documentation

◆ blend_func

typedef void(* blend_func) (BLEND_FUNC_PARAMS)

Definition at line 33 of file framerate.h.

Function Documentation

◆ ff_framerate_init()

void ff_framerate_init ( FrameRateContext s)

Definition at line 257 of file vf_framerate.c.

Referenced by config_input().

◆ ff_framerate_init_x86()

void ff_framerate_init_x86 ( FrameRateContext s)

Definition at line 28 of file vf_framerate_init.c.

Referenced by ff_framerate_init().

src1
const pixel * src1
Definition: h264pred_template.c:421
half
static uint8_t half(int a, int b)
Definition: mobiclip.c:539
width
#define width
height
#define height
src2
const pixel * src2
Definition: h264pred_template.c:422