videodsp.h File Reference

Core video DSP helper functions. More...

#include <stddef.h>
#include <stdint.h>
Include dependency graph for videodsp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  VideoDSPContext
 

Macros

#define EMULATED_EDGE(depth)
 

Typedefs

typedef struct VideoDSPContext VideoDSPContext
 

Functions

void ff_videodsp_init (VideoDSPContext *ctx, int bpc)
 
void ff_videodsp_init_arm (VideoDSPContext *ctx, int bpc)
 
void ff_videodsp_init_ppc (VideoDSPContext *ctx, int bpc)
 
void ff_videodsp_init_x86 (VideoDSPContext *ctx, int bpc)
 

Detailed Description

Core video DSP helper functions.

Definition in file videodsp.h.

Macro Definition Documentation

#define EMULATED_EDGE (   depth)
Value:
void ff_emulated_edge_mc_ ## depth (uint8_t *buf, const uint8_t *src, ptrdiff_t linesize,\
int block_w, int block_h,\
int src_x, int src_y, int w, int h);
output residual component w
uint8_t
int depth
Definition: v4l.c:62
AVS_Value src
Definition: avisynth_c.h:523
void * buf
Definition: avisynth_c.h:594

Definition at line 32 of file videodsp.h.

Typedef Documentation

Function Documentation

void ff_videodsp_init_arm ( VideoDSPContext ctx,
int  bpc 
)

Definition at line 26 of file videodsp_init_arm.c.

Referenced by ff_videodsp_init().

void ff_videodsp_init_ppc ( VideoDSPContext ctx,
int  bpc 
)

Definition at line 33 of file videodsp_ppc.c.

Referenced by ff_videodsp_init().

void ff_videodsp_init_x86 ( VideoDSPContext ctx,
int  bpc 
)

Definition at line 108 of file videodsp_init.c.

Referenced by ff_videodsp_init().